[Git][java-team/plexus-build-api][master] 7 commits: Wrap and sort
Emmanuel Bourg
gitlab at salsa.debian.org
Fri Nov 23 00:06:05 GMT 2018
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / plexus-build-api
Commits:
c415589b by Emmanuel Bourg at 2018-11-22T23:46:30Z
Wrap and sort
- - - - -
7e95801d by Emmanuel Bourg at 2018-11-22T23:46:52Z
Standards-Version updated to 4.2.1
- - - - -
6b68a8d3 by Emmanuel Bourg at 2018-11-22T23:46:56Z
Switch to debhelper level 11
- - - - -
4d83b12d by Emmanuel Bourg at 2018-11-22T23:47:00Z
Use salsa.debian.org Vcs-* URLs
- - - - -
e00b136d by Emmanuel Bourg at 2018-11-23T00:02:50Z
Build depend on libplexus-component-metadata-java instead of libplexus-maven-plugin-java
- - - - -
92d2c885 by Emmanuel Bourg at 2018-11-23T00:04:23Z
Removed the libplexus-build-api-java-doc package
- - - - -
a79da5e4 by Emmanuel Bourg at 2018-11-23T00:04:34Z
Upload to unstable
- - - - -
9 changed files:
- debian/changelog
- debian/compat
- debian/control
- − debian/libplexus-build-api-java-doc.doc-base.api
- − debian/libplexus-build-api-java-doc.install
- debian/maven.ignoreRules
- + debian/patches/0001-plexus-component-metadata.patch
- + debian/patches/series
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+plexus-build-api (0.0.7-3) unstable; urgency=medium
+
+ * Team upload.
+ * Build depend on libplexus-component-metadata-java
+ instead of libplexus-maven-plugin-java
+ * Removed the libplexus-build-api-java-doc package
+ * Standards-Version updated to 4.2.1
+ * Switch to debhelper level 11
+ * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 23 Nov 2018 01:04:29 +0100
+
plexus-build-api (0.0.7-2) unstable; urgency=medium
* Team upload.
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-10
+11
=====================================
debian/control
=====================================
@@ -3,23 +3,21 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
-Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.2)
-Build-Depends-Indep: default-jdk-doc,
- libmaven-javadoc-plugin-java,
- libplexus-container-default1.5-java,
- libplexus-maven-plugin-java,
- libplexus-utils-java,
- libplexus-utils-java-doc
-Standards-Version: 4.1.0
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/plexus-build-api.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/plexus-build-api.git
+Build-Depends:
+ debhelper (>= 11),
+ default-jdk,
+ libplexus-component-metadata-java,
+ libplexus-utils-java,
+ maven-debian-helper (>= 2.2)
+Standards-Version: 4.2.1
+Vcs-Git: https://salsa.debian.org/java-team/plexus-build-api.git
+Vcs-Browser: https://salsa.debian.org/java-team/plexus-build-api
Homepage: https://github.com/sonatype/sisu-build-api
Package: libplexus-build-api-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
-Suggests: libplexus-build-api-java-doc
Description: Incremental build API for Plexus components
The Plexus project provides a full software stack for creating and
executing software projects. Based on the Plexus container, the applications
@@ -27,17 +25,3 @@ Description: Incremental build API for Plexus components
components that can easily be assembled and reused.
.
This package provides an incremental build API for Plexus components.
-
-Package: libplexus-build-api-java-doc
-Architecture: all
-Section: doc
-Depends: ${maven:DocDepends}, ${misc:Depends}
-Recommends: ${maven:DocOptionalDepends}
-Suggests: libplexus-build-api-java
-Description: Documentation for Incremental build API for Plexus components
- The Plexus project provides a full software stack for creating and
- executing software projects. Based on the Plexus container, the applications
- can utilise component-oriented programming to build modular, reusable
- components that can easily be assembled and reused.
- .
- This package contains the API documentation of libplexus-build-api-java.
=====================================
debian/libplexus-build-api-java-doc.doc-base.api deleted
=====================================
@@ -1,10 +0,0 @@
-Document: libplexus-build-api-java
-Title: API Javadoc for Unnamed - org.sonatype.plexus:plexus-build-api:jar:0.0.4
-Author: Unnamed - org.sonatype.plexus:plexus-build-api:jar:0.0.4 developers
-Abstract: This is the API Javadoc provided for the
- libplexus-build-api-java library.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libplexus-build-api-java/api/index.html
-Files: /usr/share/doc/libplexus-build-api-java/api/*
=====================================
debian/libplexus-build-api-java-doc.install deleted
=====================================
@@ -1,2 +0,0 @@
-target/apidocs/* usr/share/doc/libplexus-build-api-java/api
-
=====================================
debian/maven.ignoreRules
=====================================
@@ -14,3 +14,4 @@
# from the POM
# junit junit jar s/3\\..*/3.x/
+org.codehaus.plexus plexus-maven-plugin
=====================================
debian/patches/0001-plexus-component-metadata.patch
=====================================
@@ -0,0 +1,23 @@
+Description: Generate the component descriptor with plexus-component-metadata instead of plexus-maven-plugin
+Origin: backport, https://github.com/codehaus-plexus/plexus-pom/commit/3c5f784f
+--- a/pom.xml
++++ b/pom.xml
+@@ -83,6 +83,18 @@
+ </execution>
+ </executions>
+ </plugin>
++ <plugin>
++ <groupId>org.codehaus.plexus</groupId>
++ <artifactId>plexus-component-metadata</artifactId>
++ <executions>
++ <execution>
++ <id>process-classes</id>
++ <goals>
++ <goal>generate-metadata</goal>
++ </goals>
++ </execution>
++ </executions>
++ </plugin>
+ </plugins>
+ </build>
+
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+0001-plexus-component-metadata.patch
=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
%:
dh $@
-
-get-orig-source:
- uscan --download-current-version --force-download --rename
View it on GitLab: https://salsa.debian.org/java-team/plexus-build-api/compare/b072fdac0d8dc2e2e48cd823f9431eefc5422a61...a79da5e40849c319a9ba7163d238e2ca8e2d7849
--
View it on GitLab: https://salsa.debian.org/java-team/plexus-build-api/compare/b072fdac0d8dc2e2e48cd823f9431eefc5422a61...a79da5e40849c319a9ba7163d238e2ca8e2d7849
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20181123/a5299fe6/attachment.html>
More information about the pkg-java-commits
mailing list