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

msp at alioth.debian.org msp at alioth.debian.org
Wed May 21 12:40:26 UTC 2008


Author: msp
Date: Wed May 21 12:40:25 2008
New Revision: 5768

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5768
Log:
* debian/rules explicit test cases
* Remove help2man - addpasswd.1 was next to useless
* Revert Build-Depends: libopenh323-dev - workaround suspect pwlib bug

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

Modified: gnugk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/changelog?rev=5768&op=diff
==============================================================================
--- gnugk/trunk/debian/changelog (original)
+++ gnugk/trunk/debian/changelog Wed May 21 12:40:25 2008
@@ -1,10 +1,10 @@
 gnugk (2:2.2.7-2) UNRELEASED; urgency=low
 
-  * 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
+  * debian/rules explicit test cases
+  * Remove help2man - addpasswd.1 was next to useless
+  * Revert Build-Depends: libopenh323-dev - workaround suspect pwlib bug
+
+ -- Mark Purcell <msp at debian.org>  Wed, 21 May 2008 21:24:26 +1000
 
 gnugk (2:2.2.7-1) unstable; urgency=low
 

Modified: gnugk/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/control?rev=5768&op=diff
==============================================================================
--- gnugk/trunk/debian/control (original)
+++ gnugk/trunk/debian/control Wed May 21 12:40:25 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Kilian Krause <kilian at debian.org>, Mark Purcell <msp at debian.org>, Faidon Liambotis <paravoid at debian.org>
-Build-Depends: debhelper (>> 4.0.0), libopenh323-1.19.1-dev (>= 1.19.1~), libspeex-dev, libsdl1.2-dev, libldap2-dev, libpq-dev, libmysql++-dev, help2man, linuxdoc-tools, firebird2.0-dev [amd64 i386 powerpc sparc kfreebsd-amd64 kfreebsd-i386]
+Build-Depends: debhelper (>> 4.0.0), libopenh323-dev, libspeex-dev, libsdl1.2-dev, libldap2-dev, libpq-dev, libmysql++-dev, linuxdoc-tools, firebird2.0-dev [amd64 i386 powerpc sparc kfreebsd-amd64 kfreebsd-i386]
 Standards-Version: 3.7.3
 Homepage: http://www.gnugk.org/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/gnugk/trunk/

Modified: gnugk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/rules?rev=5768&op=diff
==============================================================================
--- gnugk/trunk/debian/rules (original)
+++ gnugk/trunk/debian/rules Wed May 21 12:40:25 2008
@@ -65,6 +65,10 @@
 	install --mode=640 --owner=root --group=root \
 		etc/complete.ini $(CURDIR)/debian/gnugk/etc/gatekeeper.ini
 
+	# Testcase - was our build good ??
+	obj*/gnugk --help > /dev/null
+	obj*/addpasswd --help > /dev/null
+
 # Build architecture-independent files here.
 binary-indep: build install
 # We have nothing to do by default.
@@ -78,7 +82,7 @@
 	dh_installmenu
 	dh_installinit -- defaults 90 10
 	dh_installchangelogs changes.txt
-	dh_installman docs/gnugk.1
+	dh_installman docs/gnugk.1 
 	dh_link
 	dh_strip
 	dh_compress




More information about the Pkg-voip-commits mailing list