[apache-log4j2] 01/02: Watch the release tags on Github

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue May 12 23:02:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository apache-log4j2.

commit 7a0e7c9baef472844b910ce7a337882dc19cda5e
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed May 13 00:40:04 2015 +0200

    Watch the release tags on Github
---
 debian/changelog   |  3 +++
 debian/orig-tar.sh | 20 --------------------
 debian/watch       |  3 +--
 3 files changed, 4 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 277be65..e436c33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,9 @@ apache-log4j2 (2.2-1) unstable; urgency=medium
     - Add libjboss-jms-api-java to Build-Depends-Indep.
   * Update maven.rules due to additional build-dependencies.
 
+  [ Emmanuel Bourg ]
+  * debian/watch: Watch the release tags on Github
+
  -- Markus Koschany <apo at gambaru.de>  Tue, 12 May 2015 18:59:19 +0200
 
 apache-log4j2 (2.0~beta9-1) unstable; urgency=medium
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index c2bc0af..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh -e
-#
-# Removes unwanted content from the upstream sources.
-# Called by uscan with '--upstream-version' <version> <file>
-#
-
-VERSION=$2
-TAR=../apache-log4j2_$VERSION.orig.tar.xz
-DIR=apache-log4j2-$VERSION
-TAG=$(echo "log4j-$VERSION" | sed -re's/~/-/')
-
-svn export http://svn.apache.org/repos/asf/logging/log4j/log4j2/tags/${TAG}/ $DIR
-XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.class' $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"
-fi
diff --git a/debian/watch b/debian/watch
index f49fda6..e7db5a9 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
-
 version=3
 opts="uversionmangle=s/-(alpha|beta)/~$1/;s/-rc/~rc/" \
-http://svn.apache.org/repos/asf/logging/log4j/log4j2/tags/ log4j-(.*)/ debian debian/orig-tar.sh
+https://github.com/apache/logging-log4j2/releases .*/log4j-([\d\.]+).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/apache-log4j2.git



More information about the pkg-java-commits mailing list