[java-wrappers] 35/61: [java-wrappers] Switch to dh 7

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Oct 24 17:55:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository java-wrappers.

commit f454f5eb4c969b9ec6f06887c313248f005508cf
Author: Vincent Fourmond <fourmond at debian.org>
Date:   Mon Apr 4 08:22:34 2011 +0000

    [java-wrappers] Switch to dh 7
---
 debian/changelog |  3 ++-
 debian/control   |  2 +-
 debian/rules     | 47 ++---------------------------------------------
 3 files changed, 5 insertions(+), 47 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ac55d27..4a66f51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ java-wrappers (0.1.20) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
   * Adding unzip as we need it to get the classpath correctly...
+  * Switch to dh 7
 
- -- Vincent Fourmond <fourmond at debian.org>  Sun, 03 Apr 2011 01:53:18 +0200
+ -- Vincent Fourmond <fourmond at debian.org>  Mon, 04 Apr 2011 09:44:15 +0200
 
 java-wrappers (0.1.19) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index d0c74aa..0740ec6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Vincent Fourmond <fourmond at debian.org>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java-wrappers
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/java-wrappers
diff --git a/debian/rules b/debian/rules
index c0667c2..cbe925d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,46 +1,3 @@
 #!/usr/bin/make -f
-# MAde with the aid of dh_make, by Craig Small
-# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
-# Some lines taken from debmake, by Cristoph Lameter.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean
-
-install: install-stamp
-install-stamp: 
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	touch install-stamp
-
-binary-arch:
-
-# Build architecture-independent files here.
-# Pass -i to all debhelper commands in this target to reduce clutter.
-binary-indep: build install
-	dh_testdir -i
-	dh_testroot -i
-	dh_installdocs -i
-	dh_installexamples -i
-	dh_installman -i
-	dh_install -i
-	dh_installchangelogs  -i
-	dh_link -i
-	dh_compress -i
-	dh_fixperms -i
-	dh_installdeb -i
-	dh_gencontrol -i
-	dh_md5sums -i
-	dh_builddeb -i
-
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-wrappers.git



More information about the pkg-java-commits mailing list