[med-svn] r17732 - trunk/packages/libsbml/trunk/debian
Ivo Maintz
ivomaintz-guest at moszumanska.debian.org
Thu Aug 14 13:05:50 UTC 2014
Author: ivomaintz-guest
Date: 2014-08-14 13:05:50 +0000 (Thu, 14 Aug 2014)
New Revision: 17732
Modified:
trunk/packages/libsbml/trunk/debian/changelog
trunk/packages/libsbml/trunk/debian/rules
Log:
Modified: trunk/packages/libsbml/trunk/debian/changelog
===================================================================
--- trunk/packages/libsbml/trunk/debian/changelog 2014-08-14 12:36:08 UTC (rev 17731)
+++ trunk/packages/libsbml/trunk/debian/changelog 2014-08-14 13:05:50 UTC (rev 17732)
@@ -4,6 +4,8 @@
* debian/cmake_opts: enabled the qual extension
* debian/rules: added "--download-current-version" in get-orig-source target
added some more magic to the clean target for proper handling of xz archives
+ removed the full delete/unpack part from clean, instead using rm and
+ debian/source/options
* debian/copyright: the path to prettify.js had changed
added macosx to Files-Excluded
Modified: trunk/packages/libsbml/trunk/debian/rules
===================================================================
--- trunk/packages/libsbml/trunk/debian/rules 2014-08-14 12:36:08 UTC (rev 17731)
+++ trunk/packages/libsbml/trunk/debian/rules 2014-08-14 13:05:50 UTC (rev 17732)
@@ -33,11 +33,16 @@
### the switch to cmake didn't result in great approvements ###
### still inline changes of files ###
### very ugly ###
- rm -rf .debs .pc config docs examples macosx src config.guess config.sub build
- find -maxdepth 1 -type f -delete
- dh_clean
- if [ -e ../libsbml_$(version).orig.tar.xz ] ; then COMP=xz ; TAR_OPT="-xaf" ; else COMP=gz ; TAR_OPT="-xzf" ; fi ; \
- tar --no-same-owner $${TAR_OPT} ../libsbml_$(version).orig.tar.$${COMP} --strip-components=1
+ rm -rf build docs/formatted changelog docs/src/doxygen-version-specific.txt docs/src/doxygen-config-cpp.txt \
+ docs/src/doxygen-config-csharp.txt docs/src/doxygen-config-perl.txt docs/src/doxygen-config-python.txt \
+ docs/src/java-substitutions/libsbmlConstants.java docs/src/libsbml-installation.html docs/src/perlmod/DoxyDocs.pm \
+ docs/src/perlmod/DoxyStructure.pm docs/src/perlmod/Makefile docs/src/perlmod/doxyrules.make \
+ src/bindings/matlab/runTests.log docs/src/doxygen-config-c.txt
+# rm -rf .debs .pc config docs examples macosx src config.guess config.sub build
+# find -maxdepth 1 -type f -delete
+# dh_clean
+# if [ -e ../libsbml_$(version).orig.tar.xz ] ; then COMP=xz ; TAR_OPT="-xaf" ; else COMP=gz ; TAR_OPT="-xzf" ; fi ; \
+# tar --no-same-owner $${TAR_OPT} ../libsbml_$(version).orig.tar.$${COMP} --strip-components=1
override_dh_auto_configure:
ifdef BIND_MATLAB
More information about the debian-med-commit
mailing list