[libkryo-java] 03/06: Track and download the new releases from GitHub

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jan 12 16:23:58 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository libkryo-java.

commit bb89ec00ced31d301cf473da2dd0c86dc3ef46ba
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Jan 12 01:38:35 2017 +0100

    Track and download the new releases from GitHub
---
 debian/changelog         |  1 +
 debian/copyright         |  2 +-
 debian/orig-tar.excludes |  3 ---
 debian/orig-tar.sh       | 16 ----------------
 debian/watch             |  4 +---
 5 files changed, 3 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f38a5ea..727a944 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libkryo-java (2.20-6) UNRELEASED; urgency=medium
   * Team upload.
   * Standards-Version updated to 3.9.8 (no changes)
   * Use secure Vcs-* URLs
+  * Track and download the new releases from GitHub
 
  -- Emmanuel Bourg <ebourg at apache.org>  Mon, 23 May 2016 18:55:42 +0200
 
diff --git a/debian/copyright b/debian/copyright
index 2b3a292..ac70243 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Kryo
 Upstream-contact: https://code.google.com/p/kryo/
-Source: https://code.google.com/p/kryo/downloads/list
+Source: https://github.com/EsotericSoftware/kryo
 
 Files: *
 Copyright: 2008, Nathan Sweet
diff --git a/debian/orig-tar.excludes b/debian/orig-tar.excludes
deleted file mode 100644
index c161f5c..0000000
--- a/debian/orig-tar.excludes
+++ /dev/null
@@ -1,3 +0,0 @@
-javadoc/*
-jars/*
-*.jar
\ No newline at end of file
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 4caeb05..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-set -e
-
-# called by uscan with '--upstream-version' <version> <file>
-echo "version $2"
-package=`dpkg-parsechangelog | sed -n 's/^Source: //p'`
-version=$2
-upstream_version="${version}"
-tarball=$3
-
-TAR=${package}_${version}.orig.tar.gz
-DIR=kryo-${upstream_version}
-
-unzip -q $tarball
-GZIP=--best tar czf ../$TAR -X debian/orig-tar.excludes $DIR
-rm -rf $tarball $DIR
diff --git a/debian/watch b/debian/watch
index 8048a8c..07e5880 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,2 @@
 version=3
-http://code.google.com/p/kryo/downloads/list?can=1 \
- .*/kryo-(\d[\d.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz) \
- debian debian/orig-tar.sh
+https://github.com/EsotericSoftware/kryo/tags .*/kryo-(?:parent-)?([\d\.]+).tar.gz

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



More information about the pkg-java-commits mailing list