[Python-modules-commits] r26484 - in packages/python-cobe/trunk/debian (changelog control rules)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sat Nov 23 02:10:14 UTC 2013


    Date: Saturday, November 23, 2013 @ 02:10:13
  Author: eriol-guest
Revision: 26484

Switched to pybuild

Modified:
  packages/python-cobe/trunk/debian/changelog
  packages/python-cobe/trunk/debian/control
  packages/python-cobe/trunk/debian/rules

Modified: packages/python-cobe/trunk/debian/changelog
===================================================================
--- packages/python-cobe/trunk/debian/changelog	2013-11-23 02:03:48 UTC (rev 26483)
+++ packages/python-cobe/trunk/debian/changelog	2013-11-23 02:10:13 UTC (rev 26484)
@@ -5,6 +5,8 @@
 
   [ Daniele Tricoli ]
   * New upstream release
+  * Switched to pybuild
+    - Disabled tests since they are not shipped in source package
   * debian/compat
     - Bumped debhelper compatibility level to 9
   * debian/control
@@ -20,7 +22,7 @@
   * debian/watch
     - Switched download URL to https
 
- -- Daniele Tricoli <eriol at mornie.org>  Sat, 23 Nov 2013 02:11:46 +0100
+ -- Daniele Tricoli <eriol at mornie.org>  Sat, 23 Nov 2013 03:08:01 +0100
 
 python-cobe (2.0.2-1) unstable; urgency=low
 

Modified: packages/python-cobe/trunk/debian/control
===================================================================
--- packages/python-cobe/trunk/debian/control	2013-11-23 02:03:48 UTC (rev 26483)
+++ packages/python-cobe/trunk/debian/control	2013-11-23 02:10:13 UTC (rev 26484)
@@ -5,6 +5,7 @@
 Priority: optional
 Build-Depends:
  debhelper (>= 9),
+ dh-python,
  python-all (>= 2.6.6-3),
  python-coverage (>= 3.4),
  python-nose,

Modified: packages/python-cobe/trunk/debian/rules
===================================================================
--- packages/python-cobe/trunk/debian/rules	2013-11-23 02:03:48 UTC (rev 26483)
+++ packages/python-cobe/trunk/debian/rules	2013-11-23 02:10:13 UTC (rev 26484)
@@ -1,8 +1,9 @@
 #!/usr/bin/make -f
 
+# Tests are not shipped inside source package
+export PYBUILD_DISABLE=test
+export PYBUILD_NAME=cobe
 export PYTHONWARNINGS=d
 
-export http_proxy = http://127.0.0.1:9/
-
 %:
-	dh $@ --with python2
+	dh $@ --with python2 --buildsystem=pybuild




More information about the Python-modules-commits mailing list