[Python-apps-commits] r2286 - in packages/drobo-utils/trunk/debian (control rules)

catlee-guest at users.alioth.debian.org catlee-guest at users.alioth.debian.org
Mon Feb 2 18:27:18 UTC 2009


    Date: Monday, February 2, 2009 @ 18:27:18
  Author: catlee-guest
Revision: 2286

Going back to dh5 with dh_clean -k instead of dh_prep

Modified:
  packages/drobo-utils/trunk/debian/control
  packages/drobo-utils/trunk/debian/rules

Modified: packages/drobo-utils/trunk/debian/control
===================================================================
--- packages/drobo-utils/trunk/debian/control	2009-02-02 18:18:45 UTC (rev 2285)
+++ packages/drobo-utils/trunk/debian/control	2009-02-02 18:27:18 UTC (rev 2286)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Chris AtLee <chris at atlee.ca>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: python-support (>= 0.6), debhelper (>= 7), python-all-dev,
+Build-Depends: python-support (>= 0.6), debhelper (>= 5), python-all-dev,
  libsgutils1-dev, python-all-dbg
 Standards-Version: 3.8.0
 Homepage: http://drobo-utils.sourceforge.net

Modified: packages/drobo-utils/trunk/debian/rules
===================================================================
--- packages/drobo-utils/trunk/debian/rules	2009-02-02 18:18:45 UTC (rev 2285)
+++ packages/drobo-utils/trunk/debian/rules	2009-02-02 18:27:18 UTC (rev 2286)
@@ -24,7 +24,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_prep
+	dh_clean -k
 	dh_installdirs
 	python setup.py install_lib -d $(CURDIR)/debian/$(PKGNAME)/usr/share/python-support/$(PKGNAME)
 	find $(CURDIR)/debian/$(PKGNAME) -name "*\.pyc" -delete




More information about the Python-apps-commits mailing list