[Pkg-emboss-commits] r82 - emboss/trunk/debian

charles-guest at alioth.debian.org charles-guest at alioth.debian.org
Thu Jul 19 04:57:19 UTC 2007


Author: charles-guest
Date: 2007-07-19 04:57:19 +0000 (Thu, 19 Jul 2007)
New Revision: 82

Modified:
   emboss/trunk/debian/changelog
   emboss/trunk/debian/rules
Log:
cosmetics and fixing symlinks to manpages

Modified: emboss/trunk/debian/changelog
===================================================================
--- emboss/trunk/debian/changelog	2007-07-19 01:08:38 UTC (rev 81)
+++ emboss/trunk/debian/changelog	2007-07-19 04:57:19 UTC (rev 82)
@@ -12,8 +12,10 @@
   * Build-depend on libemboss-acd-perl to generate manpages with
     acd2docbook.pl, written especially for this package (Closes: #423938).
   * Adding a placeholder file to force the includion of debian/manpages.
+  * Removing the entries in the Debian menu until we agree that we
+    want them.
 
- -- Charles Plessy <charles-debian-nospam at plessy.org>  Thu, 19 Jul 2007 10:04:13 +0900
+ -- Charles Plessy <charles-debian-nospam at plessy.org>  Thu, 19 Jul 2007 13:56:11 +0900
 
 emboss (4.1.0-1) experimental; urgency=low
 

Modified: emboss/trunk/debian/rules
===================================================================
--- emboss/trunk/debian/rules	2007-07-19 01:08:38 UTC (rev 81)
+++ emboss/trunk/debian/rules	2007-07-19 04:57:19 UTC (rev 82)
@@ -61,8 +61,6 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	dh_installmenu
-	dh_installchangelogs ChangeLog
 
 	$(MAKE) -C emboss install DESTDIR=$(CURDIR)/debian/emboss_tmp
 	# Some binaries have a name already used in other Debian packages.
@@ -76,7 +74,7 @@
 		done
 	for i in $(RENAMED) ; \
 		do mv $(CURDIR)/debian/emboss_tmp/usr/bin/$$i $(CURDIR)/debian/emboss_tmp/usr/bin/em_$$i ; \
-		ln -s $(CURDIR)/debian/emboss/usr/share/man/man1/$$i.1 $(CURDIR)/debian/emboss/usr/share/man/man1/em_$$i.1 ; \
+		ln -sf $(CURDIR)/debian/emboss/usr/share/man/man1/$$i.1.gz em_$$i.1.gz ; \
 		done
 
 	$(MAKE) -C ajax install DESTDIR=$(CURDIR)/debian/emboss-lib
@@ -99,6 +97,7 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
+	dh_installchangelogs ChangeLog
 	dh_installdocs
 #	dh_installmenu
 	dh_install




More information about the Pkg-emboss-commits mailing list