[gettext-maven-plugin] 01/01: Import Debian changes 1.2.9-1
Markus Koschany
apo at moszumanska.debian.org
Sat Jul 8 16:45:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository gettext-maven-plugin.
commit cd8a6076b307daaef1bd0593b243a10b3b6fed80
Author: Markus Koschany <apo at debian.org>
Date: Sat Jul 8 18:28:01 2017 +0200
Import Debian changes 1.2.9-1
gettext-maven-plugin (1.2.9-1) unstable; urgency=medium
* Initial release (Closes: #867613)
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 34 ++++++++++++++++++++++++++++++++
debian/copyright | 18 +++++++++++++++++
debian/libgettext-maven-plugin-java.poms | 28 ++++++++++++++++++++++++++
debian/maven.ignoreRules | 5 +++++
debian/maven.properties | 5 +++++
debian/maven.rules | 4 ++++
debian/patches/maven-reporting.patch | 25 +++++++++++++++++++++++
debian/patches/series | 1 +
debian/rules | 11 +++++++++++
debian/source/format | 1 +
debian/watch | 1 +
13 files changed, 139 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5011f24
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+gettext-maven-plugin (1.2.9-1) unstable; urgency=medium
+
+ * Initial release (Closes: #867613)
+
+ -- Markus Koschany <apo at debian.org> Sat, 08 Jul 2017 18:28:01 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..51f3421
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: gettext-maven-plugin
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Markus Koschany <apo at debian.org>
+Build-Depends:
+ debhelper (>= 10),
+ default-jdk,
+ maven-debian-helper (>= 2.1),
+ libmaven-plugin-tools-java (>= 3.5),
+ libmaven-reporting-impl-java,
+ libmaven2-core-java,
+ libmaven3-core-java (>= 2.0),
+ libplexus-utils2-java
+Standards-Version: 4.0.0
+Vcs-Git: https://anonscm.debian.org/git/pkg-java/gettext-maven-plugin.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/gettext-maven-plugin.git
+Homepage: https://github.com/rlf/maven-gettext-plugin
+
+Package: libgettext-maven-plugin-java
+Architecture: all
+Depends:
+ ${maven:Depends},
+ ${misc:Depends}
+Suggests:
+ ${maven:OptionalDepends}
+Description: plugin to integrate gettext tools into a Maven build
+ The gettext-commons library combines the power of the unix-style gettext tools
+ with the widely used Java ResourceBundles. This makes it possible to use the
+ original text instead of arbitrary property keys, which is less cumbersome and
+ makes programs easier to read.
+ .
+ This package includes the Maven plugin.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e7bee85
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,18 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Maven Gettext Plugin
+Source: https://github.com/rlf/maven-gettext-plugin
+
+Files: *
+Copyright: 2001-2005, Tammo van Lessen
+ 2001-2005, The Apache Software Foundation
+ 2006, Felix Berger
+ 2005, Steffen Pingel
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2017, Markus Koschany <apo at debian.org>
+License: Apache-2.0
+
+License: Apache-2.0
+ On Debian systems, the full text of the Apache-2.0 license
+ can be found in the file '/usr/share/common-licenses/Apache-2.0'
diff --git a/debian/libgettext-maven-plugin-java.poms b/debian/libgettext-maven-plugin-java.poms
new file mode 100644
index 0000000..5ad70f2
--- /dev/null
+++ b/debian/libgettext-maven-plugin-java.poms
@@ -0,0 +1,28 @@
+# List of POM files for the package
+# Format of this file is:
+# <path to pom file> [option]*
+# where option can be:
+# --ignore: ignore this POM and its artifact if any
+# --ignore-pom: don't install the POM. To use on POM files that are created
+# temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms]
+# --no-parent: remove the <parent> tag from the POM
+# --package=<package>: an alternative package to use when installing this POM
+# and its artifact
+# --has-package-version: to indicate that the original version of the POM is the same as the upstream part
+# of the version for the package.
+# --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
+# during a clean operation with mh_cleanpom or mh_installpom
+# --artifact=<path>: path to the build artifact associated with this POM,
+# it will be installed when using the command mh_install. [mh_install]
+# --java-lib: install the jar into /usr/share/java to comply with Debian
+# packaging guidelines
+# --usj-name=<name>: name to use when installing the library in /usr/share/java
+# --usj-version=<version>: version to use when installing the library in /usr/share/java
+# --no-usj-versionless: don't install the versionless link in /usr/share/java
+# --dest-jar=<path>: the destination for the real jar.
+# It will be installed with mh_install. [mh_install]
+# --classifier=<classifier>: Optional, the classifier for the jar. Empty by default.
+# --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
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
new file mode 100644
index 0000000..2592407
--- /dev/null
+++ b/debian/maven.ignoreRules
@@ -0,0 +1,5 @@
+
+junit junit * * * *
+org.apache.maven.plugins maven-changes-plugin * * * *
+org.apache.maven.plugins maven-eclipse-plugin * * * *
+org.apache.maven.plugins maven-surefire-plugin * * * *
diff --git a/debian/maven.properties b/debian/maven.properties
new file mode 100644
index 0000000..e593715
--- /dev/null
+++ b/debian/maven.properties
@@ -0,0 +1,5 @@
+# Include here properties to pass to Maven during the build.
+# For example:
+# maven.test.skip=true
+
+maven.test.skip=true
diff --git a/debian/maven.rules b/debian/maven.rules
new file mode 100644
index 0000000..850f7bb
--- /dev/null
+++ b/debian/maven.rules
@@ -0,0 +1,4 @@
+
+org.apache.maven.reporting maven-reporting-impl jar s/.*/debian/ * *
+org.codehaus.plexus plexus-utils jar s/.*/2.x/ * *
+org.apache.maven maven * * s/.*/3.x/ * *
diff --git a/debian/patches/maven-reporting.patch b/debian/patches/maven-reporting.patch
new file mode 100644
index 0000000..451fd59
--- /dev/null
+++ b/debian/patches/maven-reporting.patch
@@ -0,0 +1,25 @@
+From: Markus Koschany <apo at debian.org>
+Date: Fri, 7 Jul 2017 19:29:57 +0200
+Subject: maven reporting
+
+Fix FTBFS due Debian's newer version of the Maven reporting package.
+
+Forwarded: no
+---
+ src/main/java/org/xnap/commons/maven/gettext/ReportMojo.java | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/src/main/java/org/xnap/commons/maven/gettext/ReportMojo.java b/src/main/java/org/xnap/commons/maven/gettext/ReportMojo.java
+index 10befd5..13abc15 100644
+--- a/src/main/java/org/xnap/commons/maven/gettext/ReportMojo.java
++++ b/src/main/java/org/xnap/commons/maven/gettext/ReportMojo.java
+@@ -38,9 +38,7 @@ import org.apache.maven.plugin.MojoExecutionException;
+ import org.apache.maven.project.MavenProject;
+ import org.apache.maven.reporting.AbstractMavenReport;
+ import org.apache.maven.reporting.MavenReportException;
+-import org.codehaus.doxia.module.xhtml.XhtmlSink;
+ import org.codehaus.doxia.sink.Sink;
+-import org.codehaus.doxia.site.renderer.SiteRenderer;
+ import org.codehaus.plexus.util.DirectoryScanner;
+ import org.codehaus.plexus.util.cli.CommandLineException;
+ import org.codehaus.plexus.util.cli.CommandLineUtils;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..06e7699
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+maven-reporting.patch
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5efabb2
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
+
+get-orig-source:
+ uscan --verbose --repack --compression xz --force-download --download-current-version
+
+get-orig-pom:
+ wget --user-agent="" -O debian/pom.xml \
+ https://repo1.maven.org/maven2/com/googlecode/gettext-commons/gettext-maven-plugin/1.2.4/gettext-maven-plugin-1.2.4.pom
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..f10682d
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1 @@
+# There are no releases of the continuation fork
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gettext-maven-plugin.git
More information about the pkg-java-commits
mailing list