Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Handle the conflict between libeclipse-osgi-java and libequinox-osgi-java (Closes: #907863)
· 3668d826
Emmanuel Bourg
authored
Sep 05, 2018
3668d826
Standards-Version updated to 4.2.1
· ca208446
Emmanuel Bourg
authored
Sep 05, 2018
ca208446
Upload to unstable
· bd2d8265
Emmanuel Bourg
authored
Sep 05, 2018
bd2d8265
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
bd2d8265
equinox-framework (4.7.3-2) unstable; urgency=medium
* Handle the conflict between libeclipse-osgi-java and libequinox-osgi-java
(Closes: #907863)
* Standards-Version updated to 4.2.1
-- Emmanuel Bourg <ebourg@apache.org> Wed, 05 Sep 2018 15:23:04 +0200
equinox-framework (4.7.3-1) unstable; urgency=medium
* Initial release (Closes: #903617)
...
...
debian/control
View file @
bd2d8265
...
...
@@ -9,7 +9,7 @@ Build-Depends:
libosgi-annotation-java,
libservlet3.1-java,
eclipse-debian-helper
Standards-Version: 4.
1.5
Standards-Version: 4.
2.1
Vcs-Git: https://salsa.debian.org/java-team/equinox-framework.git
Vcs-Browser: https://salsa.debian.org/java-team/equinox-framework
Homepage: http://www.eclipse.org/equinox/framework/
...
...
@@ -17,6 +17,8 @@ Homepage: http://www.eclipse.org/equinox/framework/
Package: libeclipse-osgi-java
Architecture: all
Depends: ${misc:Depends}, ${bundle:Depends}, libosgi-annotation-java
Breaks: libequinox-osgi-java
Replaces: libequinox-osgi-java
Description: Eclipse OSGi System Bundle
The Equinox Framework component is tasked with being a full implementation
to the OSGi Core Framework R4 specification. In addition, the Framework
...
...