[med-svn] r16875 - trunk/packages/libsbml/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Mon May 5 13:09:57 UTC 2014
Author: tille
Date: 2014-05-05 13:09:57 +0000 (Mon, 05 May 2014)
New Revision: 16875
Modified:
trunk/packages/libsbml/trunk/debian/changelog
trunk/packages/libsbml/trunk/debian/rules
Log:
Enable using xz compressed source tarballs; drop never released changelog entry and merge everything into to be uploaded paragraph
Modified: trunk/packages/libsbml/trunk/debian/changelog
===================================================================
--- trunk/packages/libsbml/trunk/debian/changelog 2014-05-05 11:03:16 UTC (rev 16874)
+++ trunk/packages/libsbml/trunk/debian/changelog 2014-05-05 13:09:57 UTC (rev 16875)
@@ -1,15 +1,5 @@
libsbml (5.10.0+dfsg-1) UNRELEASED; urgency=medium
- [Ivo Maintz]
- * New upstream version
- * debian/cmake_opts: enabled the qual extension
- * debian/rules: added "--download-current-version" to the get-orig-source target
- * debian/copyright: the path for prettify had changed
-
- -- Ivo Maintz <ivo at maintz.de> Mon, 14 Apr 2014 15:26:28 +0200
-
-libsbml (5.9.2+dfsg-1) UNRELEASED; urgency=medium
-
[ Andreas Tille ]
* New upstream version
* debian/upstream -> debian/upstream/metadata
@@ -23,8 +13,17 @@
Closes: #735453
* debian/watch: readded the wildcards for *zip and other archive formats
- -- Ivo Maintz <ivo at maintz.de> Wed, 05 Mar 2014 10:16:44 +0100
+ [ Ivo Maintz ]
+ * New upstream version
+ * debian/cmake_opts: enabled the qual extension
+ * debian/rules: added "--download-current-version" to the get-orig-source target
+ * debian/copyright: remove prettify from source tarball
+ [ Andreas Tille ]
+ * Enable using xz compressed source tarballs
+
+ -- Andreas Tille <tille at debian.org> Mon, 05 May 2014 15:01:28 +0200
+
libsbml (5.8.0-2) unstable; urgency=medium
* Put *.m files in the Octave path (thanks for the patch to
Modified: trunk/packages/libsbml/trunk/debian/rules
===================================================================
--- trunk/packages/libsbml/trunk/debian/rules 2014-05-05 11:03:16 UTC (rev 16874)
+++ trunk/packages/libsbml/trunk/debian/rules 2014-05-05 13:09:57 UTC (rev 16875)
@@ -36,7 +36,8 @@
rm -rf .debs config docs examples macosx src config.guess config.sub build
find -maxdepth 1 -type f -delete
dh_clean
- tar --no-same-owner -xzf ../libsbml_$(version).orig.tar.gz --strip-components=1
+ if [ -e ../libsbml_$(version).orig.tar.xz ] ; then COMP=xz ; else COMP=gz ; fi ; \
+ tar --no-same-owner -xaf ../libsbml_$(version).orig.tar.$${COMP} --strip-components=1
override_dh_auto_configure:
ifdef BIND_MATLAB
More information about the debian-med-commit
mailing list