Skip to content
Permalink
Browse files
debian packaging fix: quantal and raring also use dh_python2
  • Loading branch information
jef-n committed Jan 31, 2013
1 parent 0a0a430 commit 95e34e7
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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

0 comments on commit 95e34e7

Please sign in to comment.