[Python-apps-commits] r408 - in packages/pkpgcounter/trunk/debian (changelog control rules)

kumanna-guest at users.alioth.debian.org kumanna-guest at users.alioth.debian.org
Mon Dec 10 18:29:27 UTC 2007


    Date: Monday, December 10, 2007 @ 18:29:26
  Author: kumanna-guest
Revision: 408

* New upstream release.
* debian/rules:
  + Remove emptly usr/lib directory.
  + No need to call dpatch, as there are no patches.
* debian/control:
  + No patches, so remove dpatch dependency.

Modified:
  packages/pkpgcounter/trunk/debian/changelog
  packages/pkpgcounter/trunk/debian/control
  packages/pkpgcounter/trunk/debian/rules

Modified: packages/pkpgcounter/trunk/debian/changelog
===================================================================
--- packages/pkpgcounter/trunk/debian/changelog	2007-12-09 21:23:39 UTC (rev 407)
+++ packages/pkpgcounter/trunk/debian/changelog	2007-12-10 18:29:26 UTC (rev 408)
@@ -1,10 +1,18 @@
 pkpgcounter (3.50-1) unstable; urgency=low
 
-  * New upstream release. 
+  [ Jerome Alet ]
+  * New upstream release.
   * Upgraded list of supported file formats in control.
 
- -- Jerome Alet <alet at librelogiciel.com>  Sun,  9 Dec 2007 22:16:49 +0100
+  [ Kumar Appaiah ]
+  * debian/rules:
+    + Remove emptly usr/lib directory.
+    + No need to call dpatch, as there are no patches.
+  * debian/control:
+    + No patches, so remove dpatch dependency.
 
+ -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Tue, 11 Dec 2007 00:01:30 +0530
+
 pkpgcounter (3.40-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/pkpgcounter/trunk/debian/control
===================================================================
--- packages/pkpgcounter/trunk/debian/control	2007-12-09 21:23:39 UTC (rev 407)
+++ packages/pkpgcounter/trunk/debian/control	2007-12-10 18:29:26 UTC (rev 408)
@@ -4,7 +4,7 @@
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Kumar Appaiah <akumar at ee.iitm.ac.in>, Jerome Alet <alet at librelogiciel.com>
 Build-Depends-Indep: python-dev (>= 2.3.5-11), python-central (>= 0.5), python-imaging
-Build-Depends: debhelper (>= 5.0.37.3), dpatch
+Build-Depends: debhelper (>= 5.0.37.3)
 Standards-Version: 3.7.3
 XS-Python-Version: current
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/pkpgcounter/trunk

Modified: packages/pkpgcounter/trunk/debian/rules
===================================================================
--- packages/pkpgcounter/trunk/debian/rules	2007-12-09 21:23:39 UTC (rev 407)
+++ packages/pkpgcounter/trunk/debian/rules	2007-12-10 18:29:26 UTC (rev 408)
@@ -2,19 +2,17 @@
 # -*- makefile -*-
 #export DH_VERBOSE=1
 
-include /usr/share/dpatch/dpatch.make
-
 # The versions of python currently supported
 PYTHON=$(shell pyversions -r)
 
 build: build-stamp
 
-build-stamp: patch-stamp
+build-stamp:
 	dh_testdir
 	$(PYTHON) setup.py build
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f *-stamp
@@ -41,6 +39,7 @@
 	dh_installexamples
 	dh_installchangelogs
 	dh_pycentral
+	-rmdir ./debian/pkpgcounter/usr/lib
 	dh_compress -X.py
 	dh_fixperms
 	dh_installdeb




More information about the Python-apps-commits mailing list