[Python-apps-commits] r444 - in packages/phatch/trunk/debian (4 files)

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Thu Dec 20 00:27:37 UTC 2007


    Date: Thursday, December 20, 2007 @ 00:27:36
  Author: pochu-guest
Revision: 444

initial release was rejected. remove manpage patch, merged upstream. remove dpatch support.

Modified:
  packages/phatch/trunk/debian/changelog
  packages/phatch/trunk/debian/control
  packages/phatch/trunk/debian/rules
Deleted:
  packages/phatch/trunk/debian/patches/

Modified: packages/phatch/trunk/debian/changelog
===================================================================
--- packages/phatch/trunk/debian/changelog	2007-12-19 22:04:52 UTC (rev 443)
+++ packages/phatch/trunk/debian/changelog	2007-12-20 00:27:36 UTC (rev 444)
@@ -1,11 +1,5 @@
-phatch (0.1.bzr172-2) UNRELEASED; urgency=low
+phatch (0.1.bzr184-1) unstable; urgency=low
 
-  * NOT RELEASED YET
-
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sat, 15 Dec 2007 17:49:37 +0100
-
-phatch (0.1.bzr172-1) unstable; urgency=low
-
   * Initial release (Closes: #454499)
 
  -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Fri, 07 Dec 2007 18:13:57 +0100

Modified: packages/phatch/trunk/debian/control
===================================================================
--- packages/phatch/trunk/debian/control	2007-12-19 22:04:52 UTC (rev 443)
+++ packages/phatch/trunk/debian/control	2007-12-20 00:27:36 UTC (rev 444)
@@ -7,7 +7,9 @@
 Homepage: http://photobatch.stani.be 
 Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/phatch/trunk/?op=log
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/phatch/trunk/
-Build-Depends: debhelper (>= 5.0.38), dpatch, cdbs (>= 0.4.43), python (>= 2.3.5-11)
+Build-Depends: debhelper (>= 5.0.38),
+               cdbs (>= 0.4.43),
+               python (>= 2.3.5-11)
 Build-Depends-Indep: python-support (>= 0.5.3)
 
 Package: phatch

Modified: packages/phatch/trunk/debian/rules
===================================================================
--- packages/phatch/trunk/debian/rules	2007-12-19 22:04:52 UTC (rev 443)
+++ packages/phatch/trunk/debian/rules	2007-12-20 00:27:36 UTC (rev 444)
@@ -2,7 +2,6 @@
 
 DEB_PYTHON_SYSTEM := pysupport
 
-include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 




More information about the Python-apps-commits mailing list