[mupen64plus-core] 175/310: Remove special handling of rom directory in upstream tarball scripts

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:57:54 UTC 2015


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

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

commit 4ffe38d1ceb6aa083bb9cdb0074b4ae67690ea83
Author: Sven Eckelmann <sven at narfation.org>
Date:   Tue Sep 11 09:58:22 2012 +0200

    Remove special handling of rom directory in upstream tarball scripts
---
 debian/get-orig-source.sh | 2 +-
 debian/watch              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
index 22c9470..0742610 100755
--- a/debian/get-orig-source.sh
+++ b/debian/get-orig-source.sh
@@ -19,7 +19,7 @@ else
 	LONGREV="`hg --repository "${TMP}" log -r tip --template '{node}\n'`"
 	TARNAME="${DIR}_${REV}.orig.tar"
 	echo "${LONGREV}"
-	EXCLUDE="--exclude ${TMP}/.hgtags --exclude ${TMP}/.hg_archival.txt --exclude ${TMP}/.hgignore --exclude ${TMP}/roms"
+	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}"
 	gzip -n -f "${TARNAME}"
 	rm -rf "${TMP}"
diff --git a/debian/watch b/debian/watch
index b9cc687..cf7581c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
 
 http://bitbucket.org/richard42/mupen64plus-core/downloads/ \
-	/richard42/mupen64plus-core/downloads/mupen64plus-core-src-(.*)-norom.tar.gz
+	/richard42/mupen64plus-core/downloads/mupen64plus-core-src-(.*\d).tar.gz

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



More information about the Pkg-games-commits mailing list