Skip to content

Commit

Permalink
debian packaging fix: quantal and raring also use dh_python2
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 31, 2013
1 parent 0a0a430 commit 95e34e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ binary-arch: build install
install -o root -g root -m 755 $(CURDIR)/debian/qgis.sh $(CURDIR)/debian/qgis-plugin-grass/usr/bin/qgis
install -o root -g root -m 755 $(CURDIR)/debian/qgis.sh $(CURDIR)/debian/qgis-plugin-grass/usr/bin/qbrowser

ifneq (,$(findstring $(DISTRIBUTION),"wheezy sid"))
ifneq (,$(findstring $(DISTRIBUTION),"wheezy sid quantal raring"))
dh_python2 --no-guessing-versions
else
dh_pycentral
Expand Down

0 comments on commit 95e34e7

Please sign in to comment.