[Python-modules-commits] r34266 - in packages/binaryornot/trunk/debian (changelog control)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Tue Sep 15 07:41:19 UTC 2015


    Date: Tuesday, September 15, 2015 @ 07:41:18
  Author: bernat
Revision: 34266

Add missing Build-Depends on python-{chardet,hypothesis}.

Unfortunately, the later is not yet packaged in Debian.

Modified:
  packages/binaryornot/trunk/debian/changelog
  packages/binaryornot/trunk/debian/control

Modified: packages/binaryornot/trunk/debian/changelog
===================================================================
--- packages/binaryornot/trunk/debian/changelog	2015-09-15 07:32:07 UTC (rev 34265)
+++ packages/binaryornot/trunk/debian/changelog	2015-09-15 07:41:18 UTC (rev 34266)
@@ -1,8 +1,9 @@
-binaryornot (0.4.0-1) unstable; urgency=medium
+binaryornot (0.4.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Bump Standards-Version.
   * Use PYBUILD_NAME in d/rules.
+  * Add missing Build-Depends on python-{chardet,hypothesis}.
 
  -- Vincent Bernat <bernat at debian.org>  Tue, 15 Sep 2015 09:08:03 +0200
 

Modified: packages/binaryornot/trunk/debian/control
===================================================================
--- packages/binaryornot/trunk/debian/control	2015-09-15 07:32:07 UTC (rev 34265)
+++ packages/binaryornot/trunk/debian/control	2015-09-15 07:41:18 UTC (rev 34266)
@@ -5,7 +5,9 @@
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.50~), dh-python,
                python-all, python3-all,
-               python-setuptools, python3-setuptools
+               python-setuptools, python3-setuptools,
+               python-chardet, python3-chardet,
+               python-hypothesis, python3-hypothesis
 Standards-Version: 3.9.6
 Homepage: https://github.com/audreyr/binaryornot
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/binaryornot/trunk/




More information about the Python-modules-commits mailing list