[med-svn] [python-biom-format] 01/01: Adopt changes of package revision 2.1.4+dfsg-2 into current packaging

Andreas Tille tille at debian.org
Tue Nov 10 21:42:04 UTC 2015


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

tille pushed a commit to branch master
in repository python-biom-format.

commit 1c11ad62d5ae4b9355ba41734885a7072604eaa9
Author: Andreas Tille <tille at debian.org>
Date:   Tue Nov 10 22:41:39 2015 +0100

    Adopt changes of package revision 2.1.4+dfsg-2 into current packaging
---
 debian/changelog | 8 ++++++++
 debian/clean     | 1 +
 debian/rules     | 6 ++++++
 3 files changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e390981..d04dd7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,14 @@ python-biom-format (2.1.5+dfsg-1) UNRELEASED; urgency=medium
 
  -- Andreas Tille <tille at debian.org>  Tue, 27 Oct 2015 20:30:27 +0100
 
+python-biom-format (2.1.4+dfsg-2) unstable; urgency=medium
+
+  * Fix test target
+    Closes: #804441
+  * Fix clean target enabling building twice in a row
+
+ -- Andreas Tille <tille at debian.org>  Tue, 10 Nov 2015 22:35:15 +0100
+
 python-biom-format (2.1.4+dfsg-1) unstable; urgency=medium
 
   * New upstream version
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..9321e3c
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+biom/_*.c
diff --git a/debian/rules b/debian/rules
index ec8e25f..0568f0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,6 +37,7 @@ override_dh_auto_clean:
 	make --directory=doc clean
 	rm -f debian/bash-completion
 	rm -f python-code/support-code/_*.cpp
+        rm -rf *.egg-info
 
 override_dh_install:
 	dh_install
@@ -45,6 +46,11 @@ override_dh_install:
 	#   "This script no longer exists. ..."
 	rm -f $(bindir)/*.py
 
+override_dh_auto_test:
+	$(pyrun) 'cp -a examples {build_dir}'
+	dh_auto_test
+	$(pyrun) 'rm -rf {build_dir}/examples'
+
 get-orig-source:
 	mkdir -p ../tarballs
 	uscan --verbose --force-download --repack --compression xz --destdir=../tarballs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-biom-format.git



More information about the debian-med-commit mailing list