[Pkg-voip-commits] r5765 - in /gnugk/trunk/debian: changelog rules

msp at alioth.debian.org msp at alioth.debian.org
Wed May 21 11:23:11 UTC 2008


Author: msp
Date: Wed May 21 11:23:11 2008
New Revision: 5765

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5765
Log:
* Remove useless help2man call for addpasswd.1
  - gnugk - FTBFS: Segmentation fault      obj_linux_s390_r/addpasswd --
  help 2> /dev/null (Closes: #478502)

Modified:
    gnugk/trunk/debian/changelog
    gnugk/trunk/debian/rules

Modified: gnugk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/changelog?rev=5765&op=diff
==============================================================================
--- gnugk/trunk/debian/changelog (original)
+++ gnugk/trunk/debian/changelog Wed May 21 11:23:11 2008
@@ -1,6 +1,8 @@
 gnugk (2:2.2.7-2) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * Remove useless help2man call for addpasswd.1
+    - gnugk - FTBFS: Segmentation fault      obj_linux_s390_r/addpasswd --
+    help 2> /dev/null (Closes: #478502)
 
  -- Mark Purcell <msp at debian.org>  Sun, 27 Apr 2008 22:11:03 +1000
 

Modified: gnugk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/rules?rev=5765&op=diff
==============================================================================
--- gnugk/trunk/debian/rules (original)
+++ gnugk/trunk/debian/rules Wed May 21 11:23:11 2008
@@ -62,12 +62,8 @@
 		INSTALLBIN_DIR=$(CURDIR)/debian/gnugk/usr/sbin
 	cp obj*/addpasswd $(CURDIR)/debian/gnugk/usr/sbin
 	
-	/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 $(CURDIR)/debian/gnugk/etc/gatekeeper.ini
-
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -82,7 +78,7 @@
 	dh_installmenu
 	dh_installinit -- defaults 90 10
 	dh_installchangelogs changes.txt
-	dh_installman docs/gnugk.1 addpasswd.1
+	dh_installman docs/gnugk.1
 	dh_link
 	dh_strip
 	dh_compress




More information about the Pkg-voip-commits mailing list