[Pkg-voip-commits] r1665 - gnugk/trunk/debian

Kilian Krause kilian at costa.debian.org
Mon May 1 20:33:14 UTC 2006


Author: kilian
Date: 2006-05-01 20:33:13 +0000 (Mon, 01 May 2006)
New Revision: 1665

Modified:
   gnugk/trunk/debian/changelog
   gnugk/trunk/debian/rules
Log:
move around manpages


Modified: gnugk/trunk/debian/changelog
===================================================================
--- gnugk/trunk/debian/changelog	2006-05-01 20:28:44 UTC (rev 1664)
+++ gnugk/trunk/debian/changelog	2006-05-01 20:33:13 UTC (rev 1665)
@@ -2,8 +2,11 @@
 
   * NOT RELEASED YET
   * Fix compilation with gcc 4.1 (Closes: #358090)
+  * Update manpage to be gnugk.1 from upstream rather than our own gnugk.8.
+    Moved addpasswd.8 to addpasswd.1 to adjust placement for upcoming upstream
+    manpage which hopefully will also ship with next release.
 
- -- Kilian Krause <kilian at debian.org>  Thu, 30 Mar 2006 13:42:16 +0300
+ -- Kilian Krause <kilian at debian.org>  Mon,  1 May 2006 22:31:28 +0200
 
 gnugk (2:2.2.3-2-2) unstable; urgency=low
 

Modified: gnugk/trunk/debian/rules
===================================================================
--- gnugk/trunk/debian/rules	2006-05-01 20:28:44 UTC (rev 1664)
+++ gnugk/trunk/debian/rules	2006-05-01 20:33:13 UTC (rev 1665)
@@ -62,7 +62,7 @@
 
 	# Add here commands to clean up after the build process.
 	-$(MAKE) clean
-	-rm -f Makefile config.* gnugk.8 addpasswd.8 \
+	-rm -f Makefile config.* addpasswd.1 \
 		obj*/addpasswd* docs/manual*html
 
 	dh_clean
@@ -79,10 +79,8 @@
 		INSTALLBIN_DIR=$(CURDIR)/debian/gnugk/usr/sbin
 	cp obj*/addpasswd $(CURDIR)/debian/gnugk/usr/sbin
 
-	/usr/bin/help2man -v -h -N -n 'OpenH323 Gatekeeper' -s 8 \
-		-S 'Debian GNU/Linux' obj*/gnugk -o gnugk.8
-	/usr/bin/help2man -N -n 'OpenH323 Gatekeeper' -s 8 \
-		-S 'Debian GNU/Linux' obj*/addpasswd -o addpasswd.8
+	/usr/bin/help2man -N -n 'OpenH323 Gatekeeper' -s 1 \
+		-S 'Debian GNU/Linux' obj*/addpasswd -o addpasswd.1
 
 	install --mode=640 --owner=root --group=root etc/complete.ini debian/gnugk/etc/gatekeeper.ini
 
@@ -100,7 +98,7 @@
 	dh_installmenu
 	dh_installinit
 	dh_installchangelogs changes.txt
-	dh_installman gnugk.8 addpasswd.8
+	dh_installman gnugk.1 addpasswd.8
 	dh_link
 	dh_strip
 	dh_compress




More information about the Pkg-voip-commits mailing list