Author: tille Date: 2014-05-10 22:49:10 +0000 (Sat, 10 May 2014) New Revision: 16909
Modified: trunk/packages/gmod/chado/trunk/debian/changelog trunk/packages/gmod/chado/trunk/debian/rules Log: Fix location of manpages Modified: trunk/packages/gmod/chado/trunk/debian/changelog =================================================================== --- trunk/packages/gmod/chado/trunk/debian/changelog 2014-05-10 22:19:37 UTC (rev 16908) +++ trunk/packages/gmod/chado/trunk/debian/changelog 2014-05-10 22:49:10 UTC (rev 16909) @@ -1,7 +1,9 @@ -libchado-perl (1.23-2) UNRELEASED; urgency=medium +libchado-perl (1.23-2) unstable; urgency=medium * cme fix dpkg-control * debhelper 9 + * debian/rules: Fix location of manpages + Closes: #747569 -- Andreas Tille <[email protected]> Sun, 11 May 2014 00:14:09 +0200 Modified: trunk/packages/gmod/chado/trunk/debian/rules =================================================================== --- trunk/packages/gmod/chado/trunk/debian/rules 2014-05-10 22:19:37 UTC (rev 16908) +++ trunk/packages/gmod/chado/trunk/debian/rules 2014-05-10 22:49:10 UTC (rev 16909) @@ -37,8 +37,8 @@ mv debian/tmp/usr/bin/* debian/chado-utils/usr/share/gmod/chado/bin/ mv debian/tmp/usr/lib/perl5/* debian/$(pkg)/usr/share/perl5/ rm -rf debian/$(pkg)/usr/lib/perl5 - mv debian/tmp/usr/man/man3 debian/$(pkg)/usr/share/man/man3 - mv debian/tmp/usr/man/man1 debian/chado-utils/usr/share/man/man1 + mv debian/tmp/usr/man/man3 debian/$(pkg)/usr/share/man + mv debian/tmp/usr/man/man1 debian/chado-utils/usr/share/man cp debian/testdb.pl debian/$(pkg)/usr/share/gmod/chado/bin/ rm -rf debian/$(pkg)/usr/share/perl5/x86_64-linux-gnu-thread-multi # Needed for runtime configure _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
