[maven-shared-utils] 02/07: Simplified debian/rules

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu May 18 12:10:56 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository maven-shared-utils.

commit 67b69fc29e6e1d935f81591dca5be218b880ad60
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue May 16 11:29:54 2017 +0200

    Simplified debian/rules
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/rules     | 5 -----
 3 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b0bdc9f..14231af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ maven-shared-utils (3.0.0-2) UNRELEASED; urgency=medium
 
   * Team upload.
   * Switch to debhelper level 10
+  * Simplified debian/rules
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 16 May 2017 10:29:17 +0200
 
diff --git a/debian/control b/debian/control
index c577b8d..57d5f48 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Jakub Adam <jakub.adam at ktknet.cz>,
            Kai-Chung Yan <seamlikok at gmail.com>
-Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>> 1.6.2)
+Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.0)
 Build-Depends-Indep: junit4,
                      libcommons-lang3-java,
                      libjsr305-java,
diff --git a/debian/rules b/debian/rules
index 109d8b5..ce919dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,3 @@
 
 %:
 	dh $@ --with=javahelper
-
-override_dh_install:
-	dh_install
-	# remove JARed javadoc, we already have unpacked version in /usr/share/doc
-	rm -rf debian/libmaven-shared-utils-java-doc/usr/share/maven-repo

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



More information about the pkg-java-commits mailing list