[libxml-security-java] 13/32: New upstream release (1.5.4)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Apr 28 23:57:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libxml-security-java.
commit da239be2c0424ce200e76245e82287f7f55a4c03
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Apr 15 10:08:33 2013 +0000
New upstream release (1.5.4)
---
debian/changelog | 9 +++++++++
debian/control | 4 ++--
debian/libxml-security-java.poms | 14 ++++++++------
debian/maven.ignoreRules | 1 +
debian/maven.rules | 3 +++
debian/patches/0001-change-packaging-to-jar.patch | 14 +++-----------
6 files changed, 26 insertions(+), 19 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c28eaaf..c3ebc4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libxml-security-java (1.5.4-1) experimental; urgency=low
+
+ * Team upload.
+ * New upstream release
+ * Refreshed the patch
+ * Updated Standards-Version to 3.9.4 (no changes)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 15 Apr 2013 12:06:57 +0200
+
libxml-security-java (1.4.5-1) unstable; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index b97e06c..0fc0cf5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,12 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>, Michael Koch <konqueror at gmx.de>,
- Niels Thykier <niels at thykier.net>
+ Niels Thykier <niels at thykier.net>, Emmanuel Bourg <ebourg at apache.org>
Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4)
Build-Depends-Indep: libmaven-dependency-plugin-java, libcommons-logging-java, libjaxp1.3-java,
libxalan2-java, libxerces2-java, junit4, default-jdk-doc, libcommons-logging-java-doc,
libxalan2-java-doc, libmaven-javadoc-plugin-java
-Standards-Version: 3.9.1
+Standards-Version: 3.9.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libxml-security-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libxml-security-java
Homepage: http://santuario.apache.org/
diff --git a/debian/libxml-security-java.poms b/debian/libxml-security-java.poms
index 9ec5af5..0417132 100644
--- a/debian/libxml-security-java.poms
+++ b/debian/libxml-security-java.poms
@@ -2,7 +2,9 @@
# 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
@@ -11,16 +13,16 @@
# --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
-# it will be installed with mh_install.
+# --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.
-# --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created
-# temporarily for certain artifacts such as Javadoc jars.
+# --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
+# Empty by default. [mh_install]
#
pom.xml --has-package-version
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index 0adb0d8..b59e079 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -15,3 +15,4 @@
# junit junit jar s/3\\..*/3.x/
org.apache.felix maven-bundle-plugin * * * *
+org.apache.maven.plugins maven-release-plugin * * * *
diff --git a/debian/maven.rules b/debian/maven.rules
index 7dae268..241bffd 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -17,5 +17,8 @@
# junit junit jar s/3\\..*/3.x/
junit junit jar s/4\..*/4.x/ * *
+org.apache apache pom s/.*/debian/ * *
org.apache.santuario xmlsec bundle s/.*/debian/ * *
commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/ * *
+log4j log4j * s/1\.2\..*/1.2.x/ * *
+org.bouncycastle s/bcprov-jdk15on/bcprov/ * s/.*/debian/ * *
diff --git a/debian/patches/0001-change-packaging-to-jar.patch b/debian/patches/0001-change-packaging-to-jar.patch
index 6e38028..17a9a2b 100644
--- a/debian/patches/0001-change-packaging-to-jar.patch
+++ b/debian/patches/0001-change-packaging-to-jar.patch
@@ -1,22 +1,14 @@
From: Torsten Werner <twerner at debian.org>
Date: Tue, 30 Aug 2011 13:59:54 +0200
Subject: [PATCH] change packaging to jar
-
----
- pom.xml | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/pom.xml b/pom.xml
-index 1dfc616..a4a7964 100644
--- a/pom.xml
+++ b/pom.xml
-@@ -22,7 +22,7 @@
+@@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
- <name>Apache Santuario</name>
- <version>1.4.5</version>
+ <name>Apache XML Security for Java</name>
+ <version>1.5.4</version>
<description>
---
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxml-security-java.git
More information about the pkg-java-commits
mailing list