[SCM] Packaging for pytables branch, master, updated. debian/2.3.1-2-23-g33ac796
Julian Taylor
jtaylor.debian at googlemail.com
Mon Mar 5 22:03:31 UTC 2012
The following commit has been merged in the master branch:
commit 33ac796912d03b0701d1a8ffb7392094db6d0f40
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date: Mon Mar 5 22:56:55 2012 +0100
rules: update clean target to remove some remnant files
diff --git a/debian/changelog b/debian/changelog
index 074f255..17fcd78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ pytables (2.3.1-3) unstable; urgency=low
[ Julian Taylor ]
* fix_library_detection.patch:
fixes detection of multiarched bzip and lzo2 (Closes: #657789)
+ * rules: update clean target to remove some remnant files
* disable_blosc.patch:
disable blosc on armel, armhf, sparc and mipsel
not functional due to unaligned memory accesses
diff --git a/debian/rules b/debian/rules
index 6cc34ae..288d2ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,9 @@ override_dh_auto_clean:
#dh_auto_clean --buildsystem=python_distutils
$(MAKE) distclean
rm -f doc/*.pdf
+ # distutils.ccompiler leaves this behind
+ rm -f a.out
+ rm -rf tmp/
override_dh_sphinxdoc:
--
Packaging for pytables
More information about the debian-science-commits
mailing list