[Glibc-bsd-commits] r1983 - trunk/freebsd-sendpr/debian

guillem at alioth.debian.org guillem at alioth.debian.org
Tue Jul 17 05:07:31 UTC 2007


Author: guillem
Date: 2007-07-17 05:07:31 +0000 (Tue, 17 Jul 2007)
New Revision: 1983

Added:
   trunk/freebsd-sendpr/debian/info
Modified:
   trunk/freebsd-sendpr/debian/changelog
   trunk/freebsd-sendpr/debian/rules
Log:
Remove the installed info files file and add a debian/info file so that
dh_installinfo can pick it up.


Modified: trunk/freebsd-sendpr/debian/changelog
===================================================================
--- trunk/freebsd-sendpr/debian/changelog	2007-07-17 04:46:16 UTC (rev 1982)
+++ trunk/freebsd-sendpr/debian/changelog	2007-07-17 05:07:31 UTC (rev 1983)
@@ -25,6 +25,8 @@
   * Add 'Development' as dir section to the info file.
     - debian/patches/003_info_dir_section.patch: New file.
   * Use pkgdir to refer to the package installation directory under debian/.
+  * Remove the installed info files file and add a debian/info file so that
+    dh_installinfo can pick it up.
 
  -- Guillem Jover <guillem at debian.org>  Tue, 17 Jul 2007 07:37:03 +0300
 

Added: trunk/freebsd-sendpr/debian/info
===================================================================
--- trunk/freebsd-sendpr/debian/info	                        (rev 0)
+++ trunk/freebsd-sendpr/debian/info	2007-07-17 05:07:31 UTC (rev 1983)
@@ -0,0 +1 @@
+src/gnu/usr.bin/send-pr/doc/send-pr.info

Modified: trunk/freebsd-sendpr/debian/rules
===================================================================
--- trunk/freebsd-sendpr/debian/rules	2007-07-17 04:46:16 UTC (rev 1982)
+++ trunk/freebsd-sendpr/debian/rules	2007-07-17 05:07:31 UTC (rev 1983)
@@ -49,6 +49,7 @@
 	for i in $(pkgdir)/usr/share/man/man1/*.gz ; do \
 		[ -L $$i ] || gunzip $$i ; \
 	done
+	rm -f $(pkgdir)/usr/share/info/*
 
 binary-indep: install
 	dh_testdir




More information about the Glibc-bsd-commits mailing list