[Pkg-cli-apps-commits] r5408 - in /packages/gfax/trunk/debian: changelog control rules

laney at users.alioth.debian.org laney at users.alioth.debian.org
Thu Jan 19 22:31:11 UTC 2012


Author: laney
Date: Thu Jan 19 22:31:11 2012
New Revision: 5408

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5408
Log:
BD on gawk: upstream requires this variant explicitly

Also more cleanups

Modified:
    packages/gfax/trunk/debian/changelog
    packages/gfax/trunk/debian/control
    packages/gfax/trunk/debian/rules

Modified: packages/gfax/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gfax/trunk/debian/changelog?rev=5408&op=diff
==============================================================================
--- packages/gfax/trunk/debian/changelog (original)
+++ packages/gfax/trunk/debian/changelog Thu Jan 19 22:31:11 2012
@@ -4,6 +4,7 @@
   * Standards-Version → 3.9.2
   * Move to 3.0 (quilt)
   * Freshen packaging a bit (still todo: switch to dh)
+  * BD on gawk: upstream requires this variant explicitly
 
  -- Iain Lane <laney at debian.org>  Thu, 19 Jan 2012 22:06:09 +0000
 

Modified: packages/gfax/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gfax/trunk/debian/control?rev=5408&op=diff
==============================================================================
--- packages/gfax/trunk/debian/control (original)
+++ packages/gfax/trunk/debian/control Thu Jan 19 22:31:11 2012
@@ -18,7 +18,8 @@
  libtool,
  autoconf,
  automake,
- autotools-dev
+ autotools-dev,
+ gawk
 Standards-Version: 3.9.2
 Homepage: http://www.cowlug.org/gfax/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/gfax/trunk/

Modified: packages/gfax/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gfax/trunk/debian/rules?rev=5408&op=diff
==============================================================================
--- packages/gfax/trunk/debian/rules (original)
+++ packages/gfax/trunk/debian/rules Thu Jan 19 22:31:11 2012
@@ -46,15 +46,17 @@
 	$(MAKE)
 	touch $@
 
-clean: clean-patched 
-clean-patched:
+build-arch: build
+build-indep: build
+
+clean:
 	dh_testdir
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) distclean
 	# upstream's make clean is unclean
 	rm -f src/gfax.exe.mdb
 	find . -name "Makefile.in" -delete
-	dh_clean config.status config.sub config.guess configure ltmain.sh
+	dh_clean config.log config.status config.sub config.guess configure ltmain.sh
 
 install: build
 	dh_testdir
@@ -85,7 +87,7 @@
 	dh_md5sums -i
 	dh_builddeb -i
 
-build-arch binary-arch:
+binary-arch:
 
 binary: binary-indep binary-arch
 
@@ -111,4 +113,4 @@
 	gzip -9fn ../tarballs/$(DEB_SOURCE_NAME)_$(VERSION)+ds.orig.tar
 	rm -r $(DEB_SOURCE_NAME)-$(VERSION)
 
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install




More information about the Pkg-cli-apps-commits mailing list