Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Generate Java 8 compatible bytecode
· 9fbd92e7
Emmanuel Bourg
authored
Sep 05, 2018
9fbd92e7
Standards-Version updated to 4.2.1
· 08d9f8fb
Emmanuel Bourg
authored
Sep 05, 2018
08d9f8fb
Wrap and sort
· c4b363fb
Emmanuel Bourg
authored
Sep 05, 2018
c4b363fb
Replaced Damien Raude-Morvan as the uploader
· 02c3e26c
Emmanuel Bourg
authored
Sep 05, 2018
02c3e26c
Upload to unstable
· 8d53d5f7
Emmanuel Bourg
authored
Sep 05, 2018
8d53d5f7
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
8d53d5f7
maven-bundle-plugin (3.5.1-2) unstable; urgency=medium
* Team upload.
* Generate Java 8 compatible bytecode
* Standards-Version updated to 4.2.1
* Replaced Damien Raude-Morvan as the uploader
-- Emmanuel Bourg <ebourg@apache.org> Wed, 05 Sep 2018 11:48:32 +0200
maven-bundle-plugin (3.5.1-1) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
8d53d5f7
...
...
@@ -2,9 +2,11 @@ Source: maven-bundle-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: debhelper (>= 11), default-jdk-headless, maven-debian-helper (>= 2.0~)
Build-Depends-Indep: bnd (>= 3.5.0),
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
bnd (>= 3.5.0),
debhelper (>= 11),
default-jdk-headless,
junit4,
libfelix-bundlerepository-java,
libfelix-osgi-obr-java,
...
...
@@ -20,15 +22,20 @@ Build-Depends-Indep: bnd (>= 3.5.0),
libosgi-core-java,
libplexus-archiver-java,
libplexus-container-default1.5-java,
libplexus-utils2-java
Standards-Version: 4.1.5
libplexus-utils2-java,
maven-debian-helper (>= 2.0~)
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/maven-bundle-plugin.git
Vcs-Browser: https://salsa.debian.org/java-team/maven-bundle-plugin
Homepage: http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html
Package: libmaven-bundle-plugin-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}, libmaven-deploy-plugin-java, libmaven-install-plugin-java
Depends:
libmaven-deploy-plugin-java,
libmaven-install-plugin-java,
${maven:Depends},
${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Maven plugin to handle artifact OSGi metadata
Maven is a software project management and comprehension tool.
...
...
debian/maven.properties
View file @
8d53d5f7
# Include here properties to pass to Maven during the build.
maven.test.skip
=
true
maven.compiler.release
=
8