[libxml-security-java] 10/32: UNRELEASED * New upstream release * Update debian/watch to point to new SVN repo. * Update Standards-Version: 3.9.1. * Switch to source format 3.0.
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 ceb61a4f9442778141a0373206fcf424bfeed3b9
Author: Torsten Werner <twerner at debian.org>
Date: Tue Aug 30 11:47:19 2011 +0000
UNRELEASED
* New upstream release
* Update debian/watch to point to new SVN repo.
* Update Standards-Version: 3.9.1.
* Switch to source format 3.0.
---
debian/changelog | 10 ++++++++++
debian/control | 2 +-
debian/orig-tar.sh | 18 ++++++++----------
debian/rules | 2 +-
debian/source/format | 1 +
debian/watch | 5 +++--
6 files changed, 24 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e07f23b..3543e67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libxml-security-java (1.4.5-1) unstable; urgency=low
+
+ UNRELEASED
+ * New upstream release
+ * Update debian/watch to point to new SVN repo.
+ * Update Standards-Version: 3.9.1.
+ * Switch to source format 3.0.
+
+ -- Torsten Werner <twerner at debian.org> Tue, 30 Aug 2011 13:44:22 +0200
+
libxml-security-java (1.4.3-2) unstable; urgency=low
[ Thierry Carrez ]
diff --git a/debian/control b/debian/control
index b028708..0426ddf 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org
Niels Thykier <niels at thykier.net>
Build-Depends: cdbs, debhelper (>= 7), ant, default-jdk
Build-Depends-Indep: libcommons-logging-java, libxalan2-java
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
Homepage: http://xml.apache.org/security/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libxml-scurity-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libxml-security-java
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index b417bd8..c51cf69 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -1,18 +1,16 @@
#!/bin/sh -e
-# called by uscan with '--upstream-version' <version> <file>
-TAR=../libxml-security-java_$2.orig.tar.gz
-DIR=libxml-security-java-$2.orig
+VERSION=$2
+TAR=../libxml-security-java_$VERSION.orig.tar.gz
+DIR=libxml-security-java-$VERSION
+TAG="$VERSION"
-# clean up the upstream tarball
-unzip $3
-mv xml-security* $DIR
-GZIP=--best tar -c -z -f $TAR --exclude '*.jar' $DIR
-rm -rf $3 $DIR
+svn export http://svn.apache.org/repos/asf/santuario/xml-security-java/tags/${TAG}/ $DIR
+tar -c -z -f $TAR --exclude '*.jar' $DIR
+rm -rf $DIR ../$TAG
# move to directory 'tarballs'
if [ -r .svn/deb-layout ]; then
. .svn/deb-layout
- mv $TAR $origDir
- echo "moved $TAR to $origDir"
+ mv $TAR $origDir && echo "moved $TAR to $origDir"
fi
diff --git a/debian/rules b/debian/rules
index c74af35..fe05401 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,4 +13,4 @@ install/libxml-security-java::
dh_link /usr/share/java/xml-security-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/xml-security.jar
get-orig-source:
- -uscan --upstream-version 0
+ uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download
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
index b91164a..ea2af4b 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
version=3
-opts="uversionmangle=s/_/./g,dversionmangle=s/_/./g" \
-http://xml.apache.org/security/dist/java-library/ xml-security-src-(.*)\.zip debian debian/orig-tar.sh
+
+http://svn.apache.org/repos/asf/santuario/xml-security-java/tags/ (\d[\d.]*)/ \
+ debian debian/orig-tar.sh
--
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