Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Use a real pom for the 3.0 artifacts to improve the compatibility with Gradle and Ivy
· 8f02b7c1
Emmanuel Bourg
authored
Dec 27, 2018
8f02b7c1
libel-api-java also Breaks/Replaces libservlet2.5-java (Closes: #917273)
· 0b2165d1
Emmanuel Bourg
authored
Dec 27, 2018
0b2165d1
Standards-Version updated to 4.3.0
· a16d0419
Emmanuel Bourg
authored
Dec 27, 2018
a16d0419
Upload to unstable
· 27177e91
Emmanuel Bourg
authored
Dec 27, 2018
27177e91
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
27177e91
el-api (3.0.0-2) unstable; urgency=medium
* Use a real pom for the 3.0 artifacts to improve the compatibility
with Gradle and Ivy
* libel-api-java also Breaks/Replaces libservlet2.5-java (Closes: #917273)
* Standards-Version updated to 4.3.0
-- Emmanuel Bourg <ebourg@apache.org> Thu, 27 Dec 2018 23:17:57 +0100
el-api (3.0.0-1) unstable; urgency=medium
* Initial release (Closes: #916343)
...
...
debian/control
View file @
27177e91
...
...
@@ -8,7 +8,7 @@ Build-Depends:
default-jdk,
libmaven-bundle-plugin-java (>= 3.5.1),
maven-debian-helper (>= 2.1)
Standards-Version: 4.
2.1
Standards-Version: 4.
3.0
Vcs-Git: https://salsa.debian.org/java-team/el-api.git
Vcs-Browser: https://salsa.debian.org/java-team/el-api
Homepage: https://github.com/javaee/el-spec/
...
...
@@ -17,8 +17,8 @@ Package: libel-api-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Breaks: libservlet3.1-java (<< 8.5.35-3~)
Replaces: libservlet3.1-java (<< 8.5.35-3~)
Breaks: libservlet3.1-java (<< 8.5.35-3~)
, libservlet2.5-java
Replaces: libservlet3.1-java (<< 8.5.35-3~)
, libservlet2.5-java
Description: Expression Language API
EL is a simple language designed to meet the needs of the presentation
layer in Java web applications.
...
...
debian/libel-api-java.poms
View file @
27177e91
...
...
@@ -25,4 +25,4 @@
# --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
# Empty by default. [mh_install]
#
pom.xml --no-parent --has-package-version --usj-name=el-api --relocate=javax.el:
javax.el-api:3.0,javax.el:
el-api
pom.xml --no-parent --has-package-version --usj-name=el-api --relocate=javax.el:el-api
debian/maven.rules.compat
0 → 100644
View file @
27177e91
javax.el javax.el-api jar s/.*/3.0/
debian/rules
View file @
27177e91
#!/usr/bin/make -f
%:
dh $@
\ No newline at end of file
dh $@
override_dh_auto_install:
# Install the old javax.el:javax.el-api:3.0 artifacts
mh_installpom -plibel-api-java --no-parent --set-version=3.0 --rules=debian/maven.rules.compat pom.xml
rm -Rf debian/libel-api-java/usr/share/maven-repo/javax/el/javax.el-api/debian/
dh_link -plibel-api-java /usr/share/java/el-api.jar usr/share/maven-repo/javax/el/javax.el-api/3.0/javax.el-api-3.0.jar
dh_auto_install