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

ecsv-guest pushed a commit to branch master
in repository mupen64plus-video-arachnoid.

commit 13b20bc942b415f1847f12fc6ecaa47e2fd75095
Author: Sven Eckelmann <[email protected]>
Date:   Thu Dec 19 17:28:09 2013 +0100

    Change upstream source to github
---
 debian/changelog          |  7 +++++++
 debian/copyright          |  2 +-
 debian/get-orig-source.sh | 13 ++++++-------
 debian/watch              |  4 ++--
 4 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8fab439..8f38d71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,13 @@
 mupen64plus-video-arachnoid (2.0.0-2) UNRELEASED; urgency=low
 
   * Upgraded to policy 3.9.5, no changes required
+  * debian/watch:
+    - Change upstream check from bitbucket to github
+  * debian/copyright:
+    - Change upstream source to github
+  * debian/get-orig-source.sh
+    - Change upstream repository to github
+    - Change SCM from Mercurial to Git
 
  -- Sven Eckelmann <[email protected]>  Sat, 16 Nov 2013 18:12:58 +0100
 
diff --git a/debian/copyright b/debian/copyright
index 96453d8..040eb8f 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: mupen64plus-video-arachnoid
 Upstream-Contact: Jon 'wahrhaft' Ring <[email protected]>
-Source: http://bitbucket.org/wahrhaft/mupen64plus-video-arachnoid/
+Source: https://github.com/mupen64plus/mupen64plus-video-arachnoid/
 
 Files: *
 Copyright: 2009, Jon 'wahrhaft' Ring <[email protected]>
diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
index ed911e6..b9f6521 100755
--- a/debian/get-orig-source.sh
+++ b/debian/get-orig-source.sh
@@ -5,22 +5,21 @@ if [ -z "$DIR" ]; then
        DIR=mupen64plus-video-arachnoid
 fi
 if [ -z "$OWNER" ]; then
-       OWNER=wahrhaft
+       OWNER=mupen64plus
 fi
 
 # try to download source package
 if [ "$1" != "snapshot" ]; then
        uscan --verbose --force-download
 else
-       MODULE="${OWNER}/${DIR}"
+       MODULE=$(echo "${OWNER}/${DIR}" | sed 's/^\/*//')
        TMP="`mktemp -t -d`"
-       hg clone --noupdate "http://bitbucket.org/${MODULE}"; "${TMP}"
-       REV="`hg --repository "${TMP}" log -r tip --template 
'{latesttag}+{latesttagdistance}+{node|short}\n'`"
-       LONGREV="`hg --repository "${TMP}" log -r tip --template '{node}\n'`"
+       git clone --bare "https://github.com/${MODULE}.git"; "${TMP}"
+       REV="$(git --git-dir "${TMP}" describe --tags --long master | sed -e 
's/^v*//' -e 's/-/+/g')"
+       LONGREV="$(git --git-dir "${TMP}" rev-parse master)"
        TARNAME="${DIR}_${REV}.orig.tar"
        echo "${LONGREV}"
-       EXCLUDE="--exclude ${TMP}/.hgtags --exclude ${TMP}/.hg_archival.txt 
--exclude ${TMP}/.hgignore"
-       hg --repository "${TMP}" archive --no-decode --type tar --prefix 
"${DIR}-${REV}/" ${EXCLUDE} -r tip "${TARNAME}"
+       git --git-dir "${TMP}" archive --format=tar --prefix="${DIR}-${REV}/" 
master -o "${TARNAME}"
        gzip -n -f "${TARNAME}"
        rm -rf "${TMP}"
 fi
diff --git a/debian/watch b/debian/watch
index bb85777..50cba24 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
 version=3
 
 opts="pgpsigurlmangle=s/$/.asc/" \
- http://bitbucket.org/wahrhaft/mupen64plus-video-arachnoid/downloads/ \
-       
/wahrhaft/mupen64plus-video-arachnoid/downloads/mupen64plus-video-arachnoid-src-(.*).tar.gz
+ https://github.com/mupen64plus/mupen64plus-video-arachnoid/releases \
+       
/mupen64plus/mupen64plus-video-arachnoid/releases/download/[^/]+/mupen64plus-video-arachnoid-src-(.*\d).tar.gz

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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to