[med-svn] r16619 - trunk/packages/libsbml/trunk/debian

Ivo Maintz ivomaintz-guest at moszumanska.debian.org
Tue Apr 8 16:05:04 UTC 2014


Author: ivomaintz-guest
Date: 2014-04-08 16:05:04 +0000 (Tue, 08 Apr 2014)
New Revision: 16619

Modified:
   trunk/packages/libsbml/trunk/debian/README.source
   trunk/packages/libsbml/trunk/debian/changelog
   trunk/packages/libsbml/trunk/debian/copyright
   trunk/packages/libsbml/trunk/debian/rules
Log:
reactivated the clean target in debian/rules
updated debian/README.source



Modified: trunk/packages/libsbml/trunk/debian/README.source
===================================================================
--- trunk/packages/libsbml/trunk/debian/README.source	2014-04-08 15:16:52 UTC (rev 16618)
+++ trunk/packages/libsbml/trunk/debian/README.source	2014-04-08 16:05:04 UTC (rev 16619)
@@ -1,5 +1,11 @@
 libsbml (5.9.2)
     * render extension is now included in the source distribution, no extra work to do
+    * the original tarball must be re-created to exclude unwanted files (actually docs/src/prettify/*);
+      debian/rules get-orig-source does this job.
+    * debian/watch should contain code to search also for zip files, because from time to time the upstream
+      publishes zip archives some days/weeks earlier then tarballs
+    * because of the unclean clean target from upstream, I decided to simply delete all files and untar the sources,
+      see the clean target of debian/rules
 
 libsbml (5.9.0)
     * again, include the render extension

Modified: trunk/packages/libsbml/trunk/debian/changelog
===================================================================
--- trunk/packages/libsbml/trunk/debian/changelog	2014-04-08 15:16:52 UTC (rev 16618)
+++ trunk/packages/libsbml/trunk/debian/changelog	2014-04-08 16:05:04 UTC (rev 16619)
@@ -11,6 +11,9 @@
   * added debian/bin/python_fix.sh to bypass a wrong path to the file Python.h
   * drop ruby bindings, can't get it compiled
     Closes: #735453
+  * debian/rules: readded the clean target
+  * debian/watch: readded the wildcards for *zip and other archive formats
+  * debian/copyright: removed most of files from Files-Excluded:
 
  -- Ivo Maintz <ivo at maintz.de>  Wed, 05 Mar 2014 10:16:44 +0100
 

Modified: trunk/packages/libsbml/trunk/debian/copyright
===================================================================
--- trunk/packages/libsbml/trunk/debian/copyright	2014-04-08 15:16:52 UTC (rev 16618)
+++ trunk/packages/libsbml/trunk/debian/copyright	2014-04-08 16:05:04 UTC (rev 16619)
@@ -3,13 +3,6 @@
 Source: http://www.sbml.org/software/libsbml/
 Files-Excluded:
     docs/src/prettify
-    src/sbml/common/libsbml-config-packages.h
-    src/sbml/extension/RegisterExtensions*
-    src/bindings/python/local-downcast*.cpp.in
-    src/bindings/r/local-downcast*.cpp.in
-    src/bindings/swig/libsbml-packages.*
-    src/bindings/ruby/local-downcast*.cpp.in
-    src/bindings/perl/local-downcast*.cpp.in
 
 Files: *
 Copyright: 2005-2012 SBML-TEAM mailto:sbml-team at caltech.edu

Modified: trunk/packages/libsbml/trunk/debian/rules
===================================================================
--- trunk/packages/libsbml/trunk/debian/rules	2014-04-08 15:16:52 UTC (rev 16618)
+++ trunk/packages/libsbml/trunk/debian/rules	2014-04-08 16:05:04 UTC (rev 16619)
@@ -33,10 +33,10 @@
 	### the switch to cmake didn't result in great approvements ###
 	### still inline changes of files ###
 	### very ugly ###
-	#rm -rf .pc .debs config docs examples macosx src config.guess config.sub build
-	#find -maxdepth 1 -type f -delete
+	rm -rf .pc .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
+	tar --no-same-owner -xzf ../libsbml_$(version).orig.tar.gz --strip-components=1
 
 override_dh_auto_configure:
 ifdef BIND_MATLAB




More information about the debian-med-commit mailing list