Author: malat-guest Date: 2011-03-10 16:40:43 +0000 (Thu, 10 Mar 2011) New Revision: 6239
Added: trunk/packages/gofigure2/trunk/debian/watch Modified: trunk/packages/gofigure2/trunk/debian/changelog trunk/packages/gofigure2/trunk/debian/control trunk/packages/gofigure2/trunk/debian/patches/series trunk/packages/gofigure2/trunk/debian/rules Log: gofigure2 seems in good shape now Modified: trunk/packages/gofigure2/trunk/debian/changelog =================================================================== --- trunk/packages/gofigure2/trunk/debian/changelog 2011-03-10 16:02:26 UTC (rev 6238) +++ trunk/packages/gofigure2/trunk/debian/changelog 2011-03-10 16:40:43 UTC (rev 6239) @@ -1,3 +1,10 @@ +gofigure2 (0.8.0-1) unstable; urgency=low + + * New upstream + * Add a watch file now that source are uploaded + + -- Mathieu Malaterre <[email protected]> Thu, 10 Mar 2011 17:28:10 +0100 + gofigure2 (0.4.2-1) unstable; urgency=low * Initial release (Closes: #587051) Modified: trunk/packages/gofigure2/trunk/debian/control =================================================================== --- trunk/packages/gofigure2/trunk/debian/control 2011-03-10 16:02:26 UTC (rev 6238) +++ trunk/packages/gofigure2/trunk/debian/control 2011-03-10 16:40:43 UTC (rev 6239) @@ -4,7 +4,7 @@ Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Mathieu Malaterre <[email protected]>, -Build-Depends: debhelper (>= 7), cmake, libboost-all-dev, libqt4-dev, libinsighttoolkit3-dev, libvtk5-qt4-dev, +Build-Depends: debhelper (>= 7), cmake, libboost-all-dev, libqt4-dev, libinsighttoolkit3-dev (>= 3.20), libvtk5-qt4-dev (>= 5.6), libgdcm2-dev, libopenjpeg-dev, uuid-dev Standards-Version: 3.8.4 Homepage: http://gofigure2.sourceforge.net Modified: trunk/packages/gofigure2/trunk/debian/patches/series =================================================================== --- trunk/packages/gofigure2/trunk/debian/patches/series 2011-03-10 16:02:26 UTC (rev 6238) +++ trunk/packages/gofigure2/trunk/debian/patches/series 2011-03-10 16:40:43 UTC (rev 6239) @@ -1 +1 @@ -apple_bundle_fix.patch +#apple_bundle_fix.patch Modified: trunk/packages/gofigure2/trunk/debian/rules =================================================================== --- trunk/packages/gofigure2/trunk/debian/rules 2011-03-10 16:02:26 UTC (rev 6238) +++ trunk/packages/gofigure2/trunk/debian/rules 2011-03-10 16:40:43 UTC (rev 6239) @@ -7,4 +7,4 @@ dh $@ get-orig-source: - ./debian/get-orig-source + uscan --verbose --force-download --repack --rename Added: trunk/packages/gofigure2/trunk/debian/watch =================================================================== --- trunk/packages/gofigure2/trunk/debian/watch (rev 0) +++ trunk/packages/gofigure2/trunk/debian/watch 2011-03-10 16:40:43 UTC (rev 6239) @@ -0,0 +1,2 @@ +version=3 +http://sf.net/gofigure2/GoFigure2-v([\d\.]+)\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
