Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Exclude the .dll and .jnilib files from the upstream tarball
· 98dfa8ee
Emmanuel Bourg
authored
Aug 16, 2018
98dfa8ee
Standards-Version updated to 4.2.0
· b64f8606
Emmanuel Bourg
authored
Aug 16, 2018
b64f8606
Upload to unstable
· e0b65cff
Emmanuel Bourg
authored
Aug 16, 2018
e0b65cff
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
e0b65cff
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 <ebourg@apache.org> Thu, 1
2 Jul
2018
14:15:32
+0200
-- Emmanuel Bourg <ebourg@apache.org> Thu, 1
6 Aug
2018
01:41:23
+0200
equinox-bundles (4.7.3-1) unstable; urgency=medium
...
...
debian/control
View file @
e0b65cff
...
...
@@ -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
View file @
e0b65cff
...
...
@@ -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
...
...