[Python-modules-commits] r34265 - in packages/binaryornot/trunk/debian (changelog control rules)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Tue Sep 15 07:32:09 UTC 2015
Date: Tuesday, September 15, 2015 @ 07:32:07
Author: bernat
Revision: 34265
New upstream release.
Modified:
packages/binaryornot/trunk/debian/changelog
packages/binaryornot/trunk/debian/control
packages/binaryornot/trunk/debian/rules
Modified: packages/binaryornot/trunk/debian/changelog
===================================================================
--- packages/binaryornot/trunk/debian/changelog 2015-09-14 20:58:20 UTC (rev 34264)
+++ packages/binaryornot/trunk/debian/changelog 2015-09-15 07:32:07 UTC (rev 34265)
@@ -1,3 +1,11 @@
+binaryornot (0.4.0-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Bump Standards-Version.
+ * Use PYBUILD_NAME in d/rules.
+
+ -- Vincent Bernat <bernat at debian.org> Tue, 15 Sep 2015 09:08:03 +0200
+
binaryornot (0.3.0-1) unstable; urgency=medium
* New upstream release.
Modified: packages/binaryornot/trunk/debian/control
===================================================================
--- packages/binaryornot/trunk/debian/control 2015-09-14 20:58:20 UTC (rev 34264)
+++ packages/binaryornot/trunk/debian/control 2015-09-15 07:32:07 UTC (rev 34265)
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 7.0.50~), dh-python,
python-all, python3-all,
python-setuptools, python3-setuptools
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Homepage: https://github.com/audreyr/binaryornot
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/binaryornot/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/binaryornot/trunk/
Modified: packages/binaryornot/trunk/debian/rules
===================================================================
--- packages/binaryornot/trunk/debian/rules 2015-09-14 20:58:20 UTC (rev 34264)
+++ packages/binaryornot/trunk/debian/rules 2015-09-15 07:32:07 UTC (rev 34265)
@@ -1,8 +1,7 @@
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-
-export PYBUILD_DESTDIR_python2=debian/python-binaryornot/
-export PYBUILD_DESTDIR_python3=debian/python3-binaryornot/
+export PYBUILD_NAME = binaryornot
%:
dh $@ --with python2,python3 --buildsystem=pybuild
More information about the Python-modules-commits
mailing list