[Git][java-team/geronimo-commonj-spec][master] 6 commits: Use salsa.debian.org Vcs-* URLs
Emmanuel Bourg
gitlab at salsa.debian.org
Tue May 26 01:02:59 BST 2020
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / geronimo-commonj-spec
Commits:
c853eb54 by Emmanuel Bourg at 2020-05-26T01:43:39+02:00
Use salsa.debian.org Vcs-* URLs
- - - - -
45c8d1db by Emmanuel Bourg at 2020-05-26T01:44:03+02:00
Standards-Version updated to 4.5.0
- - - - -
516080c9 by Emmanuel Bourg at 2020-05-26T01:49:24+02:00
Switch to debhelper level 12
- - - - -
dcd5d4c1 by Emmanuel Bourg at 2020-05-26T01:59:11+02:00
Build with maven-debian-helper instead of javahelper
- - - - -
dcf46a89 by Emmanuel Bourg at 2020-05-26T02:00:13+02:00
Wrap and sort
- - - - -
fbab5c1e by Emmanuel Bourg at 2020-05-26T02:01:55+02:00
Upload to unstable
- - - - -
7 changed files:
- debian/changelog
- − debian/compat
- debian/control
- − debian/javadoc
- + debian/libgeronimo-commonj-spec-java.poms
- + debian/maven.properties
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,14 +1,19 @@
-geronimo-commonj-spec (1.1.1-4) UNRELEASED; urgency=medium
+geronimo-commonj-spec (1.1.1-4) unstable; urgency=medium
* Team upload.
+
+ [ Miguel Landaeta ]
* Remove myself from the uploaders list. (Closes: #871851)
- * Bump DH compat level to 10.
- * Bump Standards-Version to 4.0.0. No changes were required.
* Update copyright info.
* Simplify d/rules.
- * Use HTTPS URLs in Vcs-* fields.
- -- Miguel Landaeta <nomadium at debian.org> Sat, 05 Aug 2017 18:50:39 +0100
+ [ Emmanuel Bourg ]
+ * Use salsa.debian.org Vcs-* URLs
+ * Standards-Version updated to 4.5.0
+ * Switch to debhelper level 12 (Closes: #952340)
+ * Build with maven-debian-helper instead of javahelper
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 26 May 2020 02:01:47 +0200
geronimo-commonj-spec (1.1.1-3) unstable; urgency=medium
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -1,14 +1,14 @@
Source: geronimo-commonj-spec
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Section: java
Priority: optional
-Build-Depends: debhelper (>= 10~),
- default-jdk,
- javahelper,
- maven-repo-helper
-Standards-Version: 4.0.0
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/geronimo-commonj-spec.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/geronimo-commonj-spec.git
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Build-Depends:
+ debhelper-compat (= 12),
+ default-jdk,
+ maven-debian-helper
+Standards-Version: 4.5.0
+Vcs-Git: https://salsa.debian.org/java-team/geronimo-commonj-spec.git
+Vcs-Browser: https://salsa.debian.org/java-team/geronimo-commonj-spec
Package: libgeronimo-commonj-spec-java
Architecture: all
=====================================
debian/javadoc deleted
=====================================
@@ -1 +0,0 @@
-internal /usr/share/doc/libgeronimo-commonj-spec-java/api
=====================================
debian/libgeronimo-commonj-spec-java.poms
=====================================
@@ -0,0 +1 @@
+pom.xml --no-parent --java-lib
=====================================
debian/maven.properties
=====================================
@@ -0,0 +1 @@
+geronimoSpecsCommonjVersion=1.1.1
=====================================
debian/rules
=====================================
@@ -1,25 +1,7 @@
#!/usr/bin/make -f
-include /usr/share/dpkg/default.mk
-
-export JAVA_HOME=/usr/lib/jvm/default-java
%:
- dh $@ --with javahelper
-
-override_jh_installlibs:
- mh_installpom -plibgeronimo-commonj-spec-java --no-parent \
- --set-version=$(DEB_VERSION_UPSTREAM) pom.xml
- mh_installjar -plibgeronimo-commonj-spec-java \
- --set-version=$(DEB_VERSION_UPSTREAM) \
- --java-lib pom.xml geronimo-commonj-spec.jar
-
-override_dh_clean:
- dh_clean
- jh_clean
- mh_clean
-
-override_jh_build:
- jh_build geronimo-commonj-spec.jar src/main
+ dh $@
get-orig-source:
# uscan was not used because upstream doesn't provide an
View it on GitLab: https://salsa.debian.org/java-team/geronimo-commonj-spec/-/compare/a4dc1bd9807103c9983261889299aecca099c58c...fbab5c1ef4a91580497477d83fc98a861c02a958
--
View it on GitLab: https://salsa.debian.org/java-team/geronimo-commonj-spec/-/compare/a4dc1bd9807103c9983261889299aecca099c58c...fbab5c1ef4a91580497477d83fc98a861c02a958
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20200526/f5fac5e6/attachment.html>
More information about the pkg-java-commits
mailing list