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

ecsv-guest pushed a commit to branch armhf_test
in repository mupen64plus-ui-console.

commit 85bc648772b7349119e8cceffacd9ed368433e4c
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 ac6740d..fde44bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,13 @@ mupen64plus-ui-console (2.0-2) UNRELEASED; urgency=low
   * debian/rules:
     - Re-enable -flto because the error was caused by different combination
   * 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]>  Tue, 10 Sep 2013 22:28:37 +0200
 
diff --git a/debian/copyright b/debian/copyright
index effe379..b4cfd86 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-ui-console
 Upstream-Contact: Richard 'Richard42' Goedeken 
<[email protected]>
-Source: http://bitbucket.org/richard42/mupen64plus-ui-console/
+Source: https://github.com/mupen64plus/mupen64plus-ui-console/
 
 Files: *
 Copyright: 2009, Richard 'Richard42' Goedeken <[email protected]>
diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
index 9ecfb49..2d635bf 100755
--- a/debian/get-orig-source.sh
+++ b/debian/get-orig-source.sh
@@ -5,22 +5,21 @@ if [ -z "$DIR" ]; then
        DIR=mupen64plus-ui-console
 fi
 if [ -z "$OWNER" ]; then
-       OWNER=richard42
+       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 6c7990c..6e8d3c0 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
 version=3
 
 opts="pgpsigurlmangle=s/$/.asc/" \
- http://bitbucket.org/richard42/mupen64plus-ui-console/downloads/ \
-       
/richard42/mupen64plus-ui-console/downloads/mupen64plus-ui-console-src-(.*).tar.gz
+ https://github.com/mupen64plus/mupen64plus-ui-console/releases \
+       
/mupen64plus/mupen64plus-ui-console/releases/download/[^/]+/mupen64plus-ui-console-src-(.*\d).tar.gz

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

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

Reply via email to