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

ebourg-guest pushed a commit to branch master
in repository async-http-client.

commit 8161dbb9d5d93d67bd82166e1e022659d9f40975
Author: Emmanuel Bourg <ebo...@apache.org>
Date:   Mon Nov 20 16:04:49 2017 +0100

    Build with the DH sequencer instead of CDBS
---
 debian/changelog |  1 +
 debian/clean     |  1 +
 debian/control   |  2 +-
 debian/rules     | 11 +++--------
 4 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 997c2fc..a48abb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 async-http-client (1.6.5-5) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Build with the DH sequencer instead of CDBS
   * Removed the unused build dependency on libanimal-sniffer-java
   * Standards-Version updated to 4.1.1
   * Switch to debhelper level 10
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..1fb79ce
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+META-INF/MANIFEST.MF
diff --git a/debian/control b/debian/control
index d7a6a8a..b637ce1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Damien Raude-Morvan <draz...@debian.org>
-Build-Depends: cdbs, debhelper (>= 10), default-jdk, maven-debian-helper (>= 
1.4)
+Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.2)
 Build-Depends-Indep: default-jdk-doc,
                      libcommons-logging-java-doc,
                      libmaven-bundle-plugin-java,
diff --git a/debian/rules b/debian/rules
index 9d66ddf..5a6351f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,7 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
-
-JAVA_HOME := /usr/lib/jvm/default-java
+%:
+       dh $@
 
 get-orig-source:
-       uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download 
--rename
-
-clean::
-       rm -Rf META-INF/MANIFEST.MF
+       uscan --download-current-version --force-download --rename

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

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to