[Python-modules-commits] [pypandoc] 02/02: Fix version mangling in watchfiles
Elena Grandi
valhalla-guest at moszumanska.debian.org
Tue Aug 23 19:14:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
valhalla-guest pushed a commit to branch master
in repository pypandoc.
commit 48a2b7ab75ec003c73acf40a8c420fa3b6cefaa3
Author: Elena Grandi <valhalla-d at trueelena.org>
Date: Tue Aug 23 20:48:11 2016 +0200
Fix version mangling in watchfiles
---
debian/changelog | 6 ++++++
debian/watch | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index ca8d7a1..e1c2a68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pypandoc (1.2.0+ds0-2) UNRELEASED; urgency=medium
+
+ * Minor packaging fixes (docs, watchfile)
+
+ -- Elena Grandi <valhalla-d at trueelena.org> Tue, 23 Aug 2016 20:48:16 +0200
+
pypandoc (1.2.0+ds0-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/watch b/debian/watch
index 6af983d..8d5d6e2 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
-opts="repacksuffix=+ds0,compression=xz,dversionmangle=s/\.ds0//" \
+opts="repacksuffix=+ds0,compression=xz,dversionmangle=s/\+ds0//" \
http://pypi.debian.net/pypandoc/pypandoc-(.+)\.(?: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/pypandoc.git
More information about the Python-modules-commits
mailing list