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

pini pushed a commit to branch master
in repository json-simple.

commit 6194e4dc69b66079aa753345eb44988b38dcf483
Author: Gilles Filippini <p...@debian.org>
Date:   Sat Nov 18 15:18:14 2017 +0100

    Prepare import of new upstream release 2.3.0
---
 debian/orig-tar.sh | 31 -------------------------------
 debian/watch       | 11 +++--------
 2 files changed, 3 insertions(+), 39 deletions(-)

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 156bb9c..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-SOURCE_NAME=json-simple
-VERSION=$2
-EXCLUDE_FILE="$(dirname "$0")/$(basename "$0" .sh).exclude"
-if [ -f "${EXCLUDE_FILE}" ]; then
-  DEBIAN_VERSION=$VERSION+dfsg1
-else
-  DEBIAN_VERSION=$VERSION
-fi
-DEBIAN_SOURCE_DIR=${SOURCE_NAME}-$DEBIAN_VERSION
-TAR=${USCAN_DESTDIR:-..}/${SOURCE_NAME}_$DEBIAN_VERSION.orig.tar.bz2
-FLAG_FILE="$3"
-
-# Mandatory cleanup
-clean () {
-  rm -fr ${DEBIAN_SOURCE_DIR} ${FLAG_FILE}
-}
-trap 'clean' EXIT INT QUIT KILL ABRT
-
-# Get the source tree from SVN
-svn export http://json-simple.googlecode.com/svn/tags/tag_release_$(echo 
$VERSION | sed 's/\./_/g') ${DEBIAN_SOURCE_DIR}
-# Build orig tarball
-if [ -f "${EXCLUDE_FILE}" ]; then
-  tar -c -j -X debian/orig-tar.exclude -f $TAR ${DEBIAN_SOURCE_DIR}/
-  echo "${SOURCE_NAME}: Applied DFSG removals and set up tarball to `basename 
${TAR}`"
-else
-  tar -c -j -f $TAR ${DEBIAN_SOURCE_DIR}/
-  echo "${SOURCE_NAME}: Set up tarball to `basename ${TAR}`"
-fi
diff --git a/debian/watch b/debian/watch
index bf277ca..c2c1cd1 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,8 +1,3 @@
-version=3
-#opts="dversionmangle=s/-dfsg\d+$//" \
-#http://code.google.com/p/json-simple/downloads/list 
.*/json_simple-(.*)-all\.zip \
-#debian debian/orig-tar.sh
-opts="uversionmangle=s/_/./g;s/\/.*//,filenamemangle=s/\///;s/tag_release_/json-simple-/;s/_/./g;s/$/.svn/"
 \
-http://json-simple.googlecode.com/svn/tags/tag_release_(\d\S*) \
-debian debian/orig-tar.sh
-#http://code.google.com/p/<project>/downloads/list 
.*/<project>-(\d\S*)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+version=4
+https://github.com/cliftonlabs/json-simple/tags \
+(?:.*?/)?json-simple-(\d[\d.]*)\.tar\.gz debian uupdate

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

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to