diff -Nru robust-http-client-1.2/debian/changelog robust-http-client-1.2/debian/changelog --- robust-http-client-1.2/debian/changelog 2015-08-31 15:56:41.000000000 +0000 +++ robust-http-client-1.2/debian/changelog 2017-09-14 06:53:39.000000000 +0000 @@ -1,3 +1,13 @@ +robust-http-client (1.2-4) unstable; urgency=medium + + * Team upload. + * Build with the DH sequencer instead of CDBS + * Added the missing build dependency on junit + * Standards-Version updated to 4.1.0 + * Switch to debhelper level 10 + + -- Emmanuel Bourg Thu, 14 Sep 2017 08:53:39 +0200 + robust-http-client (1.2-3) unstable; urgency=medium * Team upload. diff -Nru robust-http-client-1.2/debian/compat robust-http-client-1.2/debian/compat --- robust-http-client-1.2/debian/compat 2015-08-31 15:26:09.000000000 +0000 +++ robust-http-client-1.2/debian/compat 2017-09-14 06:50:12.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru robust-http-client-1.2/debian/control robust-http-client-1.2/debian/control --- robust-http-client-1.2/debian/control 2015-08-31 15:34:59.000000000 +0000 +++ robust-http-client-1.2/debian/control 2017-09-14 06:51:52.000000000 +0000 @@ -3,9 +3,14 @@ Priority: optional Maintainer: Debian Java Maintainers Uploaders: James Page -Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper -Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java -Standards-Version: 3.9.6 +Build-Depends: + debhelper (>= 10), + default-jdk, + default-jdk-doc, + junit, + libmaven-javadoc-plugin-java, + maven-debian-helper (>= 2.2) +Standards-Version: 4.1.0 Vcs-Git: git://anonscm.debian.org/pkg-java/robust-http-client.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/robust-http-client.git Homepage: http://java.net/projects/robust-http-client diff -Nru robust-http-client-1.2/debian/copyright robust-http-client-1.2/debian/copyright --- robust-http-client-1.2/debian/copyright 2015-08-31 15:10:44.000000000 +0000 +++ robust-http-client-1.2/debian/copyright 2017-09-14 06:53:39.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: Robust HTTP client library Source: http://java.net/projects/robust-http-client diff -Nru robust-http-client-1.2/debian/librobust-http-client-java-doc.install robust-http-client-1.2/debian/librobust-http-client-java-doc.install --- robust-http-client-1.2/debian/librobust-http-client-java-doc.install 2015-08-31 15:10:44.000000000 +0000 +++ robust-http-client-1.2/debian/librobust-http-client-java-doc.install 2017-09-14 06:50:27.000000000 +0000 @@ -1,2 +1 @@ - target/apidocs/* usr/share/doc/librobust-http-client-java/api diff -Nru robust-http-client-1.2/debian/maven.cleanIgnoreRules robust-http-client-1.2/debian/maven.cleanIgnoreRules --- robust-http-client-1.2/debian/maven.cleanIgnoreRules 2015-08-31 15:38:38.000000000 +0000 +++ robust-http-client-1.2/debian/maven.cleanIgnoreRules 1970-01-01 00:00:00.000000000 +0000 @@ -1,20 +0,0 @@ -# Maven ignore rules - ignore some Maven dependencies and plugins -# Format of this file is: -# [group] [artifact] [type] [version] [classifier] [scope] -# where each element can be either -# - the exact string, for example org.apache for the group, or 3.1 -# for the version. In this case, the element is simply matched -# and left as it is -# - * (the star character, alone). In this case, anything will -# match and be left as it is. For example, using * on the -# position of the artifact field will match any artifact id -# All elements much match before a rule can be applied -# Example rule: match jar with groupid= junit, artifactid= junit -# and version starting with 3., this dependency is then removed -# from the POM -# junit junit jar s/3\\..*/3.x/ - -org.apache.maven.plugins maven-idea-plugin * * * * -org.jvnet.wagon-svn wagon-svn * * * * -org.kathrynhuxtable.maven.wagon wagon-gitsite * * * * -org.apache.maven.scm maven-scm-provider-gitexe * * * * diff -Nru robust-http-client-1.2/debian/maven.publishedRules robust-http-client-1.2/debian/maven.publishedRules --- robust-http-client-1.2/debian/maven.publishedRules 2015-08-31 15:39:00.000000000 +0000 +++ robust-http-client-1.2/debian/maven.publishedRules 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -# Maven published rules - additional rules to publish, to help -# the packaging work of Debian maintainers using mh_make -# Format of this file is: -# [group] [artifact] [type] [version] [classifier] [scope] -# where each element can be either -# - the exact string, for example org.apache for the group, or 3.1 -# for the version. In this case, the element is simply matched -# and left as it is -# - * (the star character, alone). In this case, anything will -# match and be left as it is. For example, using * on the -# position of the artifact field will match any artifact id -# - a regular expression of the form s/match/replace/ -# in this case, elements that match are transformed using -# the regex rule. -# All elements much match before a rule can be applied -# Example rule: match jar with groupid= junit, artifactid= junit -# and version starting with 3., replacing the version with 3.x -# junit junit jar s/3\\..*/3.x/ - diff -Nru robust-http-client-1.2/debian/rules robust-http-client-1.2/debian/rules --- robust-http-client-1.2/debian/rules 2015-08-31 15:10:44.000000000 +0000 +++ robust-http-client-1.2/debian/rules 2017-09-14 06:51:41.000000000 +0000 @@ -1,9 +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 + uscan --download-current-version --force-download --rename