This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository hitori.
commit 3f31d72b809bf2073e640e5935b27595e1f88eb2 Author: Peter de Wachter <[email protected]> Date: Sat Nov 7 20:27:51 2009 +0000 Hitori new upstream version 0.2.3 --- debian/changelog | 9 +++++++++ debian/control | 2 +- debian/rules | 6 +++--- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5624c6c..6439600 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +hitori (0.2.3-1) unstable; urgency=low + + * New upstream version. + - Fixed bug in solution verification. (Closes: #552510) + * Removed obsolete dh_scrollkeeper call. + * Bumped Standards-Version to 3.8.3. No changes needed. + + -- Peter De Wachter <[email protected]> Sat, 07 Nov 2009 21:25:37 +0100 + hitori (0.2.2-1) unstable; urgency=low * New upstream version. diff --git a/debian/control b/debian/control index 7e5c826..496c6be 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Peter De Wachter <[email protected]> Build-Depends: debhelper (>= 7), chrpath, libgtk2.0-dev (>= 2.14), intltool, gnome-doc-utils -Standards-Version: 3.8.1 +Standards-Version: 3.8.3 Homepage: http://live.gnome.org/Hitori Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/hitori/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-games/packages/trunk/hitori/ diff --git a/debian/rules b/debian/rules index c631d79..c675cbf 100755 --- a/debian/rules +++ b/debian/rules @@ -56,13 +56,13 @@ binary-arch: install dh_testroot dh_install dh_installchangelogs ChangeLog -# There are two changelogs! - install help/ChangeLog debian/hitori/usr/share/doc/hitori/changelog.documentation +# Take care to install the old changelogs as well... + install ChangeLog.pre-0-2-2 debian/hitori/usr/share/doc/hitori/changelog.pre-0-2-2 + install help/ChangeLog.pre-0-2-2 debian/hitori/usr/share/doc/hitori/changelog.help.pre-0-2-2 dh_installdocs dh_installman dh_installmenu dh_icons - dh_scrollkeeper dh_strip dh_compress dh_fixperms -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/hitori.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

