[Python-modules-commits] r28076 - in packages/python-nine/trunk/debian (changelog control)
zigo at users.alioth.debian.org
zigo at users.alioth.debian.org
Sun Mar 9 09:19:51 UTC 2014
Date: Sunday, March 9, 2014 @ 09:19:50
Author: zigo
Revision: 28076
* Added missing dh-python build-depends.
* Ran wrap-and-sort.
Modified:
packages/python-nine/trunk/debian/changelog
packages/python-nine/trunk/debian/control
Modified: packages/python-nine/trunk/debian/changelog
===================================================================
--- packages/python-nine/trunk/debian/changelog 2014-03-09 03:37:27 UTC (rev 28075)
+++ packages/python-nine/trunk/debian/changelog 2014-03-09 09:19:50 UTC (rev 28076)
@@ -1,3 +1,11 @@
+python-nine (0.3.3-2) unstable; urgency=medium
+
+ * Team upload.
+ * Added missing dh-python build-depends.
+ * Ran wrap-and-sort.
+
+ -- Thomas Goirand <zigo at debian.org> Sun, 09 Mar 2014 09:11:24 +0000
+
python-nine (0.3.3-1) unstable; urgency=low
* Initial release. (Closes: #720282)
Modified: packages/python-nine/trunk/debian/control
===================================================================
--- packages/python-nine/trunk/debian/control 2014-03-09 03:37:27 UTC (rev 28075)
+++ packages/python-nine/trunk/debian/control 2014-03-09 09:19:50 UTC (rev 28076)
@@ -3,12 +3,12 @@
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends:
- debhelper (>= 8.0.0)
- , python-all
- , python3-all
- , python-setuptools
- , python3-setuptools
+Build-Depends: debhelper (>= 8.0.0),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python3-all,
+ python3-setuptools
Standards-Version: 3.9.4
Homepage: https://pypi.python.org/pypi/nine
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-nine/trunk/
@@ -33,7 +33,6 @@
.
This package contains the Python 2 bindings only.
-
Package: python3-nine
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
More information about the Python-modules-commits
mailing list