[jenkins-crypto-util] 06/06: New upstream release (1.4) Added a dependency on libcommons-codec-java
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Sep 4 22:40:30 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jenkins-crypto-util.
commit eaee1f74dec5c63f80baa545dad0de0e747cde66
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Sep 5 00:27:21 2014 +0200
New upstream release (1.4)
Added a dependency on libcommons-codec-java
---
debian/changelog | 6 ++++--
debian/control | 1 +
debian/jenkins-crypto-util.poms | 16 ++++++++++++----
3 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 79111c7..66cd708 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,15 @@
-jenkins-crypto-util (1.1-3) UNRELEASED; urgency=medium
+jenkins-crypto-util (1.4-1) unstable; urgency=medium
* Team upload.
+ * New upstream release
* debian/control:
+ - Added a dependency on libcommons-codec-java
- Standards-Version updated to 3.9.5 (no changes)
- Removed the deprecated DM-Upload-Allowed field
- Use canonical URLs for the Vcs-* fields
* Switch to debhelper level 9
- -- Emmanuel Bourg <ebourg at apache.org> Fri, 05 Sep 2014 00:13:56 +0200
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 05 Sep 2014 00:27:09 +0200
jenkins-crypto-util (1.1-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index fc4cbb0..d6df436 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper
Build-Depends-Indep:
default-jdk-doc,
junit,
+ libcommons-codec-java,
libcommons-io-java,
libmaven-compiler-plugin-java,
libmaven-javadoc-plugin-java
diff --git a/debian/jenkins-crypto-util.poms b/debian/jenkins-crypto-util.poms
index b738a16..8545d14 100644
--- a/debian/jenkins-crypto-util.poms
+++ b/debian/jenkins-crypto-util.poms
@@ -2,19 +2,27 @@
# Format of this file is:
# <path to pom file> [option]*
# where option can be:
-# --ignore: ignore this POM or
+# --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
+# 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
+# --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
+pom.xml --no-parent
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins-crypto-util.git
More information about the pkg-java-commits
mailing list