This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus-rsp-z64.
commit c121287a849bd0ae732081d6d70100de3067c420 Author: Sven Eckelmann <[email protected]> Date: Sat Jul 6 01:28:01 2013 +0200 Verify new upstream versions using GPG key E05E608A04EF22F7596B --- debian/changelog | 2 ++ debian/source/include-binaries | 1 + debian/upstream-signing-key.pgp | Bin 0 -> 1135 bytes debian/watch | 3 ++- 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 62a6b67..97b7650 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ mupen64plus-rsp-z64 (2.0.0-1) UNRELEASED; urgency=low * debian/rules: - Work around new debhelper 9.20130624 dh_auto_test behavior which is causing a FTBFS by adding an explicit override_dh_auto_test rule + * debian/watch: + - Verify new upstream versions using GPG key E05E608A04EF22F7596B -- Sven Eckelmann <[email protected]> Wed, 26 Jun 2013 12:29:59 +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..c67b6f3 Binary files /dev/null and b/debian/upstream-signing-key.pgp differ diff --git a/debian/watch b/debian/watch index 8ebc142..86252f1 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,5 @@ version=3 -http://bitbucket.org/wahrhaft/mupen64plus-rsp-z64/downloads/ \ +opts="pgpsigurlmangle=s/$/.asc/" \ + http://bitbucket.org/wahrhaft/mupen64plus-rsp-z64/downloads/ \ /wahrhaft/mupen64plus-rsp-z64/downloads/mupen64plus-rsp-z64-src-(.*).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-rsp-z64.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

