[SCM] xmahjongg: A tile-based solitaire game branch, master, created. 6a2d1c6c572de6afe1ba505e81273139bb467e9a

Peter Pentchev roam at ringlet.net
Fri Feb 11 14:20:52 UTC 2011


The branch, master has been created
        at  6a2d1c6c572de6afe1ba505e81273139bb467e9a (commit)

- Shortlog ------------------------------------------------------------
commit 6a2d1c6c572de6afe1ba505e81273139bb467e9a
Merge: 06c9034 ecf2e2c
Author: Peter Pentchev <roam at ringlet.net>
Date:   Fri Feb 11 16:08:16 2011 +0200

    Merge commit 'upstream/3.7'

commit ecf2e2c36989f9ede28bb65d69f8a052969e176e
Author: Peter Pentchev <roam at ringlet.net>
Date:   Fri Feb 11 16:08:15 2011 +0200

    Imported Upstream version 3.7

commit 06c90345a1bf00e5cbd4509b3bb517fbf9dc145d
Merge: 0b958bb e333637
Author: Peter Pentchev <roam at ringlet.net>
Date:   Fri Feb 11 16:07:49 2011 +0200

    Merge branch 'upstream'

commit e3336377f5f3e4c12816cfe02c0a5aa2bec9c090
Author: Peter Pentchev <roam at ringlet.net>
Date:   Fri Feb 11 16:07:39 2011 +0200

    Initial upstream branch.

commit 0b958bb7864826e55a71387f49d506631af0fc7c
Author: Peter Pentchev <roam at ringlet.net>
Date:   Sat Dec 11 11:34:05 2010 +0000

    IMHO xmahjongg should be uploaded now that it fixes an actual bug.

commit 825a95b7d15b409240299ce37232efb16fdbb99c
Author: Peter Pentchev <roam at ringlet.net>
Date:   Sat Dec 11 11:21:05 2010 +0000

    Choose the small tileset for screens less than 1024 pixels wide.
    See the comment in the patch for why I *know* this not to be
    a perfect solution, but it'll have to do for the present :)
    
    Closes:		#606374
    Reported by:	Mark Hobley <markhobley at yahoo.co.uk>

commit 0c0ff6a59dfcd2fbd118011f0e6b17953995485b
Author: Peter Pentchev <roam at ringlet.net>
Date:   Thu Dec 2 18:56:57 2010 +0000

    Correct a small brain-o.

commit 3769cd472446c877516e4ad3236b5d9382c1a7df
Author: Peter Pentchev <roam at ringlet.net>
Date:   Thu Dec 2 18:53:37 2010 +0000

    Bump the debhelper compat level to 8 with no changes.

commit 0d74fc7bc28660d0791ce4ab3df3d83aed60ff42
Author: Peter Pentchev <roam at ringlet.net>
Date:   Thu Dec 2 18:47:26 2010 +0000

    Let debhelper's dh_auto_configure and dh_auto_install Do The Right Thing(tm).

commit 5ecd0fa4154a0d1b603dd169f6e9d75d03dda09f
Author: Peter Pentchev <roam at ringlet.net>
Date:   Thu Dec 2 17:48:42 2010 +0000

    Use hardening-includes instead of hardening-wrapper so that
    the hardening flags are actually visible.

commit 1e98c36ecc77f360d10ad80f80d40bba8eba3053
Author: Peter Pentchev <roam at ringlet.net>
Date:   Thu Dec 2 17:39:15 2010 +0000

    Remove a trailing Makefile.in space.

commit 9b31b9d70a0a38219d118541610e461fb1ce5eb5
Author: Peter Pentchev <roam at ringlet.net>
Date:   Thu Dec 2 17:36:11 2010 +0000

    Install the NEWS file as a changelog.

commit 1fdc15c1e8cb3c2be395993d44d85e4c0fb32333
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Nov 30 16:01:56 2010 +0000

    Use dpkg-buildflags to obtain CFLAGS, CPPFLAGS and LDFLAGS.

commit 8c76fd4527fc711d0694141ce4364e4ea985a88f
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Nov 30 15:44:57 2010 +0000

    Update the copyright file a bit.

commit efceb3d810d0da9121aba3a98dcece316e15bcdb
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Nov 30 15:36:33 2010 +0000

    Bump Standards-Version to 3.9.1 with no changes (checked).

commit 15b2f4526fb1c8ad1c313da0e59dcce7443dfc56
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Nov 30 15:15:57 2010 +0000

    Switch to the 3.0 (quilt) source format.

