Author: plessy Date: 2011-11-06 06:33:29 +0000 (Sun, 06 Nov 2011) New Revision: 8447
Modified: trunk/packages/neobio/trunk/debian/rules Log: Corrected tarball's name (DefRef 6.7.8.2.4). See: http://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-origtargz Modified: trunk/packages/neobio/trunk/debian/rules =================================================================== --- trunk/packages/neobio/trunk/debian/rules 2011-11-06 06:24:51 UTC (rev 8446) +++ trunk/packages/neobio/trunk/debian/rules 2011-11-06 06:33:29 UTC (rev 8447) @@ -21,7 +21,7 @@ find . -name "*.class" -o -name "Thumbs.db" -delete && \ find . -empty -type d -delete [ -d $(TARBALLS) ] || mkdir $(TARBALLS) - cd $(SRC_TMP) && GZIP="--best --no-name" tar -czf $(TARBALLS)/$(REPACKED).tar.gz $(REPACKED) + cd $(SRC_TMP) && GZIP="--best --no-name" tar -czf $(TARBALLS)/neobio_$(VERSION).orig.tar.gz $(REPACKED) rm -rf $(SRC_TMP) config.status: _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
