Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
Commits on Source
6
Standards-Version updated to 4.2.1
· e979760b
Emmanuel Bourg
authored
Nov 23, 2018
e979760b
Switch to debhelper level 11
· 1f7c3a60
Emmanuel Bourg
authored
Nov 23, 2018
1f7c3a60
Use salsa.debian.org Vcs-* URLs
· e143505a
Emmanuel Bourg
authored
Nov 23, 2018
e143505a
Removed Damien Raude-Morvan from the uploaders (Closes: #889415)
· 940c2e1f
Emmanuel Bourg
authored
Nov 23, 2018
940c2e1f
Build depend on libplexus-component-metadata-java instead of libplexus-maven-plugin-java
· a115d97b
Emmanuel Bourg
authored
Nov 23, 2018
a115d97b
Upload to unstable
· 21b35a13
Emmanuel Bourg
authored
Nov 23, 2018
21b35a13
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
21b35a13
maven-doxia-tools (1.4-4) unstable; urgency=medium
* Team upload.
* Build depend on libplexus-component-metadata-java
instead of libplexus-maven-plugin-java
* Standards-Version updated to 4.2.1
* Switch to debhelper level 11
* Use salsa.debian.org Vcs-* URLs
* Removed Damien Raude-Morvan from the uploaders (Closes: #889415)
-- Emmanuel Bourg <ebourg@apache.org> Fri, 23 Nov 2018 11:10:06 +0100
maven-doxia-tools (1.4-3) unstable; urgency=medium
* Team upload.
...
...
debian/compat
View file @
21b35a13
1
0
1
1
debian/control
View file @
21b35a13
...
...
@@ -2,11 +2,9 @@ Source: maven-doxia-tools
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Torsten Werner <twerner@debian.org>,
Damien Raude-Morvan <drazzib@debian.org>
Uploaders: Torsten Werner <twerner@debian.org>
Build-Depends:
debhelper (>= 1
0
),
debhelper (>= 1
1
),
default-jdk,
default-jdk-doc,
junit,
...
...
@@ -18,15 +16,14 @@ Build-Depends:
libmaven-plugin-testing-java,
libmaven-reporting-api-java,
libmaven3-core-java,
libplexus-co
ntainer-default1.5
-java,
libplexus-co
mponent-metadata
-java,
libplexus-i18n-java,
libplexus-maven-plugin-java,
libplexus-utils-java,
libplexus-utils-java-doc,
maven-debian-helper (>= 1.4)
Standards-Version: 4.
1.0
Vcs-Git: https://
anonscm
.debian.org/
git/pkg-java
/maven-doxia-tools.git
Vcs-Browser: https://
anonscm
.debian.org/
cgit/pkg-java
/maven-doxia-tools
.git
Standards-Version: 4.
2.1
Vcs-Git: https://
salsa
.debian.org/
java-team
/maven-doxia-tools.git
Vcs-Browser: https://
salsa
.debian.org/
java-team
/maven-doxia-tools
Homepage: http://maven.apache.org/shared/maven-doxia-tools/
Package: libmaven-doxia-tools-java
...
...
debian/maven.ignoreRules
View file @
21b35a13
...
...
@@ -15,3 +15,4 @@
# junit junit jar s/3\\..*/3.x/
org.codehaus.mojo l10n-maven-plugin * * * *
org.codehaus.plexus plexus-maven-plugin * * * *
debian/patches/0003-plexus-component-metadata.patch
0 → 100644
View file @
21b35a13
Description: Generate the component descriptor with plexus-component-metadata instead of plexus-maven-plugin
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/pom.xml
+++ b/pom.xml
@@ -184,6 +184,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
View file @
21b35a13
0002-remove-setLastModified.patch
0003-plexus-component-metadata.patch
debian/rules
View file @
21b35a13
...
...
@@ -2,6 +2,3 @@
%:
dh $@
get-orig-source:
uscan --download-current-version --force-download --rename