[Git][java-team/sisu-inject][master] 5 commits: Standards-Version updated to 4.2.1
Emmanuel Bourg
gitlab at salsa.debian.org
Mon Dec 3 15:48:51 GMT 2018
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / sisu-inject
Commits:
42e496bc by Emmanuel Bourg at 2018-12-03T14:48:44Z
Standards-Version updated to 4.2.1
- - - - -
609eb967 by Emmanuel Bourg at 2018-12-03T14:48:50Z
Switch to debhelper level 11
- - - - -
5c931b85 by Emmanuel Bourg at 2018-12-03T14:49:01Z
Use salsa.debian.org Vcs-* URLs
- - - - -
722c5ca1 by Emmanuel Bourg at 2018-12-03T15:43:27Z
Depend on libgeronimo-annotation-1.3-spec-java instead of libtomcat8-java
- - - - -
e3157bc1 by Emmanuel Bourg at 2018-12-03T15:43:43Z
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/maven.rules
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+sisu-inject (0.3.2-3) unstable; urgency=medium
+
+ * Depend on libgeronimo-annotation-1.3-spec-java instead of libtomcat8-java
+ * Standards-Version updated to 4.2.1
+ * Switch to debhelper level 11
+ * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 03 Dec 2018 16:43:38 +0100
+
sisu-inject (0.3.2-2) unstable; urgency=medium
* Team upload.
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+11
=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 11),
default-jdk,
junit4,
libbuild-helper-maven-plugin-java,
@@ -13,12 +13,12 @@ Build-Depends: debhelper (>= 9),
libosgi-core-java (>= 6.0),
libservlet3.1-java,
libslf4j-java,
- libtomcat8-java,
+ libgeronimo-annotation-1.3-spec-java,
maven-debian-helper (>= 1.5),
testng
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/sisu-inject.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/sisu-inject.git
+Standards-Version: 4.2.1
+Vcs-Git: https://salsa.debian.org/java-team/sisu-inject.git
+Vcs-Browser: https://salsa.debian.org/java-team/sisu-inject
Homepage: http://www.eclipse.org/sisu/
Package: libsisu-inject-java
=====================================
debian/maven.rules
=====================================
@@ -6,7 +6,6 @@ org.eclipse.sisu org.eclipse.sisu.inject.extender eclipse-plugin s/.*/debian/ *
org.eclipse.sisu org.eclipse.sisu.inject.tests jar s/.*/debian/ * *
org.eclipse.sisu sisu-inject pom s/.*/debian/ * *
org.testng testng jar s/6\..*/6.x/ * *
-s/javax.annotation/org.apache.tomcat/ s/javax.annotation-api/tomcat-annotations-api/ * s/.*/8.x/ * *
+s/javax.annotation/org.apache.geronimo.specs/ s/javax.annotation-api/geronimo-annotation_1.3_spec/ jar s/.*/debian/ * *
s/org.apache.felix/org.osgi/ org.osgi.core * * * *
-org.apache.tomcat tomcat-annotations-api * s/.*/8.x/ * *
org.testng testng * s/.*/6.x/ * *
=====================================
debian/rules
=====================================
@@ -1,7 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@ --buildsystem=maven
-
-get-orig-source:
- uscan --download-current-version --force-download --rename
+ dh $@
View it on GitLab: https://salsa.debian.org/java-team/sisu-inject/compare/0079362fd0cdcd07bb953ac530396101c7c86011...e3157bc14d5670c40520f1e9286477a012e5a34e
--
View it on GitLab: https://salsa.debian.org/java-team/sisu-inject/compare/0079362fd0cdcd07bb953ac530396101c7c86011...e3157bc14d5670c40520f1e9286477a012e5a34e
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/20181203/2e553242/attachment.html>
More information about the pkg-java-commits
mailing list