[Python-modules-commits] r5018 - in packages/ctypes/trunk/debian (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Apr 14 20:34:03 UTC 2008


    Date: Monday, April 14, 2008 @ 20:33:57
  Author: piotr
Revision: 5018

* Change "all" to "<<2.5" in XS-Python-Version and let python-central generate correct dependencies
* Move DH_COMPAT from debian/rules to debian/compat to make lintian happy
* Standards-version bumped to 3.7.3 (no changes needed)
* Incorporate changes from 1.0.2-2.1

Added:
  packages/ctypes/trunk/debian/compat
Modified:
  packages/ctypes/trunk/debian/changelog
  packages/ctypes/trunk/debian/control
  packages/ctypes/trunk/debian/rules

Modified: packages/ctypes/trunk/debian/changelog
===================================================================
--- packages/ctypes/trunk/debian/changelog	2008-04-14 19:57:43 UTC (rev 5017)
+++ packages/ctypes/trunk/debian/changelog	2008-04-14 20:33:57 UTC (rev 5018)
@@ -2,13 +2,25 @@
 
   [ Piotr Ożarowski ]
   * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
+  * Change "all" to "<<2.5" in XS-Python-Version and let python-central
+    generate correct dependencies
+  * Move DH_COMPAT from debian/rules to debian/compat to make lintian happy
+  * Standards-version bumped to 3.7.3 (no changes needed)
 
   [ Sandro Tosi ]
   * debian/control
     - fix Vcs-Browser field
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Wed, 02 Jan 2008 16:46:34 +0100
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Mon, 14 Apr 2008 22:21:25 +0200
 
+ctypes (1.0.2-2.1) unstable; urgency=low
+
+  * NMU
+  * debian/rules:
+    + FTBFS if build twice in a row (Closes: #442535)
+
+ -- Kartik Mistry <kartik.mistry at gmail.com>  Wed, 26 Mar 2008 14:29:33 +0530
+
 ctypes (1.0.2-2) unstable; urgency=low
 
   * Added XS-Vcs-* fields

Added: packages/ctypes/trunk/debian/compat
===================================================================
--- packages/ctypes/trunk/debian/compat	                        (rev 0)
+++ packages/ctypes/trunk/debian/compat	2008-04-14 20:33:57 UTC (rev 5018)
@@ -0,0 +1 @@
+5

Modified: packages/ctypes/trunk/debian/control
===================================================================
--- packages/ctypes/trunk/debian/control	2008-04-14 19:57:43 UTC (rev 5017)
+++ packages/ctypes/trunk/debian/control	2008-04-14 20:33:57 UTC (rev 5018)
@@ -2,10 +2,10 @@
 Section: python
 Priority: optional
 Build-Depends: python-all-dev (>= 2.3.5-10), python2.4-dev, python-central (>= 0.5.6), debhelper (>= 5.0.38), libffi4-dev
-XS-Python-Version: all
+XS-Python-Version: << 2.5
 Maintainer: Ganesan Rajagopal <rganesan at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/ctypes/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/ctypes/trunk/?op=log
 

Modified: packages/ctypes/trunk/debian/rules
===================================================================
--- packages/ctypes/trunk/debian/rules	2008-04-14 19:57:43 UTC (rev 5017)
+++ packages/ctypes/trunk/debian/rules	2008-04-14 20:33:57 UTC (rev 5018)
@@ -3,10 +3,7 @@
 # Uncomment this to turn on verbose mode.
 # export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=5
-
-PYVERS	:= $(filter 2.1 2.2 2.3 2.4, $(shell pyversions -vr debian/control))
+PYVERS	:= $(shell pyversions -vr)
 DEB_UPSTREAM_VERSION := $(shell dpkg-parsechangelog \
                          | grep ^Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
 PYMOD	= ctypes
@@ -25,7 +22,7 @@
 	dh_testroot
 	rm -f build-stamp build-python*
 	rm -rf build dist
-	rm -f ctypes/*.pyc 
+	rm -f ctypes/*.pyc ctypes/test/*.pyc ctypes/macholib/*.pyc
 	dh_clean
 
 install: build




More information about the Python-modules-commits mailing list