Author: tille Date: 2013-07-22 07:56:05 +0000 (Mon, 22 Jul 2013) New Revision: 14203
Modified: trunk/packages/microbiomeutil/trunk/debian/changelog trunk/packages/microbiomeutil/trunk/debian/copyright trunk/packages/microbiomeutil/trunk/debian/rules Log: Remove copyrighted logo images from upstream tarball Modified: trunk/packages/microbiomeutil/trunk/debian/changelog =================================================================== --- trunk/packages/microbiomeutil/trunk/debian/changelog 2013-07-22 07:39:18 UTC (rev 14202) +++ trunk/packages/microbiomeutil/trunk/debian/changelog 2013-07-22 07:56:05 UTC (rev 14203) @@ -1,3 +1,11 @@ +microbiomeutil (20101212+dfsg-1) UNRELEASED; urgency=low + + * Initial release to Debian (Closes: #711086) + * Remove copyrighted logo images from upstream tarball (the logo is + only used in very short doc which works perfectly without this image) + + -- Andreas Tille <[email protected]> Mon, 22 Jul 2013 09:57:45 +0200 + microbiomeutil (20101212-1ubuntu8) precise; urgency=low * Bio-Linux rebuild with Andreas' fixes @@ -9,7 +17,6 @@ microbiomeutil (20101212-2) unstable; urgency=low - * Initial release to Debian (Closes: #711086) * debian/copyright: DEP5 copyright * debian/control: - Added myself to uploaders Modified: trunk/packages/microbiomeutil/trunk/debian/copyright =================================================================== --- trunk/packages/microbiomeutil/trunk/debian/copyright 2013-07-22 07:39:18 UTC (rev 14202) +++ trunk/packages/microbiomeutil/trunk/debian/copyright 2013-07-22 07:56:05 UTC (rev 14203) @@ -1,6 +1,8 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Brian J. Haas <[email protected]> Source: http://microbiomeutil.sourceforge.net/ +Files-Excluded: + docs/images Files: * Copyright: © 2009-2010 The Broad Institute <http://www.broadinstitute.org> Modified: trunk/packages/microbiomeutil/trunk/debian/rules =================================================================== --- trunk/packages/microbiomeutil/trunk/debian/rules 2013-07-22 07:39:18 UTC (rev 14202) +++ trunk/packages/microbiomeutil/trunk/debian/rules 2013-07-22 07:56:05 UTC (rev 14203) @@ -33,3 +33,12 @@ override_dh_builddeb: dh_builddeb -- -Z xz + +# Remark: The following uscan command requires devscripts > 2.12.4 which is not +# yet released at the time of this package release. The code can be obtained +# via +# git clone git://[email protected]/git/users/tille/devscripts.git +# and then use scripts/uscan.pl +get-orig-source: + mkdir -p ../tarballs + uscan --verbose --force-download --repack-compression xz --destdir ../tarballs _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
