[Python-modules-commits] r2385 - in /packages/pyyaml/trunk/debian: changelog control rules

kitterma-guest at users.alioth.debian.org kitterma-guest at users.alioth.debian.org
Mon May 14 02:40:40 UTC 2007


Author: kitterma-guest
Date: Mon May 14 02:40:39 2007
New Revision: 2385

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2385
Log:
Disable patch system (not currently needed).

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

Modified: packages/pyyaml/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyyaml/trunk/debian/changelog?rev=2385&op=diff
==============================================================================
--- packages/pyyaml/trunk/debian/changelog (original)
+++ packages/pyyaml/trunk/debian/changelog Mon May 14 02:40:39 2007
@@ -5,11 +5,14 @@
   * Removed obsolete patch and debian/patches
   * debian/control:
      - Added XS-Vcs-Svn field
+     - Remove build-dep on pacht-utils
+  * debian/rules:
+     - Comment out simple-patchsys
 
   [ Piotr Ożarowski ]
   * Added debian/watch file
 
- -- Scott Kitterman <scott at kitterman.com>  Sun, 13 May 2007 17:12:17 -0400
+ -- Scott Kitterman <scott at kitterman.com>  Sun, 13 May 2007 22:38:17 -0400
 
 pyyaml (3.04-1) unstable; urgency=low
 

Modified: packages/pyyaml/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyyaml/trunk/debian/control?rev=2385&op=diff
==============================================================================
--- packages/pyyaml/trunk/debian/control (original)
+++ packages/pyyaml/trunk/debian/control Mon May 14 02:40:39 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> 
 Uploaders: Scott Kitterman <scott at kitterman.com>
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5), python-all-dev (>=2.3.5-11), python-support (>= 0.5.3), patchutils
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5), python-all-dev (>=2.3.5-11), python-support (>= 0.5.3)
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyyaml/trunk/
 Standards-Version: 3.7.2
 

Modified: packages/pyyaml/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyyaml/trunk/debian/rules?rev=2385&op=diff
==============================================================================
--- packages/pyyaml/trunk/debian/rules (original)
+++ packages/pyyaml/trunk/debian/rules Mon May 14 02:40:39 2007
@@ -5,4 +5,4 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+#include /usr/share/cdbs/1/rules/simple-patchsys.mk




More information about the Python-modules-commits mailing list