[Python-modules-commits] r1083 - in /packages/cubictemp/trunk/debian: changelog control rules

adn-guest at users.alioth.debian.org adn-guest at users.alioth.debian.org
Wed Jun 28 08:58:29 UTC 2006


Author: adn-guest
Date: Wed Jun 28 08:58:27 2006
New Revision: 1083

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1083
Log:
Build-Depends on python-dev-all

Modified:
    packages/cubictemp/trunk/debian/changelog
    packages/cubictemp/trunk/debian/control
    packages/cubictemp/trunk/debian/rules

Modified: packages/cubictemp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/cubictemp/trunk/debian/changelog?rev=1083&op=diff
==============================================================================
--- packages/cubictemp/trunk/debian/changelog (original)
+++ packages/cubictemp/trunk/debian/changelog Wed Jun 28 08:58:27 2006
@@ -1,10 +1,10 @@
 cubictemp (0.4-3) unstable; urgency=low
 
-  * Forgot to bump debian/compat
-  * Cubictemp is not GPL, so see below, not above.
-    Thanks Christophe Mutricy
+  * Forgot to bump debian/compat.
+  * Cubictemp is not GPL, so see below, not above. Thanks Christophe Mutricy
+  * Build-Depends on python-dev-all.
 
- -- Mohammed Adnène Trojette <adn+deb at diwi.org>  Mon, 26 Jun 2006 13:25:18 +0200
+ -- Mohammed Adnène Trojette <adn+deb at diwi.org>  Wed, 28 Jun 2006 10:57:54 +0200
 
 cubictemp (0.4-2) unstable; urgency=low
 

Modified: packages/cubictemp/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/cubictemp/trunk/debian/control?rev=1083&op=diff
==============================================================================
--- packages/cubictemp/trunk/debian/control (original)
+++ packages/cubictemp/trunk/debian/control Wed Jun 28 08:58:27 2006
@@ -4,7 +4,7 @@
 Maintainer: Mohammed Adnène Trojette <adn+deb at diwi.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5.0.37.1), cdbs (>= 0.4.41), quilt, patchutils
-Build-Depends-Indep: python-dev, python-support (>= 0.2.3)
+Build-Depends-Indep: python-all-dev (>= 2.3.5-11), python-support (>= 0.2.3)
 Standards-Version: 3.7.2
 XS-Python-Version: >= 2.2
 

Modified: packages/cubictemp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/cubictemp/trunk/debian/rules?rev=1083&op=diff
==============================================================================
--- packages/cubictemp/trunk/debian/rules (original)
+++ packages/cubictemp/trunk/debian/rules Wed Jun 28 08:58:27 2006
@@ -1,8 +1,7 @@
 #!/usr/bin/make -f
 
+include /usr/share/cdbs/1/rules/debhelper.mk
 DEB_PYTHON_SYSTEM=pysupport
-
-include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 




More information about the Python-modules-commits mailing list