commit e50fa3a4847ba4d27c434094d0d5761a44a1445b
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Nov 30 15:09:06 2010 +0000

    Start a new revision and specify the source format as 1.0.

commit 4ffd0c40a3447b7d4b4b9d87d349b9cfec7f3fbe
Author: Barry deFreese <bdefreese at debian.org>
Date:   Mon Apr 6 15:49:11 2009 +0000

    Add svn-bp:tagsUrl property.

commit f08a6cee5c23ace8008ab1b081bc9a4c431dc5ff
Author: Peter Pentchev <roam at ringlet.net>
Date:   Mon Apr 6 14:43:04 2009 +0000

    Fix reading the layout files.
    The problem was that xmahjongg assumed that when fgets() reads a line
    containing the final newline of a file, the file's EOF indicator would
    be set.  However, this seems not to be the case on recent Debian
    versions, so a patch is needed to explicitly distinguish between feof()
    and ferror() *after* the fgets() call.
    
    Closes:		#522740

commit 0930caa0d07e675f0b770f980413d9b028f5b788
Author: Peter Pentchev <roam at ringlet.net>
Date:   Fri Apr 3 12:00:19 2009 +0000

    Update the release timestamp.

commit 24966bbf545263d66590d3e6f10fbc187273e823
Author: Peter Pentchev <roam at ringlet.net>
Date:   Fri Apr 3 11:59:36 2009 +0000

    My GIF library patches initially meant for the getter functions to
    return the number of bytes actually read (hence an unsigned value),
    but were later changed to let them return a true/false flag.
    This is better served by a plain "int" return type.

commit b9c2ed26fc1d412d836e1e3bdd3ef398ae73d3b9
Author: Peter Pentchev <roam at ringlet.net>
Date:   Fri Apr 3 11:51:31 2009 +0000

    ARRRRGH!  Score one for well-meant yet not-quite-thought-out patches...
    
    Invert a test so that xmahjongg's GIF library actually manages to
    read GIF images from a memory buffer instead of just skipping
    the rest and segfaulting a couple of steps down the line.
    
    Reported by:	tolimar
    Pointy hat to:	myself

commit bbb498d8ff9fe2aaa4fb2b3a005c27398e40e1e1
Author: Peter Pentchev <roam at ringlet.net>
Date:   Thu Apr 2 21:35:51 2009 +0000

    I think this overhauled xmahjongg package is pretty much ready to be
    unleashed upon the unsuspecting world.

commit 68ef170491bb48b738a91ff6a4241a7187e42461
Author: Peter Pentchev <roam at ringlet.net>
Date:   Thu Apr 2 21:27:11 2009 +0000

    Add and install a desktop file, slightly modified from #478955.

commit 9be15f3b35be17c31b032fad4778732bc8961dc8
Author: Peter Pentchev <roam at ringlet.net>
Date:   Thu Apr 2 20:46:54 2009 +0000

    Use the build hardening wrapper unless "nohardening" is in DEB_BUILD_OPTIONS.
    Fix a couple more warnings reported by the hardening wrapper.

commit eefd2e23bdd480922d47764f58dcfb7015a286da
Author: Peter Pentchev <roam at ringlet.net>
Date:   Thu Apr 2 14:03:52 2009 +0000

    Fix a couple of const char * warnings.

commit 2c774f3a846434a1a77aefbd2f58f5298b9212e7
Author: Peter Pentchev <roam at ringlet.net>
Date:   Thu Apr 2 13:40:43 2009 +0000

    Make the configure script work even with the -Werror flag.

commit 2b5203acb0498f8ccaba5695144a5fd8f9fec67f
Author: Peter Pentchev <roam at ringlet.net>
Date:   Thu Apr 2 12:56:36 2009 +0000

    Pass -Werror to the compiler if the non-standard "werror" option is on.

commit 46d62809cd512299c074e086fb1753d19f804fbc
Author: Peter Pentchev <roam at ringlet.net>
Date:   Wed Apr 1 00:21:46 2009 +0000

    Convert the copyright file to the machine-parseable format and
    actually list all the licenses for all relevant files there.

commit dad29047841f4ced6ac31a3975fc50faddb27b77
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 23:47:46 2009 +0000

    Fix a typo in the manual page, thus closing #302663.

commit 27bffe95ccbdbbbce3e552f5191884c305d563c9
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 23:40:57 2009 +0000

    Ah, the x-dev build dependecy was even files as a bug :)

commit f1a8370a6ed6367b8d02b9f4f07d9ef5903a2af7
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 23:38:52 2009 +0000

    Add a couple of to-do items for tomorrow.

