[Python-modules-commits] [mrtparse] 03/06: New upstream release

Vincent Bernat bernat at moszumanska.debian.org
Sun Jan 8 17:13:50 UTC 2017


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

bernat pushed a commit to branch master
in repository mrtparse.

commit 77bf2000b893c4948e14bfdd4d0a7b490ad6377e
Author: Vincent Bernat <vincent at bernat.im>
Date:   Sun Jan 8 17:58:15 2017 +0100

    New upstream release
---
 debian/changelog         | 6 ++++++
 debian/mrtparse.docs     | 2 +-
 debian/mrtparse.examples | 2 +-
 debian/rules             | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 95b4cff..21a827f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mrtparse (1.5-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Vincent Bernat <bernat at debian.org>  Sun, 08 Jan 2017 17:58:12 +0100
+
 mrtparse (1.4-1) unstable; urgency=low
 
   * Initial release (closes: #830761)
diff --git a/debian/mrtparse.docs b/debian/mrtparse.docs
index fd9c5a7..95f2eae 100644
--- a/debian/mrtparse.docs
+++ b/debian/mrtparse.docs
@@ -1 +1 @@
-mrtparse/examples/README.md
+examples/README.rst
diff --git a/debian/mrtparse.examples b/debian/mrtparse.examples
index 7cae346..781fb73 100644
--- a/debian/mrtparse.examples
+++ b/debian/mrtparse.examples
@@ -1 +1 @@
-mrtparse/samples/*
+samples/*
diff --git a/debian/rules b/debian/rules
index 0e0cc3c..cab328c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export PYBUILD_AFTER_INSTALL=rm -rf debian/{package}/{install_dir}/mrtparse/exam
 
 override_dh_auto_install:
 	dh_auto_install
-	for p in mrtparse/examples/*.py; do \
+	for p in examples/*.py; do \
 		set -e ; \
 		target=$$(echo $${p##*/} | sed -e 's/\.py$$//' -e 's/_/-/g' -e '/^mrt/ !s/^/mrt-/') ; \
 		sed 1s/python/python3/ $$p > debian/mrtparse/usr/bin/$${target} ; \

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



More information about the Python-modules-commits mailing list