[Python-modules-commits] [python-aptly] 03/03: New upstream release
Filip Pytloun
fpytloun-guest at moszumanska.debian.org
Wed Sep 6 11:43:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
fpytloun-guest pushed a commit to branch master
in repository python-aptly.
commit 3f19fad6643ee5bf3b7d2f5063691f973e8e43c9
Author: Filip Pytloun <filip at pytloun.cz>
Date: Wed Sep 6 13:30:47 2017 +0200
New upstream release
---
debian/changelog | 8 ++++++++
debian/control | 2 +-
debian/rules | 4 ++--
3 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index aefbe26..8e23788 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-aptly (0.10-1) unstable; urgency=medium
+
+ * New upstream release
+ * Use pkg-info.mk instead of dpkg-parsechangelog
+ * Bump standards version to 4.0.0 (no changes)
+
+ -- Filip Pytloun <filip at pytloun.cz> Wed, 06 Sep 2017 13:29:37 +0200
+
python-aptly (0.9.1-1) experimental; urgency=medium
* New upstream release
diff --git a/debian/control b/debian/control
index cb27452..95bbbf1 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends-Indep: python-requests,
python-yaml,
python3-requests,
python3-yaml
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/tcpcloud/python-aptly
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-aptly.git/
diff --git a/debian/rules b/debian/rules
index 1c2b37d..90cead9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-VER ?= $(shell dpkg-parsechangelog -SVersion)
+include /usr/share/dpkg/pkg-info.mk
export PYBUILD_NAME=aptly
%:
@@ -10,7 +10,7 @@ override_dh_auto_build:
dh_auto_build
# Generate man page
PYTHONPATH=. help2man -n "tool for easy creation of Aptly multi component publishes" \
- --version-string=$(VER) "python aptly/publisher/__main__.py" \
+ --version-string=$(DEB_VERSION) "python aptly/publisher/__main__.py" \
| sed -e s,__main__.py,aptly-publisher,g -e s,__MAIN__.PY,APTLY-PUBLISHER,g \
> debian/aptly-publisher.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-aptly.git
More information about the Python-modules-commits
mailing list