[Python-modules-commits] r27678 - in packages/chardet/trunk/debian (changelog control rules)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sat Feb 15 12:21:13 UTC 2014


    Date: Saturday, February 15, 2014 @ 12:21:12
  Author: eriol-guest
Revision: 27678

Switched to pybuild

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

Modified: packages/chardet/trunk/debian/changelog
===================================================================
--- packages/chardet/trunk/debian/changelog	2014-02-15 12:02:59 UTC (rev 27677)
+++ packages/chardet/trunk/debian/changelog	2014-02-15 12:21:12 UTC (rev 27678)
@@ -5,13 +5,14 @@
 
   [ Daniele Tricoli ]
   * New upstream release
+  * Switched to pybuild
   * debian/control
     - Added myself to Uploaders with Piotr Ożarowski's permission
     - Added python-setuptools to B-D
   * debian/watch
     - Updated to new source code URI
 
- -- Daniele Tricoli <eriol at mornie.org>  Sat, 15 Feb 2014 12:58:28 +0100
+ -- Daniele Tricoli <eriol at mornie.org>  Sat, 15 Feb 2014 13:20:03 +0100
 
 chardet (2.0.1-2) unstable; urgency=low
 

Modified: packages/chardet/trunk/debian/control
===================================================================
--- packages/chardet/trunk/debian/control	2014-02-15 12:02:59 UTC (rev 27677)
+++ packages/chardet/trunk/debian/control	2014-02-15 12:21:12 UTC (rev 27678)
@@ -8,6 +8,7 @@
  Daniele Tricoli <eriol at mornie.org>
 Build-Depends:
  debhelper (>= 7),
+ dh-python,
  python (>= 2.6.6-3~),
  python-setuptools (>= 0.6b3),
 Standards-Version: 3.9.2

Modified: packages/chardet/trunk/debian/rules
===================================================================
--- packages/chardet/trunk/debian/rules	2014-02-15 12:02:59 UTC (rev 27677)
+++ packages/chardet/trunk/debian/rules	2014-02-15 12:21:12 UTC (rev 27678)
@@ -1,3 +1,3 @@
 #!/usr/bin/make -f
 %:
-	dh $@ --with python2
+	dh $@ --with python2 --buildsystem=pybuild




More information about the Python-modules-commits mailing list