[med-svn] r18001 - in trunk/packages/libsbml/trunk/debian: . patches

Ivo Maintz ivomaintz-guest at moszumanska.debian.org
Fri Sep 12 15:51:09 UTC 2014


Author: ivomaintz-guest
Date: 2014-09-12 15:51:09 +0000 (Fri, 12 Sep 2014)
New Revision: 18001

Modified:
   trunk/packages/libsbml/trunk/debian/changelog
   trunk/packages/libsbml/trunk/debian/libsbml5-perl.install
   trunk/packages/libsbml/trunk/debian/patches/series
Log:
added the patches by gregor herrmann <gregoa at debian.org>
as a solution for an annoying lintian error



Modified: trunk/packages/libsbml/trunk/debian/changelog
===================================================================
--- trunk/packages/libsbml/trunk/debian/changelog	2014-09-12 13:42:53 UTC (rev 18000)
+++ trunk/packages/libsbml/trunk/debian/changelog	2014-09-12 15:51:09 UTC (rev 18001)
@@ -11,6 +11,8 @@
   * debian/watch: changed the name of the source from the bare "core" package
     to the full source pack, containing some more extensions.
   * debian/*links: updated some links to the version of libsbml
+  * debian/patches/perl-installdirs.patch added and debian/libsbml5-perl.install
+    (thanks to gregor herrmann <gregoa at debian.org> for this solution)
 
   [ Andreas Tille ]
   * New upstream version

Modified: trunk/packages/libsbml/trunk/debian/libsbml5-perl.install
===================================================================
--- trunk/packages/libsbml/trunk/debian/libsbml5-perl.install	2014-09-12 13:42:53 UTC (rev 18000)
+++ trunk/packages/libsbml/trunk/debian/libsbml5-perl.install	2014-09-12 15:51:09 UTC (rev 18001)
@@ -1 +1,4 @@
-usr/lib/perl5
+#!/usr/bin/perl -w
+
+use Config;
+print substr($Config{vendorarch}, 1) . "\n";

Modified: trunk/packages/libsbml/trunk/debian/patches/series
===================================================================
--- trunk/packages/libsbml/trunk/debian/patches/series	2014-09-12 13:42:53 UTC (rev 18000)
+++ trunk/packages/libsbml/trunk/debian/patches/series	2014-09-12 15:51:09 UTC (rev 18001)
@@ -2,3 +2,4 @@
 mexext.patch
 doxygen.patch
 spelling.patch
+perl-installdirs.patch




More information about the debian-med-commit mailing list