[med-svn] r14700 - trunk/packages/emboss-explorer/trunk/debian
Charles Plessy
plessy at alioth.debian.org
Sat Sep 14 05:37:48 UTC 2013
Author: plessy
Date: 2013-09-14 05:37:47 +0000 (Sat, 14 Sep 2013)
New Revision: 14700
Modified:
trunk/packages/emboss-explorer/trunk/debian/changelog
trunk/packages/emboss-explorer/trunk/debian/rules
Log:
Correct path for moving ACD.pm and its manual page.
Modified: trunk/packages/emboss-explorer/trunk/debian/changelog
===================================================================
--- trunk/packages/emboss-explorer/trunk/debian/changelog 2013-09-14 04:52:28 UTC (rev 14699)
+++ trunk/packages/emboss-explorer/trunk/debian/changelog 2013-09-14 05:37:47 UTC (rev 14700)
@@ -25,6 +25,7 @@
- Override ‘apache2-deprecated-auth-config’ warning (would conflict
with another file).
* Added keywords to the desktop entry.
+ * Correct path for moving ACD.pm and its manual page.
-- Charles Plessy <plessy at debian.org> Sat, 14 Sep 2013 13:16:47 +0900
Modified: trunk/packages/emboss-explorer/trunk/debian/rules
===================================================================
--- trunk/packages/emboss-explorer/trunk/debian/rules 2013-09-14 04:52:28 UTC (rev 14699)
+++ trunk/packages/emboss-explorer/trunk/debian/rules 2013-09-14 05:37:47 UTC (rev 14700)
@@ -18,8 +18,8 @@
# Move ACD.pm to a separate package, that is useful for making
# manpages from EMBOSS ACD files without being bothered by the
# dependancy on web servers.
- mv $(CURDIR)/debian/tmp/usr/share/perl5/EMBOSS/ACD.pm $(CURDIR)/debian/libemboss-acd-perl/usr/share/perl5/EMBOSS/
- mv $(CURDIR)/debian/tmp/usr/share/man/man3/EMBOSS::ACD.3pm $(CURDIR)/debian/libemboss-acd-perl/usr/share/man/man3/
+ mv $(CURDIR)/debian/emboss-explorer/usr/share/perl5/EMBOSS/ACD.pm $(CURDIR)/debian/libemboss-acd-perl/usr/share/perl5/EMBOSS/
+ mv $(CURDIR)/debian/emboss-explorer/usr/share/man/man3/EMBOSS::ACD.3pm $(CURDIR)/debian/libemboss-acd-perl/usr/share/man/man3/
override_dh_fixperms:
dh_fixperms
More information about the debian-med-commit
mailing list