Author: fxf-guest Date: 2010-05-26 23:09:09 +0000 (Wed, 26 May 2010) New Revision: 4847
Modified: trunk/packages/beast-mcmc/trunk/debian/control trunk/packages/beast-mcmc/trunk/debian/rules Log: Fix rules Modified: trunk/packages/beast-mcmc/trunk/debian/control =================================================================== --- trunk/packages/beast-mcmc/trunk/debian/control 2010-05-26 12:23:53 UTC (rev 4846) +++ trunk/packages/beast-mcmc/trunk/debian/control 2010-05-26 23:09:09 UTC (rev 4847) @@ -4,7 +4,7 @@ Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Felix Feyertag <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, openjdk-6-jdk, ant, ant-optional, libgcj10-dev +Build-Depends: debhelper (>= 7), cdbs, openjdk-6-jdk, ant, ant-optional, libgcj9-dev Standards-Version: 3.8.0 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/beast-mcmc/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/beast-mcmc/trunk/ Modified: trunk/packages/beast-mcmc/trunk/debian/rules =================================================================== --- trunk/packages/beast-mcmc/trunk/debian/rules 2010-05-26 12:23:53 UTC (rev 4846) +++ trunk/packages/beast-mcmc/trunk/debian/rules 2010-05-26 23:09:09 UTC (rev 4847) @@ -29,7 +29,9 @@ get-orig-source/$(PACKAGE)-$(SRC_VERSION).orig GZIP=--best tar czf $(TARBALL) -C get-orig-source $(PACKAGE)-$(SRC_VERSION).orig rm -rf get-orig-source - mv $(TARBALL) ../ + rm -rf ../tarballs/ + mkdir ../tarballs/ + mv $(TARBALL) ../tarballs/ clean: dh_testdir _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
