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

rrs-guest at users.alioth.debian.org rrs-guest at users.alioth.debian.org
Tue Oct 20 12:52:05 UTC 2009


    Date: Tuesday, October 20, 2009 @ 12:52:02
  Author: rrs-guest
Revision: 4009

switch patch management to quilt

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

Modified: packages/pytagsfs/trunk/debian/changelog
===================================================================
--- packages/pytagsfs/trunk/debian/changelog	2009-10-20 12:51:58 UTC (rev 4008)
+++ packages/pytagsfs/trunk/debian/changelog	2009-10-20 12:52:02 UTC (rev 4009)
@@ -5,8 +5,9 @@
     python-inotifyx
   * Update Standards-Version to 3.8.3 (No changes required)
   * Add a get-orig-source target and update README.source
+  * Switch patch management to quilt
 
- -- Ritesh Raj Sarraf <rrs at researchut.com>  Tue, 20 Oct 2009 14:23:28 +0530
+ -- Ritesh Raj Sarraf <rrs at researchut.com>  Tue, 20 Oct 2009 15:02:23 +0530
 
 pytagsfs (0.9.0-2) unstable; urgency=low
 

Modified: packages/pytagsfs/trunk/debian/control
===================================================================
--- packages/pytagsfs/trunk/debian/control	2009-10-20 12:51:58 UTC (rev 4008)
+++ packages/pytagsfs/trunk/debian/control	2009-10-20 12:52:02 UTC (rev 4009)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Ritesh Raj Sarraf <rrs at researchut.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.38), dpatch
+Build-Depends: debhelper (>= 5.0.38), quilt
 Build-Depends-Indep: python-central (>= 0.5.6), python-sclapp (>= 0.5.2), xsltproc, docbook-xsl, python-libxml2, python-fuse (>= 0.2)
 Standards-Version: 3.8.3
 XS-Python-Version: all

Modified: packages/pytagsfs/trunk/debian/rules
===================================================================
--- packages/pytagsfs/trunk/debian/rules	2009-10-20 12:51:58 UTC (rev 4008)
+++ packages/pytagsfs/trunk/debian/rules	2009-10-20 12:52:02 UTC (rev 4009)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-include /usr/share/dpatch/dpatch.make
+include /usr/share/quilt/quilt.make
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -13,7 +13,7 @@
 
 
 build: patch build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	python setup.py build
 	touch $@




More information about the Python-apps-commits mailing list