Author: alteholz Date: 2012-04-05 20:22:12 +0000 (Thu, 05 Apr 2012) New Revision: 10349
Modified: trunk/packages/libsbml/trunk/debian/changelog trunk/packages/libsbml/trunk/debian/control trunk/packages/libsbml/trunk/debian/control.in Log: use dependency on swig only Modified: trunk/packages/libsbml/trunk/debian/changelog =================================================================== --- trunk/packages/libsbml/trunk/debian/changelog 2012-04-05 19:47:01 UTC (rev 10348) +++ trunk/packages/libsbml/trunk/debian/changelog 2012-04-05 20:22:12 UTC (rev 10349) @@ -1,3 +1,11 @@ +libsbml (5.4.1-3) unstable; urgency=low + + * debian/control: removed dependency on swig2.0 (Closes: #667652) + thanks to Peter Green for the hint. + * debian/control: added myself to uploaders + + -- Thorsten Alteholz <[email protected]> Thu, 05 Apr 2012 18:44:30 +0200 + libsbml (5.4.1-2) unstable; urgency=low * added a patch to correct misspelled words in th source Modified: trunk/packages/libsbml/trunk/debian/control =================================================================== --- trunk/packages/libsbml/trunk/debian/control 2012-04-05 19:47:01 UTC (rev 10348) +++ trunk/packages/libsbml/trunk/debian/control 2012-04-05 20:22:12 UTC (rev 10349) @@ -4,12 +4,13 @@ Uploaders: Ivo Maintz <[email protected]>, Changyan Xie <[email protected]>, Moriyoshi Koizumi <[email protected]>, - Andreas Tille <[email protected]> + Andreas Tille <[email protected]>, + Thorsten Alteholz <[email protected]> DM-Upload-Allowed: yes Build-Depends: autoconf, automake, debhelper (>= 8), - swig2.0 | swig (>= 2), + swig (>= 2), ruby1.8, libxml2-dev, python-dev, Modified: trunk/packages/libsbml/trunk/debian/control.in =================================================================== --- trunk/packages/libsbml/trunk/debian/control.in 2012-04-05 19:47:01 UTC (rev 10348) +++ trunk/packages/libsbml/trunk/debian/control.in 2012-04-05 20:22:12 UTC (rev 10349) @@ -4,12 +4,13 @@ Uploaders: Ivo Maintz <[email protected]>, Changyan Xie <[email protected]>, Moriyoshi Koizumi <[email protected]>, - Andreas Tille <[email protected]> + Andreas Tille <[email protected]>, + Thorsten Alteholz <[email protected]> DM-Upload-Allowed: yes Build-Depends: autoconf, automake, debhelper (>= 8), - swig2.0 | swig (>= 2), + swig (>= 2), ruby1.8, libxml2-dev, python-dev, _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
