This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch experimental in repository wxmupen64plus.
commit 18213c98dc6c10712f7acf85b5f68e42072e0def Author: Sven Eckelmann <[email protected]> Date: Tue May 8 00:12:37 2012 +0200 Fix release version --- debian/changelog | 1 + debian/patches/release_version.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 3 files changed, 19 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9914664..9ba6454 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,5 +3,6 @@ wxmupen64plus (0.3-1) UNRELEASED; urgency=low * Initial release (Closes: #637771) * debian/patches: - Add version_check.patch, Disable in-tree mupen64plus-core version check + - Add release_version.patch, Fix release version -- Sven Eckelmann <[email protected]> Mon, 17 Aug 2009 10:18:49 +0200 diff --git a/debian/patches/release_version.patch b/debian/patches/release_version.patch new file mode 100644 index 0000000..4706dd1 --- /dev/null +++ b/debian/patches/release_version.patch @@ -0,0 +1,17 @@ +Description: Fix release version +Author: Sven Eckelmann <[email protected]> + +--- +diff --git a/wscript b/wscript +index 26645efd95b5ea31649e627d553215a151242f03..313d42f094a13a84b202d81a754b7b20cb16ed65 100644 +--- a/wscript ++++ b/wscript +@@ -11,7 +11,7 @@ + # waf + + # the following two variables are used by the target "waf dist" +-VERSION='0.1' ++VERSION='0.3' + APPNAME='wxMupen64Plus' + + # these variables are mandatory ('/' are converted automatically) diff --git a/debian/patches/series b/debian/patches/series index 3e6f37a..8729e91 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ version_check.patch +release_version.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/wxmupen64plus.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

