Author: tille Date: 2009-08-17 14:02:59 +0000 (Mon, 17 Aug 2009) New Revision: 3778
Modified: trunk/packages/theseus/trunk/debian/changelog trunk/packages/theseus/trunk/debian/compat trunk/packages/theseus/trunk/debian/control Log: Trying to prepare new upstream version (closes #534630) but upstream is unclear about latest version (Website says 1.4.3 is latest, tgz is named 1.4.0 as well as error.h contains this version string) Modified: trunk/packages/theseus/trunk/debian/changelog =================================================================== --- trunk/packages/theseus/trunk/debian/changelog 2009-08-17 09:33:06 UTC (rev 3777) +++ trunk/packages/theseus/trunk/debian/changelog 2009-08-17 14:02:59 UTC (rev 3778) @@ -1,5 +1,14 @@ -theseus (1.3.9-2) unstable; urgency=low +theseus (1.4.0-1) UNRELEASED; urgency=low + * New upstream version + Closes: #534630 + * Added myself to uploaders + * debhelper 7 + + -- Andreas Tille <[email protected]> Mon, 17 Aug 2009 15:50:19 +0200 + +theseus (1.3.9-2) UNRELEASED; urgency=low + * Fix FTBFS on certain platforms that lack the Atlas libraries by using lapack-dev in Build-Depends. This will pull in Atlas on the relevant platforms, otherwise not. Modified: trunk/packages/theseus/trunk/debian/compat =================================================================== --- trunk/packages/theseus/trunk/debian/compat 2009-08-17 09:33:06 UTC (rev 3777) +++ trunk/packages/theseus/trunk/debian/compat 2009-08-17 14:02:59 UTC (rev 3778) @@ -1 +1 @@ -5 +7 Modified: trunk/packages/theseus/trunk/debian/control =================================================================== --- trunk/packages/theseus/trunk/debian/control 2009-08-17 09:33:06 UTC (rev 3777) +++ trunk/packages/theseus/trunk/debian/control 2009-08-17 14:02:59 UTC (rev 3778) @@ -1,10 +1,11 @@ Source: theseus Section: science Priority: optional -Maintainer: Debian-Med Packaging Team <[email protected]> -Uploaders: Morten Kjeldgaard <[email protected]> +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Morten Kjeldgaard <[email protected]>, + Andreas Tille <[email protected]> DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 5), dpatch, libgsl0-dev, liblapack-dev +Build-Depends: debhelper (>= 7), dpatch, libgsl0-dev, liblapack-dev Standards-Version: 3.8.0 Homepage: http://www.theseus3d.org Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/theseus/trunk/ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
