Emmanuel Bourg pushed to branch master at Debian Java Maintainers / equinox-bundles
Commits: 98dfa8ee by Emmanuel Bourg at 2018-08-15T23:35:20Z Exclude the .dll and .jnilib files from the upstream tarball - - - - - b64f8606 by Emmanuel Bourg at 2018-08-15T23:35:38Z Standards-Version updated to 4.2.0 - - - - - e0b65cff by Emmanuel Bourg at 2018-08-15T23:41:38Z Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/copyright Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -equinox-bundles (4.7.3-2) UNRELEASED; urgency=medium +equinox-bundles (4.7.3-2) unstable; urgency=medium * Enabled most of the remaining bundles + * Exclude the .dll and .jnilib files from the upstream tarball + * Standards-Version updated to 4.2.0 - -- Emmanuel Bourg <[email protected]> Thu, 12 Jul 2018 14:15:32 +0200 + -- Emmanuel Bourg <[email protected]> Thu, 16 Aug 2018 01:41:23 +0200 equinox-bundles (4.7.3-1) unstable; urgency=medium ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: libservlet3.1-java, libtomcat8-java, eclipse-debian-helper -Standards-Version: 4.1.5 +Standards-Version: 4.2.0 Vcs-Git: https://salsa.debian.org/java-team/equinox-bundles.git Vcs-Browser: https://salsa.debian.org/java-team/equinox-bundles Homepage: http://www.eclipse.org/equinox/bundles/ ===================================== debian/copyright ===================================== --- a/debian/copyright +++ b/debian/copyright @@ -3,6 +3,8 @@ Upstream-Name: Eclipse Equinox Bundles Source: https://github.com/eclipse/rt.equinox.bundles Files-Excluded: *.jar *.so + *.jnilib + *.dll Files: * Copyright: 1997-2015, ProSyst Software GmbH View it on GitLab: https://salsa.debian.org/java-team/equinox-bundles/compare/a827b16a49fad6804cebdec50fa1441d53e88f77...e0b65cff48dbcf9d6b2381f42ae9a3ddb422d862 -- View it on GitLab: https://salsa.debian.org/java-team/equinox-bundles/compare/a827b16a49fad6804cebdec50fa1441d53e88f77...e0b65cff48dbcf9d6b2381f42ae9a3ddb422d862 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

