[Python-modules-commits] r29927 - in packages/pymarkups/trunk/debian (changelog control)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Sat Jul 26 08:56:56 UTC 2014
Date: Saturday, July 26, 2014 @ 08:56:55
Author: mitya57-guest
Revision: 29927
Add forgotten B-D on dh-python
Modified:
packages/pymarkups/trunk/debian/changelog
packages/pymarkups/trunk/debian/control
Modified: packages/pymarkups/trunk/debian/changelog
===================================================================
--- packages/pymarkups/trunk/debian/changelog 2014-07-26 08:55:32 UTC (rev 29926)
+++ packages/pymarkups/trunk/debian/changelog 2014-07-26 08:56:55 UTC (rev 29927)
@@ -1,3 +1,9 @@
+pymarkups (0.5.0-2) UNRELEASED; urgency=medium
+
+ * Explicitly build-depend on dh-python.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com> Sat, 26 Jul 2014 12:56:13 +0400
+
pymarkups (0.5.0-1) unstable; urgency=medium
* New upstream release.
Modified: packages/pymarkups/trunk/debian/control
===================================================================
--- packages/pymarkups/trunk/debian/control 2014-07-26 08:55:32 UTC (rev 29926)
+++ packages/pymarkups/trunk/debian/control 2014-07-26 08:56:55 UTC (rev 29927)
@@ -3,8 +3,11 @@
Priority: optional
Maintainer: Dmitry Shachnev <mitya57 at gmail.com>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9), python3-all (>= 3.1.2-7~), python3-docutils,
- python3-markdown
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ python3-all (>= 3.1.2-7~),
+ python3-docutils,
+ python3-markdown
Standards-Version: 3.9.5
Homepage: https://github.com/mitya57/pymarkups
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pymarkups/trunk/
More information about the Python-modules-commits
mailing list