Emmanuel Bourg pushed to branch master at Debian Java Maintainers / geronimo-jcache-1.0-spec
Commits: 84f5e795 by Emmanuel Bourg at 2020-07-02T12:10:59+02:00 Standards-Version updated to 4.5.0 - - - - - eba01810 by Emmanuel Bourg at 2020-07-02T12:11:05+02:00 Switch to debhelper level 13 - - - - - d214c7e5 by Emmanuel Bourg at 2020-07-02T12:11:28+02:00 Use salsa.debian.org Vcs-* URLs - - - - - 399e755e by Emmanuel Bourg at 2020-07-02T12:12:01+02:00 Wrap and sort - - - - - 5e739f8f by Emmanuel Bourg at 2020-07-02T12:12:03+02:00 Build with the DH sequencer instead of CDBS - - - - - 31637834 by Emmanuel Bourg at 2020-07-02T12:13:29+02:00 Use a secure watch URL - - - - - 6ba132a8 by Emmanuel Bourg at 2020-07-02T12:13:42+02:00 Upload to unstable - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +geronimo-jcache-1.0-spec (1.0~alpha-1-2) unstable; urgency=medium + + * Build with the DH sequencer instead of CDBS + * Standards-Version updated to 4.4.0 + * Switch to debhelper level 13 + * Use salsa.debian.org Vcs-* URLs + * Use a secure watch URL + + -- Emmanuel Bourg <[email protected]> Thu, 02 Jul 2020 12:13:34 +0200 + geronimo-jcache-1.0-spec (1.0~alpha-1-1) unstable; urgency=medium * Initial release (Closes: #792690) ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -9 ===================================== debian/control ===================================== @@ -3,15 +3,15 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: cdbs, - debhelper (>= 9), - default-jdk, - libcdi-api-java, - libmaven-bundle-plugin-java, - maven-debian-helper (>= 1.5) -Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/pkg-java/geronimo-jcache-1.0-spec.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/geronimo-jcache-1.0-spec.git +Build-Depends: + debhelper-compat (= 13), + default-jdk, + libcdi-api-java, + libmaven-bundle-plugin-java, + maven-debian-helper (>= 1.5) +Standards-Version: 4.5.0 +Vcs-Git: https://salsa.debian.org/java-team/geronimo-jcache-1.0-spec.git +Vcs-Browser: https://salsa.debian.org/java-team/geronimo-jcache-1.0-spec Homepage: http://geronimo.apache.org Package: libgeronimo-jcache-1.0-spec-java ===================================== debian/rules ===================================== @@ -1,9 +1,4 @@ #!/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 - -get-orig-source: - uscan --download-current-version --force-download --no-symlink +%: + dh $@ ===================================== debian/watch ===================================== @@ -1,4 +1,4 @@ -version=3 +version=4 opts="uversionmangle=s/-(alpha|beta|rc)(-)?/~$1$2/" \ - http://svn.apache.org/repos/asf/geronimo/specs/tags/ \ + https://svn.apache.org/repos/asf/geronimo/specs/tags/ \ geronimo-jcache_1.0_spec-(\d.*)/ debian debian/orig-tar.sh View it on GitLab: https://salsa.debian.org/java-team/geronimo-jcache-1.0-spec/-/compare/90b4fd0018e5f7ab8d1f3315baf2f8444fc86fb9...6ba132a85698d2da8b9178b83e0e6dbf14585717 -- View it on GitLab: https://salsa.debian.org/java-team/geronimo-jcache-1.0-spec/-/compare/90b4fd0018e5f7ab8d1f3315baf2f8444fc86fb9...6ba132a85698d2da8b9178b83e0e6dbf14585717 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

