Author: tille Date: 2010-03-29 10:54:41 +0000 (Mon, 29 Mar 2010) New Revision: 4693
Added: trunk/packages/last-align/trunk/debian/source/ trunk/packages/last-align/trunk/debian/source/format Modified: trunk/packages/last-align/trunk/debian/changelog trunk/packages/last-align/trunk/debian/rules Log: New upstream version, Source format 3.0 (quilt) Modified: trunk/packages/last-align/trunk/debian/changelog =================================================================== --- trunk/packages/last-align/trunk/debian/changelog 2010-03-27 04:26:01 UTC (rev 4692) +++ trunk/packages/last-align/trunk/debian/changelog 2010-03-29 10:54:41 UTC (rev 4693) @@ -1,3 +1,12 @@ +last-align (102-1) unstable; urgency=low + + * New upstream version + * debian/rules: scripts/maf2tab.py was removed -> do not try to + create manpage for this script + * debian/source/format: 3.0 (quilt) + + -- Andreas Tille <[email protected]> Mon, 29 Mar 2010 12:29:16 +0200 + last-align (99-1) unstable; urgency=low * New upstream version Modified: trunk/packages/last-align/trunk/debian/rules =================================================================== --- trunk/packages/last-align/trunk/debian/rules 2010-03-27 04:26:01 UTC (rev 4692) +++ trunk/packages/last-align/trunk/debian/rules 2010-03-29 10:54:41 UTC (rev 4693) @@ -57,9 +57,6 @@ help2man --no-info --version-string="$(version)" \ --name="Join two or more sets of MAF-format multiple alignments" \ $(CURDIR)/scripts/maf-join.py > $(mandir)/maf-join.1 - help2man --no-info --version-string="$(version)" \ - --name="Convert MAF format alignments to tabular format" \ - $(CURDIR)/scripts/maf2tab.py > $(mandir)/maf2tab.1 # The unzip command from the unzip package is needed for this one. # Please update debian/changelog before calling this target. Added: trunk/packages/last-align/trunk/debian/source/format =================================================================== --- trunk/packages/last-align/trunk/debian/source/format (rev 0) +++ trunk/packages/last-align/trunk/debian/source/format 2010-03-29 10:54:41 UTC (rev 4693) @@ -0,0 +1 @@ +3.0 (quilt) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
