Author: tille Date: 2012-03-27 06:19:04 +0000 (Tue, 27 Mar 2012) New Revision: 10109
Modified: trunk/packages/libsbml/trunk/debian/changelog trunk/packages/libsbml/trunk/debian/compat trunk/packages/libsbml/trunk/debian/control trunk/packages/libsbml/trunk/debian/control.in trunk/packages/libsbml/trunk/debian/rules Log: Debhelper 8; Added Homepage field in debian/control; removed useless template comments in debian/rules Modified: trunk/packages/libsbml/trunk/debian/changelog =================================================================== --- trunk/packages/libsbml/trunk/debian/changelog 2012-03-27 06:11:51 UTC (rev 10108) +++ trunk/packages/libsbml/trunk/debian/changelog 2012-03-27 06:19:04 UTC (rev 10109) @@ -1,9 +1,17 @@ libsbml (5.4.1-1) UNRELEASED; urgency=low + [ Ivo Maintz ] * update from upstream - -- Ivo Maintz <[email protected]> Fri, 24 Feb 2012 15:58:48 +0100 + [ Andreas Tille ] + * debian/control: + - Added Homepage field + - Versioned debhelper dependency + * debian/compat: 8 + * debian/rules: remove useless dh_make boilerplate + -- Andreas Tille <[email protected]> Tue, 27 Mar 2012 08:14:17 +0200 + libsbml (5.4.0-1) UNRELEASED; urgency=low * update from upstream Modified: trunk/packages/libsbml/trunk/debian/compat =================================================================== --- trunk/packages/libsbml/trunk/debian/compat 2012-03-27 06:11:51 UTC (rev 10108) +++ trunk/packages/libsbml/trunk/debian/compat 2012-03-27 06:19:04 UTC (rev 10109) @@ -1 +1 @@ -7 +8 Modified: trunk/packages/libsbml/trunk/debian/control =================================================================== --- trunk/packages/libsbml/trunk/debian/control 2012-03-27 06:11:51 UTC (rev 10108) +++ trunk/packages/libsbml/trunk/debian/control 2012-03-27 06:19:04 UTC (rev 10109) @@ -4,9 +4,11 @@ Uploaders: Ivo Maintz <[email protected]>, Changyan Xie <[email protected]>, Moriyoshi Koizumi <[email protected]>, + Andreas Tille <[email protected]> DM-Upload-Allowed: yes Build-Depends: autoconf, automake, + debhelper (>= 8) swig (>= 2), ruby1.8, libxml2-dev, @@ -26,6 +28,7 @@ cli-runtime Standards-Version: 3.9.3 Section: science +Homepage: http://www.sbml.org/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libsbml/trunk/ Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/libsbml Modified: trunk/packages/libsbml/trunk/debian/control.in =================================================================== --- trunk/packages/libsbml/trunk/debian/control.in 2012-03-27 06:11:51 UTC (rev 10108) +++ trunk/packages/libsbml/trunk/debian/control.in 2012-03-27 06:19:04 UTC (rev 10109) @@ -25,8 +25,9 @@ mono-gmcs, cli-common-dev, cli-runtime -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Section: science +Homepage: http://www.sbml.org/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libsbml/trunk/ Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/libsbml Modified: trunk/packages/libsbml/trunk/debian/rules =================================================================== --- trunk/packages/libsbml/trunk/debian/rules 2012-03-27 06:11:51 UTC (rev 10108) +++ trunk/packages/libsbml/trunk/debian/rules 2012-03-27 06:19:04 UTC (rev 10109) @@ -1,10 +1,6 @@ #!/usr/bin/make -f # -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. +# debian/rules for libsbml # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
