[Debian-hebrew-package] r1027 - in /pkg/aspell-he/trunk/debian: changelog compat control rules

tzafrir at users.alioth.debian.org tzafrir at users.alioth.debian.org
Wed Jan 18 19:06:32 UTC 2017


Author: tzafrir
Date: Wed Jan 18 19:06:32 2017
New Revision: 1027

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=1027
Log:
Switch to dh and compat level 9.

Modified:
    pkg/aspell-he/trunk/debian/changelog
    pkg/aspell-he/trunk/debian/compat
    pkg/aspell-he/trunk/debian/control
    pkg/aspell-he/trunk/debian/rules

Modified: pkg/aspell-he/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/aspell-he/trunk/debian/changelog?rev=1027&op=diff
==============================================================================
--- pkg/aspell-he/trunk/debian/changelog	(original)
+++ pkg/aspell-he/trunk/debian/changelog	Wed Jan 18 19:06:32 2017
@@ -1,3 +1,9 @@
+aspell-he (1.0-0-7) UNRELEASED; urgency=medium
+
+  * Switch to dh and compat level 9.
+
+ -- Tzafrir Cohen <tzafrir at debian.org>  Wed, 18 Jan 2017 21:03:25 +0200
+
 aspell-he (1.0-0-6) unstable; urgency=low
 
   [ Agustin Martin Domingo ]

Modified: pkg/aspell-he/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/aspell-he/trunk/debian/compat?rev=1027&op=diff
==============================================================================
--- pkg/aspell-he/trunk/debian/compat	(original)
+++ pkg/aspell-he/trunk/debian/compat	Wed Jan 18 19:06:32 2017
@@ -1 +1 @@
-5
+9

Modified: pkg/aspell-he/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/aspell-he/trunk/debian/control?rev=1027&op=diff
==============================================================================
--- pkg/aspell-he/trunk/debian/control	(original)
+++ pkg/aspell-he/trunk/debian/control	Wed Jan 18 19:06:32 2017
@@ -4,7 +4,7 @@
 Maintainer: Debian Hebrew Packaging Team <debian-hebrew-package at lists.alioth.debian.org>
 Uploaders: Baruch Even <baruch at debian.org>, Lior Kaplan <kaplan at debian.org>, Shachar Shemesh <shachar at debian.org>
 Standards-Version: 3.9.4
-Build-Depends: debhelper (>> 5.0.0)
+Build-Depends: debhelper (>> 9)
 Build-Depends-Indep: aspell (>= 0.60.3-2), dictionaries-common-dev (>= 1.11.2)
 Vcs-Svn: svn://anonscm.debian.org/debian-hebrew/pkg/aspell-he
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-hebrew/pkg/aspell-he

Modified: pkg/aspell-he/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/aspell-he/trunk/debian/rules?rev=1027&op=diff
==============================================================================
--- pkg/aspell-he/trunk/debian/rules	(original)
+++ pkg/aspell-he/trunk/debian/rules	Wed Jan 18 19:06:32 2017
@@ -1,70 +1,15 @@
 #!/usr/bin/make -f
 
-# Uncomment this to turn on verbose mode. 
-#export DH_VERBOSE=1
-
-# This has to be exported to make some magic below work.
-export DH_OPTIONS
 BASEDIR=`pwd`/debian/aspell-he
 
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
+%:
+	dh $@
+
+override_dh_auto_configure:
 	./configure
-	touch configure-stamp
 
-build: build-arch build-indep
-
-build-arch: build-stamp
-
-build-indep: build-stamp
-
-build-stamp: configure-stamp
-	dh_testdir
-	$(MAKE)
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-	[ ! -f Makefile ] || $(MAKE) distclean
-	dh_clean
-
-install: DH_OPTIONS=
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
+override_dh_auto_install:
 	$(MAKE) DESTDIR=$(BASEDIR) install
 	rm -f $(BASEDIR)/usr/lib/aspell/he.rws
 	gzip -9c he.cwl > $(BASEDIR)/usr/share/aspell/he.cwl.gz
 	installdeb-aspell
-#	dh_movefiles
-
-# Build architecture-independent files here.
-# Pass -i to all debhelper commands in this target to reduce clutter.
-binary-indep: DH_OPTIONS=-i
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installinfo
-	dh_installchangelogs
-	dh_link
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-# Build architecture-dependent files here.
-# Pass -a to all debhelper commands in this target to reduce clutter.
-binary-arch: DH_OPTIONS=-a
-binary-arch: 
-# Nothing to do here
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure




More information about the Debian-hebrew-package mailing list