[Python-modules-commits] r345 - in /packages/ply/trunk/debian: changelog control control.in

stratus at users.alioth.debian.org stratus at users.alioth.debian.org
Sun Apr 30 23:21:52 UTC 2006


Author: stratus
Date: Sun Apr 30 23:21:51 2006
New Revision: 345

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=345
Log:
ply important changes
* debian/changelog updated
* debian/control:
  - Standards-Version bumped up to 3.7.0
  - Let python-dev and python-all-dev into Build-Depends-Indep, cdbs
    and debhelper are Build-Depends related.

Modified:
    packages/ply/trunk/debian/changelog
    packages/ply/trunk/debian/control
    packages/ply/trunk/debian/control.in

Modified: packages/ply/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/ply/trunk/debian/changelog?rev=345&op=diff
==============================================================================
--- packages/ply/trunk/debian/changelog (original)
+++ packages/ply/trunk/debian/changelog Sun Apr 30 23:21:51 2006
@@ -1,9 +1,16 @@
 ply (1.6-2) unstable; urgency=low
-
+  
+  [ Arnaud Fontaine ]
   * Fix typo into debian/control*.
   * Add @cdbs@, python-dev and python-all-dev to Build-Depends instead
     of Build-Depends-Indep according to the debian policy.
 
+  [ Gustavo Franco ]
+  * debian/control: 
+    - Standards-Version bumped up to 3.7.0
+    - Let python-dev and python-all-dev into Build-Depends-Indep, cdbs
+      and debhelper are Build-Depends related.
+  
  -- Arnaud Fontaine <arnaud at andesi.org>  Sat, 22 Apr 2006 19:26:57 +0200
 
 ply (1.6-1) unstable; urgency=low

Modified: packages/ply/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/ply/trunk/debian/control?rev=345&op=diff
==============================================================================
--- packages/ply/trunk/debian/control (original)
+++ packages/ply/trunk/debian/control Sun Apr 30 23:21:51 2006
@@ -3,8 +3,9 @@
 Priority: optional
 Maintainer: Arnaud Fontaine <arnaud at andesi.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Gustavo Franco <stratus at debian.org>
-Build-Depends: cdbs (>= 0.4.39), debhelper (>= 4.2.0), python-dev, python-all-dev
-Standards-Version: 3.6.2.2
+Build-Depends: cdbs (>= 0.4.39), debhelper (>= 4.2.0)
+Build-Depends-Indep: python-dev, python-all-dev
+Standards-Version: 3.7.0
 
 Package: python-ply
 Architecture: all

Modified: packages/ply/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/ply/trunk/debian/control.in?rev=345&op=diff
==============================================================================
--- packages/ply/trunk/debian/control.in (original)
+++ packages/ply/trunk/debian/control.in Sun Apr 30 23:21:51 2006
@@ -3,8 +3,9 @@
 Priority: optional
 Maintainer: Arnaud Fontaine <arnaud at andesi.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Gustavo Franco <stratus at debian.org>
-Build-Depends: @cdbs@, python-dev, python-all-dev
-Standards-Version: 3.6.2.2
+Build-Depends: @cdbs@
+Build-Depends-Indep: python-dev, python-all-dev
+Standards-Version: 3.7.0
 
 Package: python-ply
 Architecture: all




More information about the Python-modules-commits mailing list