Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Declare Breaks and Replaces relation
· da23a937
Markus Koschany
authored
Jun 08, 2018
da23a937
Remove Komma
· 6e73f2b7
Markus Koschany
authored
Jun 08, 2018
6e73f2b7
Update changelog
· bfafa94f
Markus Koschany
authored
Jun 08, 2018
bfafa94f
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
bfafa94f
openjpa (2.4.2-5) unstable; urgency=medium
* Team upload.
* Declare Breaks and Replaces relation. (Closes: #901045)
-- Markus Koschany <apo@debian.org> Fri, 08 Jun 2018 15:30:30 +0200
openjpa (2.4.2-4) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
bfafa94f
...
...
@@ -46,6 +46,10 @@ Homepage: http://openjpa.apache.org
Package: libopenjpa-java
Architecture: all
Breaks:
libopenjpa-java-doc (<< 2.4.2-4)
Replaces:
libopenjpa-java-doc (<< 2.4.2-4)
Depends: libcommons-collections3-java,
libcommons-dbcp-java,
libcommons-jci-rhino-java,
...
...
@@ -63,7 +67,7 @@ Depends: libcommons-collections3-java,
libserp-java,
libxbean-java,
${misc:Depends}
Suggests: aspectj
,
Suggests: aspectj
Description: Java Persistence 2.0 API (JPA) implementation library
OpenJPA is Apache's implementation of Sun's Java Persistence 2.0 API (JSR-317
JPA 2.0) specification for the transparent persistence of Java objects.
...
...