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

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


Author: arnau-guest
Date: Mon Apr 24 15:11:51 2006
New Revision: 315

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=315
Log:
Clean debian/rules, Add @cdbs@ to Build-Depends instead of Build-Depends-Indep

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

Modified: packages/pyasn1/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyasn1/trunk/debian/changelog?rev=315&op=diff
==============================================================================
--- packages/pyasn1/trunk/debian/changelog (original)
+++ packages/pyasn1/trunk/debian/changelog Mon Apr 24 15:11:51 2006
@@ -1,3 +1,10 @@
+pyasn1 (0.0.4a-2) UNRELEASED; urgency=low
+
+  * 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:22:53 +0200
+
 pyasn1 (0.0.4a-1) unstable; urgency=low
 
   * Initial release. Closes: #364204.

Modified: packages/pyasn1/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyasn1/trunk/debian/control?rev=315&op=diff
==============================================================================
--- packages/pyasn1/trunk/debian/control (original)
+++ packages/pyasn1/trunk/debian/control Mon Apr 24 15:11:51 2006
@@ -4,7 +4,7 @@
 Maintainer: Arnaud Fontaine <arnaud at andesi.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Jan Luebbe <jluebbe at lasnet.de>
 Standards-Version: 3.6.2
-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)
 
 Package: python-pyasn1
 Architecture: all

Modified: packages/pyasn1/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/pyasn1/trunk/debian/control.in?rev=315&op=diff
==============================================================================
--- packages/pyasn1/trunk/debian/control.in (original)
+++ packages/pyasn1/trunk/debian/control.in Mon Apr 24 15:11:51 2006
@@ -4,7 +4,7 @@
 Maintainer: Arnaud Fontaine <arnaud at andesi.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Jan Luebbe <jluebbe at lasnet.de>
 Standards-Version: 3.6.2
-Build-Depends-Indep: @cdbs@, python-dev
+Build-Depends: @cdbs@, python (>= 2.3)
 
 Package: python-pyasn1
 Architecture: all

Modified: packages/pyasn1/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyasn1/trunk/debian/rules?rev=315&op=diff
==============================================================================
--- packages/pyasn1/trunk/debian/rules (original)
+++ packages/pyasn1/trunk/debian/rules Mon Apr 24 15:11:51 2006
@@ -9,11 +9,6 @@
 # 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/pyasn1
-PYVER=$(shell python -V 2>&1 | cut -d ' ' -f 2 | cut -d . -f 1-2)
-
-clean::
-        # Hack (CDBS bug -- see #300149)
-	-rm -rf build
+# Install .py files in the proper directory for
+# python-support
+DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib usr/share/python-support/pyasn1




More information about the Python-modules-commits mailing list