Author: plessy Date: 2011-08-05 00:05:54 +0000 (Fri, 05 Aug 2011) New Revision: 7379
Removed: trunk/packages/mafft/trunk/debian/manpages trunk/packages/mafft/trunk/debian/patches/ Modified: trunk/packages/mafft/trunk/debian/changelog trunk/packages/mafft/trunk/debian/rules Log: Remove extra manpage copies instead of patching Makefile and installing via debhleper. Modified: trunk/packages/mafft/trunk/debian/changelog =================================================================== --- trunk/packages/mafft/trunk/debian/changelog 2011-08-03 14:17:19 UTC (rev 7378) +++ trunk/packages/mafft/trunk/debian/changelog 2011-08-05 00:05:54 UTC (rev 7379) @@ -1,3 +1,10 @@ +mafft (6.850-2) UNRELEASED; urgency=low + + * Remove extra manpage copies instead of patching Makefile and + installing via debhleper (debian/patches, debian/rules, debian/manpages). + + -- Charles Plessy <[email protected]> Fri, 05 Aug 2011 08:34:36 +0900 + mafft (6.850-1) unstable; urgency=low * New upstream version Deleted: trunk/packages/mafft/trunk/debian/manpages =================================================================== --- trunk/packages/mafft/trunk/debian/manpages 2011-08-03 14:17:19 UTC (rev 7378) +++ trunk/packages/mafft/trunk/debian/manpages 2011-08-05 00:05:54 UTC (rev 7379) @@ -1 +0,0 @@ -core/*.1 Modified: trunk/packages/mafft/trunk/debian/rules =================================================================== --- trunk/packages/mafft/trunk/debian/rules 2011-08-03 14:17:19 UTC (rev 7378) +++ trunk/packages/mafft/trunk/debian/rules 2011-08-05 00:05:54 UTC (rev 7379) @@ -27,3 +27,4 @@ override_dh_install: $(MAKE) -C core PREFIX=$(CURDIR)/debian/mafft/usr/lib/mafft MANDIR=$(CURDIR)/debian/mafft/usr/share/man/man1 install + rm $(CURDIR)/debian/mafft/usr/lib/mafft/lib/mafft/*.1 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
