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

arnau-guest at users.alioth.debian.org arnau-guest at users.alioth.debian.org
Sun Jun 11 15:04:51 UTC 2006


Author: arnau-guest
Date: Sun Jun 11 15:04:50 2006
New Revision: 778

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=778
Log:
Clean debian/rules

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

Modified: packages/ply/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/ply/trunk/debian/changelog?rev=778&op=diff
==============================================================================
--- packages/ply/trunk/debian/changelog (original)
+++ packages/ply/trunk/debian/changelog Sun Jun 11 15:04:50 2006
@@ -2,6 +2,11 @@
 
   * New upstream version.
   * Added watch file. Thanks to Piotr Ozarowski.
+  * Update python-support to 0.2 in debian/control* and
+    debian/rules.
+  * Update Standards to 3.7.2. No changes needed.
+  * Clean debian/rules by adding DEB_PYTHON_PACKAGES_EXCLUDE 
+    to debian/rules and update cdbs version to 0.4.0 in debian/control.
 
  -- Arnaud Fontaine <arnaud at andesi.org>  Sun, 11 Jun 2006 01:49:24 +0200
 

Modified: packages/ply/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/ply/trunk/debian/control?rev=778&op=diff
==============================================================================
--- packages/ply/trunk/debian/control (original)
+++ packages/ply/trunk/debian/control Sun Jun 11 15:04:50 2006
@@ -3,12 +3,12 @@
 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.7.0
+Build-Depends: cdbs (>= 0.4.40), debhelper (>= 4.2.0), python-dev
+Standards-Version: 3.7.2
 
 Package: python-ply
 Architecture: all
-Depends: python (>= 2.3), python-support
+Depends: python (>= 2.3), python-support (>= 0.2)
 Suggests: python-ply-doc
 Description: Lex and Yacc implementation for Python
  PLY   is   yet  another   implementation   of   lex   and  yacc   for

Modified: packages/ply/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/ply/trunk/debian/control.in?rev=778&op=diff
==============================================================================
--- packages/ply/trunk/debian/control.in (original)
+++ packages/ply/trunk/debian/control.in Sun Jun 11 15:04:50 2006
@@ -3,12 +3,12 @@
 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
+Build-Depends: @cdbs@, python-dev
 Standards-Version: 3.7.0
 
 Package: python-ply
 Architecture: all
-Depends: python (>= 2.3), python-support
+Depends: python (>= 2.3), python-support (>= 0.2)
 Suggests: python-ply-doc
 Description: Lex and Yacc implementation for Python
  PLY   is   yet  another   implementation   of   lex   and  yacc   for

Modified: packages/ply/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/ply/trunk/debian/rules?rev=778&op=diff
==============================================================================
--- packages/ply/trunk/debian/rules (original)
+++ packages/ply/trunk/debian/rules Sun Jun 11 15:04:50 2006
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
+
+DEB_PYTHON_PACKAGES_EXCLUDE=python-ply-doc
 
 # python-distutils before debhelper to avoid it calling dh_python
 # itself
@@ -13,6 +15,6 @@
 # python-support
 DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib usr/share/python-support/ply
 
-common-binary-post-install-indep::
-	# Clean the python-ply-doc packages by removing *.py files
-	rm -rf debian/python-ply-doc/usr/share/python-support
+binary-install/python-ply::
+	echo "2.3-" > debian/python-ply/usr/share/python-support/ply/.version
+




More information about the Python-modules-commits mailing list