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

kilian at alioth.debian.org kilian at alioth.debian.org
Sat Aug 6 19:40:37 UTC 2011


Author: kilian
Date: Sat Aug  6 19:40:37 2011
New Revision: 9235

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9235
Log:
* Replace get-orig-source target with our own version instead of including
  pkg-gnome makefile sniplet to avoid warnings with dh targets.
* Make sure to use autotools-dev

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=9235&op=diff
==============================================================================
--- gnugk/trunk/debian/changelog (original)
+++ gnugk/trunk/debian/changelog Sat Aug  6 19:40:37 2011
@@ -2,8 +2,11 @@
 
   * New upstream release
    - Remove addpasswd from shipped binaries. No longer included
-
- -- Kilian Krause <kilian at debian.org>  Tue, 02 Aug 2011 11:27:10 +0200
+  * Replace get-orig-source target with our own version instead of including
+    pkg-gnome makefile sniplet to avoid warnings with dh targets.
+  * Make sure to use autotools-dev
+
+ -- Kilian Krause <kilian at debian.org>  Sat, 06 Aug 2011 21:40:09 +0200
 
 gnugk (2:2.3.2-3-1) unstable; urgency=low
 

Modified: gnugk/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/control?rev=9235&op=diff
==============================================================================
--- gnugk/trunk/debian/control (original)
+++ gnugk/trunk/debian/control Sat Aug  6 19:40:37 2011
@@ -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 (>= 7.0.50~), autoconf,
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev,
  libh323plus-dev, libspeex-dev,
  libsdl1.2-dev,
  linuxdoc-tools,

Modified: gnugk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/rules?rev=9235&op=diff
==============================================================================
--- gnugk/trunk/debian/rules (original)
+++ gnugk/trunk/debian/rules Sat Aug  6 19:40:37 2011
@@ -15,9 +15,7 @@
 export PTLIBDIR=$(shell /usr/bin/ptlib-config --ptlibdir)
 
 %:
-	dh $@ --parallel
-
--include /usr/share/gnome-pkg-tools/1/rules/sf-get-source.mk
+	dh $@ --parallel --with autotools_dev
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-pgsql-include-dir=`/usr/bin/pg_config --includedir` --disable-unixodbc
@@ -45,3 +43,10 @@
 override_dh_fixperms:
 	dh_fixperms
 	chmod -x debian/gnugk/usr/share/doc/gnugk/examples/odbc.ini
+
+get-orig-source:
+	@if [ -x /usr/bin/uscan ];then \
+		uscan --no-conf --rename --force-download --download-current-version --destdir=. ; \
+	else; \
+		echo "Please install uscan and run again."; \
+	fi




More information about the Pkg-voip-commits mailing list