Author: tille Date: 2012-02-05 19:21:55 +0000 (Sun, 05 Feb 2012) New Revision: 9568
Modified: trunk/packages/phy-spread/trunk/debian/changelog trunk/packages/phy-spread/trunk/debian/get-orig-source trunk/packages/phy-spread/trunk/debian/install trunk/packages/phy-spread/trunk/debian/menu trunk/packages/phy-spread/trunk/debian/watch Log: New upstream version and minor packaging changes. Modified: trunk/packages/phy-spread/trunk/debian/changelog =================================================================== --- trunk/packages/phy-spread/trunk/debian/changelog 2012-02-05 19:03:50 UTC (rev 9567) +++ trunk/packages/phy-spread/trunk/debian/changelog 2012-02-05 19:21:55 UTC (rev 9568) @@ -1,5 +1,16 @@ -phy-spread (1.0.2-1) UNRELEASED; urgency=low +phy-spread (1.0.3-1) unstable; urgency=low + [ Charles Plessy ] + * debian/upstream-metadata.yaml renamed to debian/upstream + + [ Andreas Tille ] + * New upstream version + * debian/watch: Use debian/get-orig-source to strip binary jars + + -- Andreas Tille <[email protected]> Sun, 05 Feb 2012 19:02:02 +0100 + +phy-spread (1.0.2-1) unstable; urgency=low + * Initial release. (Closes: #657585) -- Andreas Tille <[email protected]> Sat, 28 Jan 2012 08:59:13 +0100 Modified: trunk/packages/phy-spread/trunk/debian/get-orig-source =================================================================== --- trunk/packages/phy-spread/trunk/debian/get-orig-source 2012-02-05 19:03:50 UTC (rev 9567) +++ trunk/packages/phy-spread/trunk/debian/get-orig-source 2012-02-05 19:21:55 UTC (rev 9568) @@ -18,9 +18,17 @@ TARDIR=${UPSTREAMNAME}-${VERSION} mkdir -p ../tarballs cd ../tarballs +# need to clean up the tarballs dir first because upstream tarball might +# contain a directory with unpredictable name +rm -rf * mv ../${TARDIR}.tar.gz . tar -xzf ${TARDIR}.tar.gz +UPSTREAMTARDIR=`find . -mindepth 1 -maxdepth 1 -type d` +if [ "${UPSTREAMTARDIR}" != "${TARDIR}" ] ; then + mv "${UPSTREAMTARDIR}" "${TARDIR}" +fi + # Remove useless binaries rm -rf ${TARDIR}/release/Mac rm -rf ${TARDIR}/release/Windows Modified: trunk/packages/phy-spread/trunk/debian/install =================================================================== --- trunk/packages/phy-spread/trunk/debian/install 2012-02-05 19:03:50 UTC (rev 9567) +++ trunk/packages/phy-spread/trunk/debian/install 2012-02-05 19:21:55 UTC (rev 9568) @@ -2,4 +2,4 @@ debian/scripts/* usr/bin release/Linux/icons/spread.png usr/share/pixmaps debian/*.xpm usr/share/pixmaps -debian/*.desktop usr/share/applications +debian/desktop usr/share/applications Modified: trunk/packages/phy-spread/trunk/debian/menu =================================================================== --- trunk/packages/phy-spread/trunk/debian/menu 2012-02-05 19:03:50 UTC (rev 9567) +++ trunk/packages/phy-spread/trunk/debian/menu 2012-02-05 19:21:55 UTC (rev 9568) @@ -1,3 +1,3 @@ ?package(phy-spread):needs="X11" section="Applications/Science/Biology"\ title="SPREAD" command="/usr/bin/phy-spread" icon="/usr/share/pixmaps/spread.xpm"\ - hint="analyze and visualize phylogeographic reconstructions regarding spatio-temporal diffusion" + hints="analyze and visualize phylogeographic reconstructions regarding spatio-temporal diffusion" Modified: trunk/packages/phy-spread/trunk/debian/watch =================================================================== --- trunk/packages/phy-spread/trunk/debian/watch 2012-02-05 19:03:50 UTC (rev 9567) +++ trunk/packages/phy-spread/trunk/debian/watch 2012-02-05 19:21:55 UTC (rev 9568) @@ -1,5 +1,4 @@ version=3 http://www.kuleuven.be/aidslab/phylogeography/SPREAD.html \ - https://github.com/.*/phylogeography/SPREAD/spread-([.\d]+)\.tar\.gz - -# https://github.com/phylogeography/spread/tags .*/tarball/(.*) + https://github.com/.*/phylogeography/SPREAD/spread-([.\d]+)\.tar\.gz \ + debian debian/get-orig-source _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
