[Python-apps-commits] r8658 - in packages/pyaimt/trunk/debian (changelog rules)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Thu May 10 07:01:13 UTC 2012


    Date: Thursday, May 10, 2012 @ 07:01:08
  Author: nijel
Revision: 8658

Remove extra file in clean (Closes #671549).

Modified:
  packages/pyaimt/trunk/debian/changelog
  packages/pyaimt/trunk/debian/rules

Modified: packages/pyaimt/trunk/debian/changelog
===================================================================
--- packages/pyaimt/trunk/debian/changelog	2012-05-10 06:57:33 UTC (rev 8657)
+++ packages/pyaimt/trunk/debian/changelog	2012-05-10 07:01:08 UTC (rev 8658)
@@ -3,8 +3,9 @@
   * NOT RELEASED YET
   * Fix watch file to work after recent changes on code.google.com.
   * Fix permissions of /var/lib/pyaimt
+  * Remove extra file in clean (Closes #671549).
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Tue, 26 Oct 2010 15:30:03 +0200
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Thu, 10 May 2012 09:01:04 +0200
 
 pyaimt (0.8.0.1-2) unstable; urgency=low
 

Modified: packages/pyaimt/trunk/debian/rules
===================================================================
--- packages/pyaimt/trunk/debian/rules	2012-05-10 06:57:33 UTC (rev 8657)
+++ packages/pyaimt/trunk/debian/rules	2012-05-10 07:01:08 UTC (rev 8658)
@@ -2,22 +2,25 @@
 
 #export DH_VERBOSE=1
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 
 build-stamp:
-	dh build
+	dh build --with python2
+	chmod -x PyAIMt.py
 	cp config_example.xml pyaimt.conf.xml
-	chmod -x PyAIMt.py
 	touch $@
 
 clean:
+	rm -f pyaimt.conf.xml
 	dh clean
 
 install: build
-	dh install
+	dh install --with python2
 
 binary-indep: build install
-	dh binary-indep
+	dh binary-indep --with python2
 
 binary-arch: build install
 




More information about the Python-apps-commits mailing list