[redeclipse] 02/03: Use prepared tarball instead of github tags

Markus Koschany apo-guest at moszumanska.debian.org
Mon Nov 23 21:50:02 UTC 2015


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

apo-guest pushed a commit to branch master
in repository redeclipse.

commit b4313bb7d9f00d1afa933aa759f42336a96db00a
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Sat Aug 8 11:13:56 2015 +0200

    Use prepared tarball instead of github tags
    
    Based on the assumption that the prepared tarball is less likely to
    change format than the github repo (which did so recently with a
    rearrange of submodules), use this in uscan instead.
    
    The URL used for uscan is a direct download which is not normally
    exposed to the masse.
---
 debian/changelog          | 1 +
 debian/generate-copyright | 2 +-
 debian/watch              | 7 ++++---
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index adfc8c8..ac9ac4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ redeclipse (1.5.2+ds1-1) UNRELEASED; urgency=medium
     - Delete system-install-Add-common-install-target-for-common-.patch
     - Delete system-install-Add-doc-link-for-client-finding-guide.patch
     - Delete system-install-Install-appdata.patch
+  * Use prepared tarball instead of github tags
 
  -- Martin Erik Werner <martinerikwerner at gmail.com>  Wed, 22 Apr 2015 21:42:31 +0200
 
diff --git a/debian/generate-copyright b/debian/generate-copyright
index 51c489a..dc4b597 100755
--- a/debian/generate-copyright
+++ b/debian/generate-copyright
@@ -8,7 +8,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Red Eclipse
 Upstream-Contact: Quinton "Quin" Reeves <qreeves at gmail.com>
                   Lee "Eihrul" Salzman <lsalzman at gmail.com>
-Source: https://github.com/red-eclipse/base
+Source: http://redeclipse.net/files/releases/
  The following directories/files are removed from the upstream tarball:
  * bin contains various binaries and helper libs not relevant for Debian,
    auto-update scripts are kept (though not used in Debian)
diff --git a/debian/watch b/debian/watch
index 95b9559..7545e6c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,5 @@
 version=3
-opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/redeclipse-$1\.tar\.gz/,\
-dversionmangle=s/\+ds\d*$// \
-  https://github.com/red-eclipse/base/tags .*/v?(\d\S*)\.tar\.gz
+opts=filenamemangle=s/_nix//,\
+dversionmangle=s/\+ds\d*$//,\
+repacksuffix=+ds1 \
+  http://redeclipse.net/files/releases/redeclipse_(.+)_nix\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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



More information about the Pkg-games-commits mailing list