[Python-modules-commits] r28835 - in packages/vcversioner/trunk/debian (changelog control)

olasd at users.alioth.debian.org olasd at users.alioth.debian.org
Sun May 11 12:21:56 UTC 2014


    Date: Sunday, May 11, 2014 @ 12:21:56
  Author: olasd
Revision: 28835

Note support for mercurial, add Suggests on binary packages

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

Modified: packages/vcversioner/trunk/debian/changelog
===================================================================
--- packages/vcversioner/trunk/debian/changelog	2014-05-11 12:17:26 UTC (rev 28834)
+++ packages/vcversioner/trunk/debian/changelog	2014-05-11 12:21:56 UTC (rev 28835)
@@ -1,6 +1,8 @@
 vcversioner (1.14.1.1-1) UNRELEASED; urgency=medium
 
   * New upstream release
+    - Add support for mercurial (hg)
+  * Add suggests on git and mercurial
 
  -- Nicolas Dandrimont <olasd at debian.org>  Sun, 11 May 2014 14:16:24 +0200
 

Modified: packages/vcversioner/trunk/debian/control
===================================================================
--- packages/vcversioner/trunk/debian/control	2014-05-11 12:17:26 UTC (rev 28834)
+++ packages/vcversioner/trunk/debian/control	2014-05-11 12:21:56 UTC (rev 28835)
@@ -3,10 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Nicolas Dandrimont <olasd at debian.org>
-Build-Depends:
- debhelper (>= 9),
- python-all (>= 2.6.6-3~),
- python-setuptools
+Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-setuptools
 Standards-Version: 3.9.5
 X-Python-Version: >= 2.6
 Homepage: https://github.com/habnabit/vcversioner
@@ -15,9 +12,8 @@
 
 Package: python-vcversioner
 Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
+Suggests: git, mercurial
 Description: Use version control tags to discover version numbers
  vcversioner autodiscovers a Python project's version number using
  version control system tags. This allows developers to avoid
@@ -27,4 +23,4 @@
  When the package is built, vcversioner generates a version.txt file
  that can be used for release tarballs.
  .
- Currently, vcversioner only supports the git VCS.
+ Currently, vcversioner supports the git and mercurial (hg) VCS.




More information about the Python-modules-commits mailing list