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 e88d5cdd96aa3d9b4db9997aba272b92691760c8 Author: Sven Eckelmann <[email protected]> Date: Fri Jul 5 09:35:26 2013 +0200 Verify new upstream versions using GPG key 954F81B094AA5BB226F5 --- debian/changelog | 2 ++ debian/source/include-binaries | 1 + debian/upstream-signing-key.pgp | Bin 0 -> 1154 bytes debian/watch | 3 ++- 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0a39a92..5a8e056 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ mupen64plus-ui-console (2.0~rc2+1+b39a4ffc9d54-3) UNRELEASED; urgency=low - Work around new debhelper 9.20130624 dh_auto_{clean,test} behavior which is causing a FTBFS by adding an explicit override_dh_auto_{clean,test} rule + * debian/watch: + - Verify new upstream versions using GPG key 954F81B094AA5BB226F5 -- Sven Eckelmann <[email protected]> Tue, 25 Jun 2013 00:13:34 +0200 diff --git a/debian/source/include-binaries b/debian/source/include-binaries new file mode 100644 index 0000000..95a390b --- /dev/null +++ b/debian/source/include-binaries @@ -0,0 +1 @@ +debian/upstream-signing-key.pgp diff --git a/debian/upstream-signing-key.pgp b/debian/upstream-signing-key.pgp new file mode 100644 index 0000000..e678393 Binary files /dev/null and b/debian/upstream-signing-key.pgp differ diff --git a/debian/watch b/debian/watch index b0e2e8d..6c7990c 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,5 @@ version=3 -http://bitbucket.org/richard42/mupen64plus-ui-console/downloads/ \ +opts="pgpsigurlmangle=s/$/.asc/" \ + http://bitbucket.org/richard42/mupen64plus-ui-console/downloads/ \ /richard42/mupen64plus-ui-console/downloads/mupen64plus-ui-console-src-(.*).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

