Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Fixed the missing dependencies on the binary package
· fa0bb71a
Emmanuel Bourg
authored
Oct 05, 2018
fa0bb71a
Standards-Version updated to 4.2.1
· 86932ca4
Emmanuel Bourg
authored
Oct 05, 2018
86932ca4
Upload to unstable
· 2a801469
Emmanuel Bourg
authored
Oct 05, 2018
2a801469
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2a801469
libquartz2-java (2.3.0-2) unstable; urgency=medium
* Team upload.
* Fixed the missing dependencies on the binary package
* Standards-Version updated to 4.2.1
-- Emmanuel Bourg <ebourg@apache.org> Fri, 05 Oct 2018 13:47:32 +0200
libquartz2-java (2.3.0-1) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
2a801469
...
...
@@ -28,7 +28,7 @@ Build-Depends:
libmaven-shade-plugin-java,
libservlet3.1-java,
maven-debian-helper (>= 1.4)
Standards-Version: 4.
1.5
Standards-Version: 4.
2.1
Vcs-Git: https://salsa.debian.org/java-team/libquartz2-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libquartz2-java
Homepage: http://quartz-scheduler.org
...
...
debian/rules
View file @
2a801469
...
...
@@ -4,5 +4,10 @@
dh $@ --with javahelper
override_dh_auto_install:
dh_auto_install
# Install only the all in one jar
rm -Rf debian/libquartz2-java/usr/share/java/
rm -Rf debian/libquartz2-java/usr/share/maven-repo/
mh_installpom -plibquartz2-java --no-parent -e2.3.0 quartz/target/dependency-reduced-pom.xml
mh_installjar -plibquartz2-java --java-lib -e2.3.0 --usj-name=quartz2 quartz/target/dependency-reduced-pom.xml quartz/target/quartz-2.3.0-SNAPSHOT.jar