This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository scala.
commit bb49190267a77d4cb99993c0a92bf2565e1c7a45 Author: Emmanuel Bourg <[email protected]> Date: Tue Jan 6 11:38:37 2015 +0100 Switch to debhelper level 9 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/rules | 6 +++--- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 85ad1d7..a1ea64f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ scala (2.10.4+dfsg-1) UNRELEASED; urgency=low * debian/control: - Use canonical URLs for the Vcs-* fields - Standards-Version updated to 3.9.6 (no changes) + * Switch to debhelper level 9 -- Mehdi Dogguy <[email protected]> Wed, 23 Apr 2014 19:23:33 +0200 diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index e3c8544..1ccea2e 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: libmaven-ant-tasks-java, junit4, libjansi-java, - debhelper (>= 7.0.50), + debhelper (>= 9), javahelper, maven-repo-helper (>= 1.6~) Standards-Version: 3.9.6 diff --git a/debian/rules b/debian/rules index d82e73d..7f84289 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,9 @@ export DH_VERBOSE=1 include $(CURDIR)/build.number BUNDLE_VERSION="$(version.major).$(version.minor).$(version.patch)" +%: + dh $@ --with javahelper --with jh_maven_repo_helper + override_dh_auto_build: # Build Jline ant -f debian/build-jline.xml -propertyfile debian/ant-jline.properties @@ -24,8 +27,5 @@ override_dh_compress: # ugly hack to fix #654549 find debian/scala \( -type f -or -type l \) -name "scala-library*.jar" -delete -%: - dh $@ --with javahelper --with jh_maven_repo_helper - get-orig-source: uscan --download-current-version --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

