Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Standards-Version updated to 4.2.1
· 42e496bc
Emmanuel Bourg
authored
Dec 03, 2018
42e496bc
Switch to debhelper level 11
· 609eb967
Emmanuel Bourg
authored
Dec 03, 2018
609eb967
Use salsa.debian.org Vcs-* URLs
· 5c931b85
Emmanuel Bourg
authored
Dec 03, 2018
5c931b85
Depend on libgeronimo-annotation-1.3-spec-java instead of libtomcat8-java
· 722c5ca1
Emmanuel Bourg
authored
Dec 03, 2018
722c5ca1
Upload to unstable
· e3157bc1
Emmanuel Bourg
authored
Dec 03, 2018
e3157bc1
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
e3157bc1
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@apache.org> Mon, 03 Dec 2018 16:43:38 +0100
sisu-inject (0.3.2-2) unstable; urgency=medium
* Team upload.
...
...
debian/compat
View file @
e3157bc1
9
11
debian/control
View file @
e3157bc1
...
...
@@ -3,7 +3,7 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@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,
lib
tomcat8
-java,
lib
geronimo-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
View file @
e3157bc1
...
...
@@ -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
-annotation
s-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
View file @
e3157bc1
#!/usr/bin/make -f
%:
dh $@ --buildsystem=maven
get-orig-source:
uscan --download-current-version --force-download --rename
dh $@