[Pkg-isocodes-devel] [SCM] ISO language, territory, currency, script codes and their translations branch, debian, updated. debian/3.9-1-3-g2df7663

Tobias Quathamer toddy at debian.org
Sun May 31 12:47:22 UTC 2009


The following commit has been merged in the debian branch:
commit 197ae7fc1fd0ac29a4e009f334137abd8c3cb65a
Author: Tobias Quathamer <toddy at debian.org>
Date:   Sun May 31 14:17:03 2009 +0200

    Switch to debhelper v7 and reduce debian/rules

diff --git a/debian/changelog b/debian/changelog
index 3b78fa5..833d11b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+iso-codes (3.10-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Switch to debhelper v7
+    - Reduce debian/rules
+    - Add debian/docs
+
+ -- Tobias Quathamer <toddy at debian.org>  Sun, 31 May 2009 13:52:00 +0200
+
 iso-codes (3.9-1) unstable; urgency=low
 
   * New upstream release. This closes the following bugs from Debian
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index b4f385d..8912cb2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: misc
 Priority: optional
 Maintainer: Alastair McKinstry <mckinstry at debian.org>
 Uploaders: Tobias Quathamer <toddy at debian.org>, Christian Perrier <bubulle at debian.org>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: gettext, python (>= 2.4)
 Standards-Version: 3.8.1
 Homepage: http://pkg-isocodes.alioth.debian.org/
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..724e084
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+README
+TODO
diff --git a/debian/rules b/debian/rules
index c23a4ec..441ade6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,49 +1,10 @@
 #!/usr/bin/make -f
-# GNU Copyright 2001 by Alastair McKinstry
-# Modifications Copyright 2006, 2008 by Tobias Quathamer
+# Copyright 2001 by Alastair McKinstry
+# Copyright 2006, 2008, 2009 by Tobias Quathamer
 
-# Uncomment this for verbose mode
-# export DH_VERBOSE=1
+%:
+	dh $@
 
-config.status: configure
-	dh_testdir
-	./configure --prefix=/usr
-
-build: build-stamp
-
-build-stamp: config.status
-	dh_testdir
-	$(MAKE)
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp 
-	[ ! -f Makefile ] || $(MAKE) distclean
-	dh_clean
-
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean
-	dh_installdirs
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/iso-codes
-
-binary-arch:
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs TODO README
-	dh_installchangelogs ChangeLog
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
+override_dh_builddeb:
 	dh_builddeb -- -Z bzip2
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install

-- 
ISO language, territory, currency, script codes and their translations



More information about the Pkg-isocodes-devel mailing list