[Python-modules-commits] [cf-python] 02/11: Simplified dfsg versioning scheme by removing the dot.

Klaus Zimmermann zklaus-guest at moszumanska.debian.org
Thu Oct 6 19:51:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

zklaus-guest pushed a commit to branch master
in repository cf-python.

commit 1ee67a24b1612dca601d79be9eb8a942257a770f
Author: Klaus Zimmermann <klaus_zimmermann at gmx.de>
Date:   Thu Oct 6 17:00:45 2016 +0200

    Simplified dfsg versioning scheme by removing the dot.
    
    Signed-off-by: Klaus Zimmermann <klaus_zimmermann at gmx.de>
---
 debian/changelog | 2 +-
 debian/watch     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dca9738..d302c85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-cf-python (1.3.2+dfsg.1-1) UNRELEASED; urgency=medium
+cf-python (1.3.2+dfsg1-1) UNRELEASED; urgency=medium
 
   * Initial release (Closes: #777315)
 
diff --git a/debian/watch b/debian/watch
index 1f28826..2de3be3 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
 version=3
-opts="dversionmangle=s/\+dfsg\.\d+$//,\
+opts="dversionmangle=s/\+dfsg\d+$//,\
 uversionmangle=s/(rc|a|b|c)/~$1/,\
-repacksuffix=+dfsg.1" \
+repacksuffix=+dfsg1" \
 https://pypi.debian.net/cf-python/cf-python-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/cf-python.git



More information about the Python-modules-commits mailing list