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

arnau-guest at users.alioth.debian.org arnau-guest at users.alioth.debian.org
Mon Apr 24 15:02:15 UTC 2006


Author: arnau-guest
Date: Mon Apr 24 15:02:14 2006
New Revision: 314

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=314
Log:
Clean debian/rules, fix typo into debian/control

Added:
    packages/ply/trunk/debian/python-ply.docs
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=314&op=diff
==============================================================================
--- packages/ply/trunk/debian/changelog (original)
+++ packages/ply/trunk/debian/changelog Mon Apr 24 15:02:14 2006
@@ -1,3 +1,11 @@
+ply (1.6-2) UNRELEASED; urgency=low
+
+  * Fix typo into debian/control*.
+  * Add @cdbs@ to Build-Depends instead of Build-Depends-Indep
+    according to the debian policy.
+
+ -- Arnaud Fontaine <arnaud at andesi.org>  Sat, 22 Apr 2006 19:26:57 +0200
+
 ply (1.6-1) unstable; urgency=low
 
   * Initial release. Closes: #215804.

Modified: packages/ply/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/ply/trunk/debian/control?rev=314&op=diff
==============================================================================
--- packages/ply/trunk/debian/control (original)
+++ packages/ply/trunk/debian/control Mon Apr 24 15:02:14 2006
@@ -3,7 +3,7 @@
 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-Indep: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), python-dev
+Build-Depends: cdbs (>= 0.4.39), debhelper (>= 4.2.0), python (>= 2.3)
 Standards-Version: 3.6.2.2
 
 Package: python-ply
@@ -22,7 +22,7 @@
     support for  empty productions, precedence  rules, error recovery,
     and support for ambiguous grammars.
   * PLY is  extremely easy  to use and  provides very  extensive error
-    checking."
+    checking.
  .
   Homepage: http://www.dabeaz.com/ply/
 

Modified: packages/ply/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/ply/trunk/debian/control.in?rev=314&op=diff
==============================================================================
--- packages/ply/trunk/debian/control.in (original)
+++ packages/ply/trunk/debian/control.in Mon Apr 24 15:02:14 2006
@@ -3,7 +3,7 @@
 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-Indep: @cdbs@, python-dev
+Build-Depends: @cdbs@, python (>= 2.3)
 Standards-Version: 3.6.2.2
 
 Package: python-ply
@@ -22,7 +22,7 @@
     support for  empty productions, precedence  rules, error recovery,
     and support for ambiguous grammars.
   * PLY is  extremely easy  to use and  provides very  extensive error
-    checking."
+    checking.
  .
   Homepage: http://www.dabeaz.com/ply/
 

Added: packages/ply/trunk/debian/python-ply.docs
URL: http://svn.debian.org/wsvn/python-modules/packages/ply/trunk/debian/python-ply.docs?rev=314&op=file
==============================================================================
--- packages/ply/trunk/debian/python-ply.docs (added)
+++ packages/ply/trunk/debian/python-ply.docs Mon Apr 24 15:02:14 2006
@@ -1,0 +1,1 @@
+debian/README.Debian

Modified: packages/ply/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/ply/trunk/debian/rules?rev=314&op=diff
==============================================================================
--- packages/ply/trunk/debian/rules (original)
+++ packages/ply/trunk/debian/rules Mon Apr 24 15:02:14 2006
@@ -9,19 +9,10 @@
 # Don't compress .py files
 DEB_COMPRESS_EXCLUDE := .py
 
-# python-support stuff (based on python-cherrypy, thanks to its
-# maintainer)
-DEB_PYTHON_INSTALL_ARGS_ALL = --no-compile -O0 --install-lib usr/share/python-support/ply
-PYVER=$(shell python -V 2>&1 | cut -d ' ' -f 2 | cut -d . -f 1-2)
+# Install the .py files into the proper directory for 
+# 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/lib debian/python-ply-doc/usr/share/python-support
-
-$(patsubst %,binary-install/%,$(filter-out python-ply-doc,$(DEB_ALL_PACKAGES)))::
-	cp debian/README.Debian \
-		debian/$(patsubst binary-install/%,%,$@)/usr/share/doc/$(patsubst binary-install/%,%,$@)
-
-clean::
-	# Hack (CDBS bug -- see #300149)
-	-rm -rf build
+	rm -rf debian/python-ply-doc/usr/share/python-support




More information about the Python-modules-commits mailing list