[Pkg-voip-commits] r6799 - in /gnugk/trunk/debian: changelog docs gnugk.install rules watch

msp at alioth.debian.org msp at alioth.debian.org
Mon Feb 23 08:54:40 UTC 2009


Author: msp
Date: Mon Feb 23 08:54:40 2009
New Revision: 6799

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6799
Log:
Use sf-get-source.mk rules

Removed:
    gnugk/trunk/debian/gnugk.install
Modified:
    gnugk/trunk/debian/changelog
    gnugk/trunk/debian/docs
    gnugk/trunk/debian/rules
    gnugk/trunk/debian/watch

Modified: gnugk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/changelog?rev=6799&op=diff
==============================================================================
--- gnugk/trunk/debian/changelog (original)
+++ gnugk/trunk/debian/changelog Mon Feb 23 08:54:40 2009
@@ -1,10 +1,11 @@
-gnugk (2:2.2.8-2) UNRELEASED; urgency=low
+gnugk (2:2.2.8-2) unstable; urgency=low
 
   * Clarify debian/copyright - copyright-refers-to-versionless-license-file
   * Add lintian-overrides for possible-gpl-code-linked-with-openssl
   * Switch to cdbs
-
- -- Mark Purcell <msp at debian.org>  Mon, 23 Feb 2009 02:29:47 +1100
+  * Use sf-get-source.mk rules
+
+ -- Mark Purcell <msp at debian.org>  Mon, 23 Feb 2009 11:40:09 +1100
 
 gnugk (2:2.2.8-1) unstable; urgency=low
 

Modified: gnugk/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/docs?rev=6799&op=diff
==============================================================================
--- gnugk/trunk/debian/docs (original)
+++ gnugk/trunk/debian/docs Mon Feb 23 08:54:40 2009
@@ -1,1 +1,1 @@
-docs/*
+docs/[i-z]*

Modified: gnugk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/rules?rev=6799&op=diff
==============================================================================
--- gnugk/trunk/debian/rules (original)
+++ gnugk/trunk/debian/rules Mon Feb 23 08:54:40 2009
@@ -8,23 +8,20 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-
+-include /usr/share/gnome-pkg-tools/1/rules/sf-get-source.mk
 
 DEB_INSTALL_CHANGELOGS_ALL := changes.txt
 DEB_CONFIGURE_EXTRA_FLAGS := --with-pgsql-include-dir=`/usr/bin/pg_config --includedir`
 DEB_DH_INSTALLINIT_ARGS	:= -- defaults 90 10
 
 DEB_MAKE_BUILD_TARGET    := opt addpasswd doc
-#DEB_DH_ALWAYS_EXCLUDE	+= copying .cvsignore gnugk.1
 DEB_MAKE_CHECK_TARGET := obj*/gnugk -h > /dev/null
+DEB_MAKE_INSTALL_TARGET  := install DESTDIR=$(CURDIR)/debian/gnugk INSTALL_DIR=$(CURDIR)/debian/gnugk/usr INSTALLBIN_DIR=$(CURDIR)/debian/gnugk/usr/sbin
 
+clean::
+	rm -fR docs/manual/.cvsignore
 
 install/gnugk::
+	chmod -x etc/odbc.ini
 	install --mode=640 --owner=root --group=root \
 		etc/complete.ini $(CURDIR)/debian/gnugk/etc/gatekeeper.ini
-binary/gnugk::
-	chmod -x $(CURDIR)/debian/gnugk/usr/share/doc/gnugk/examples/odbc.ini
-
-#	# Testcase - was our build good ??
-#	obj*/gnugk --help > /dev/null
-#	obj*/addpasswd --help > /dev/null

Modified: gnugk/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/watch?rev=6799&op=diff
==============================================================================
--- gnugk/trunk/debian/watch (original)
+++ gnugk/trunk/debian/watch Mon Feb 23 08:54:40 2009
@@ -1,7 +1,4 @@
 version=3
 
-# Uncomment to find new files on sourceforge, for debscripts >= 2.9
-# http://sf.net/#PACKAGE#/#PACKAGE#-(.*)\.tar\.gz
-#http://prdownloads.sourceforge.net/openh323gk/gnugk-2.2.3-2.tar.gz?download
 http://sf.net/openh323gk/gnugk-([\d\.-]+)\.tar\.gz	debian	svn-upgrade
 




More information about the Pkg-voip-commits mailing list