commit b906e761a5d0cb2e118e8056038e33555ee6d287
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 23:35:00 2009 +0000

    Override the "no upstream changelog" lintian warning.

commit 197f7ff0eef9ebffbbe485711fb22e433d43ac33
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 23:31:46 2009 +0000

    Minimize the rules file by using debhelper's override targets.
    
    This is intentionally done as a separate commit to allow easier backporting
    to lenny.

commit 55463b0288f00ded3a66970e22fa074c452ddb28
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 23:18:39 2009 +0000

    Shorten the rules file using debhelper 7's dh tool.

commit e320ae048bf4abab40536e5c4d2ef6e829db70bf
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 23:08:18 2009 +0000

    Bump the debhelper compatibility level to 7:
    - specify a version in the debhelper build-dep
    - use dh_prep instead of dh_clean -k
    
    This is intentionally done separately from the bump to level 5 to allow
    easier backporting to etch.

commit 6b3e90a564e58743831060672ff490c680975430
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 23:00:16 2009 +0000

    Bump Standards-Version to 3.8.1 by simply adding the README.source file.

commit 17ccb989f376b3456c385f7f585e4b4f4b378aae
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 22:52:05 2009 +0000

    Use dh_installman instead of the deprecated dh_installmanpages.

commit abe384b55c0e1166f8b465f163d5a2a6d47cce9f
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 22:38:16 2009 +0000

    Bump the debhelper compatibility level from 4 to 5 with no changes.

commit 586996d83c54ee4c5bcb3b5d7b218dc9e866a6a1
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 22:36:04 2009 +0000

    For debhelper compatibility level 4, add misc:Depends to the binary package.

commit d6097101482e7dac708da933ebc090b813ad21d6
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 22:33:30 2009 +0000

    Add a debian/compat file specifying the debhelper compatibility level.
    For level 3, build into debian/xmahjongg/, not debian/tmp/ anymore.

commit 2b11e6969bb21d1ace8b2fbf85272cdbb3f1fb43
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 22:16:50 2009 +0000

    Replace the obsolete x-dev dependency with x11proto-core-dev.

commit 6aaf85a9e2e547908f4973fe2245e252b17e0d46
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 22:10:56 2009 +0000

    Flesh out the long description a bit.

commit 22ea52bfee90ef7e207885615d75c5eb890fcd21
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 22:02:06 2009 +0000

    Add the Homepage, Vcs-Svn, and Vcs-Browser fields.

commit 94c62a7c590c54efa75381cec90cc812cd332b0b
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 21:56:13 2009 +0000

    Do not ignore errors from "make clean".

commit 0e11aca238638583a47ef5237366c89a6211b344
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 21:52:04 2009 +0000

    Add a watch file.

commit 66eac47ead43db8d4be0241d13b9ae535371298c
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 15:19:34 2009 +0000

    Well, of *course* the distribution ought to be "unreleased"!

commit 2a9d942bb780003552ce093e12c895718b6ea9bc
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 15:12:04 2009 +0000

    Regenerate the autotools-related files.

commit be52e8ef5be5f4fadedba47096586689968c6a47
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 14:50:56 2009 +0000

    Erm, yeah.  When switching to a patch management system, remove
    the directly changed source files.

commit 10f6e0f8317a7624600f9bc2a90daa55acf2bb15
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 14:49:14 2009 +0000

    Use quilt for patch management.
    For the present, just import the inherited patches to the autotools files
    without regenerating them.  This requires a slight build hack to avoid
    regenerating config.h.in :)

commit 4a9a79a08c3dcc400a90692e7377305266903445
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 14:29:59 2009 +0000

    Note the adoption into the Debian Games Team.

commit 470b80e5a2fafdcd7fcb617ee7b67dc7abf1aee9
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 13:39:46 2009 +0000

    origUrl property set for xmahjongg-3.7

commit 3a2bb140096ad4808e615c564ec10fa0655ab497
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 13:37:30 2009 +0000

    [svn-inject] Applying Debian modifications to trunk

commit 9da49f1ecfffe95680eba9a147efbf294785477a
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 13:37:23 2009 +0000

    [svn-inject] Forking xmahjongg source to Trunk

commit 5009c52d74c657078ace2e22a22a67a62e702870
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Mar 31 13:37:08 2009 +0000

    [svn-inject] Installing original source of xmahjongg

-----------------------------------------------------------------------

-- 
xmahjongg: A tile-based solitaire game



More information about the Pkg-games-commits mailing list