[Python-modules-commits] r719 - in /packages/pyasn1/trunk/debian: changelog control control.in rules source.lintian-overrides

arnau-guest at users.alioth.debian.org arnau-guest at users.alioth.debian.org
Thu Jun 1 15:26:47 UTC 2006


Author: arnau-guest
Date: Thu Jun  1 15:26:47 2006
New Revision: 719

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=719
Log:
New upstream release

Added:
    packages/pyasn1/trunk/debian/source.lintian-overrides
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=719&op=diff
==============================================================================
--- packages/pyasn1/trunk/debian/changelog (original)
+++ packages/pyasn1/trunk/debian/changelog Thu Jun  1 15:26:47 2006
@@ -1,3 +1,14 @@
+pyasn1 (0.0.5a-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bumped Standards-Version to 3.7.2.
+  * Add debian/source.lintian-overrides for Build-Depends warnings
+    concerning python-support
+  * Update python-support to 0.2.1 in debian/control* and
+    debian/rules.
+
+ -- Arnaud Fontaine <arnaud at andesi.org>  Thu,  1 Jun 2006 16:41:11 +0200
+
 pyasn1 (0.0.4a-2) unstable; urgency=low
 
   * Move Build-Depends-Indep to Build-Depends according 

Modified: packages/pyasn1/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyasn1/trunk/debian/control?rev=719&op=diff
==============================================================================
--- packages/pyasn1/trunk/debian/control (original)
+++ packages/pyasn1/trunk/debian/control Thu Jun  1 15:26:47 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>, Jan Luebbe <jluebbe at lasnet.de>
-Standards-Version: 3.7.0
-Build-Depends: cdbs (>= 0.4.39), debhelper (>= 4.2.0), python-dev, python-all-dev
+Standards-Version: 3.7.2
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), python-dev, python-all-dev
 
 Package: python-pyasn1
 Architecture: all
-Depends: python (>= 2.3), python-support
+Depends: python (>= 2.3), python-support (>= 0.2.1)
 Description: ASN.1 library for Python
  This  is  an implementation  of  ASN.1  types  and codecs  in  Python
  programming language. It has been first written to support particular

Modified: packages/pyasn1/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/pyasn1/trunk/debian/control.in?rev=719&op=diff
==============================================================================
--- packages/pyasn1/trunk/debian/control.in (original)
+++ packages/pyasn1/trunk/debian/control.in Thu Jun  1 15:26:47 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>, Jan Luebbe <jluebbe at lasnet.de>
-Standards-Version: 3.7.0
+Standards-Version: 3.7.2
 Build-Depends: @cdbs@, python-dev, python-all-dev
 
 Package: python-pyasn1
 Architecture: all
-Depends: python (>= 2.3), python-support
+Depends: python (>= 2.3), python-support (>= 0.2.1)
 Description: ASN.1 library for Python
  This  is  an implementation  of  ASN.1  types  and codecs  in  Python
  programming language. It has been first written to support particular

Modified: packages/pyasn1/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyasn1/trunk/debian/rules?rev=719&op=diff
==============================================================================
--- packages/pyasn1/trunk/debian/rules (original)
+++ packages/pyasn1/trunk/debian/rules Thu Jun  1 15:26:47 2006
@@ -12,3 +12,6 @@
 # Install .py files in the proper directory for
 # python-support
 DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib usr/share/python-support/pyasn1
+
+binary-install/python-pyasn1::
+	echo "2.3-" >debian/python-pyasn1/usr/share/python-support/pyasn1/.version

Added: packages/pyasn1/trunk/debian/source.lintian-overrides
URL: http://svn.debian.org/wsvn/python-modules/packages/pyasn1/trunk/debian/source.lintian-overrides?rev=719&op=file
==============================================================================
--- packages/pyasn1/trunk/debian/source.lintian-overrides (added)
+++ packages/pyasn1/trunk/debian/source.lintian-overrides Thu Jun  1 15:26:47 2006
@@ -1,0 +1,2 @@
+pyasn1 source: build-depends-without-arch-dep python-dev
+pyasn1 source: build-depends-without-arch-dep python-all-dev




More information about the Python-modules-commits mailing list