[Pkg-jed-commit] [SCM] slgtk branch, jo-next, created. 1244718637217be43d79f9674162f5866e716cc2

Jörg Sommer joerg at alea.gnuu.de
Tue Feb 23 10:46:00 UTC 2010


The branch, jo-next has been created
        at  1244718637217be43d79f9674162f5866e716cc2 (commit)

- Shortlog ------------------------------------------------------------
commit 1244718637217be43d79f9674162f5866e716cc2
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Mon Feb 22 01:53:56 2010 +0100

    Release of 0.7.6-1

commit a1dedf40f418ba1f7f1a1836d8b0b9733ac9dcad
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Sun Feb 21 19:10:09 2010 +0100

    rules: make success of the test suite neccessary
    
    It doesn't make sense to ship a package that fails to run the test suite.
    Hence, the success of the build must depend on the success of the test
    suite.

commit f38487cbabea4449af0c09185188aa0e89b743a5
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Sun Feb 21 19:07:22 2010 +0100

    rules: Do not run test suite if DEB_BUILD_OPTIONS contains nocheck
    
    The Debian policy requests to not run the test suite, if the environment
    variable DEB_BUILD_OPTIONS contains the option nocheck.

commit 7d744dfa459f957555685166f00b5814e7015052
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Thu Feb 18 00:44:48 2010 +0100

    Remove unused entries from the list of linked gtk libraries
    
    Dpkg-shlibdeps complained about linkage of gtkextra-module.so and
    libslgtk.so.0.7.5 with libraries without using any symbols from them. The
    problem is, “pkg-config --libs gtk+-2.0” tells the configure script the
    libraries libgio-2.0, libgmodule-2.0, libfontconfig, libatk-1.0,
    libpangocairo-1.0, libfreetype and libpangoft2-1.0 are needed.

commit 8e056338bed2cdd1473a333011a5877ee37fb302
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Thu Feb 18 00:42:48 2010 +0100

    Enable additional compiler warnings
    
    It's better to get more than less warnings.

commit 737534ed40c146bbdfb45e4f8a703fe7aa950248
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Thu Feb 18 00:09:38 2010 +0100

    build‐depends: add xauth
    
    The command xvfb-run, used to run the test suite, requires the command
    xauth. Therefore, we must install it at build time. Otherwise the test
    suite is not run.

commit 0e957420aa3dc38a651b82198b96174185d396f6
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Thu Feb 18 00:05:43 2010 +0100

    build‐depends: add autotools-dev
    
    The buildds do not install recommends. Hence, the autotools-dev package
    gets not installed and cdbs can't replace the obsolate config.{guess,sub}
    files by updated version.

commit 59e4e0f8e87d1a6ed42e7cffd9afafbfbcb45acf
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Thu Feb 18 00:02:59 2010 +0100

    build‐depends: add bc
    
    The command bc is used in the script admin/codegsummary.

commit 08c11d9cdf86bf469fd05aa5374328c95d9ee42b
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Tue Feb 16 01:41:28 2010 +0100

    Bump standards‐version to 3.8.4

commit d23c95775e32774fb476992009d8f5d73e068616
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Tue Feb 16 00:23:50 2010 +0100

    control: Allow uploads by Jörg (Debian Maintainer)
    
    We have to grant the special permission for Debian Maintainer uploads to
    make Jörg can upload new versions of this package without the help of a
    Debian Developer.

commit 4e329a06ba03c996c89d13ece8f634eb48274d35
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Tue Feb 16 00:20:32 2010 +0100

    control: Replace Rafael by Jörg as uploader
    
    Now, as Rafael is no longer active for Debian, me as part of the Debian
    Jed Group take over the maintainance of this package.

commit 458be717a8d174249a36fb07a1fba58e58389d1a
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Mon Feb 22 00:45:22 2010 +0100

    Cleanup in gif
    
    The distclean target of the top level Makefile does not cleanup in gif.
    Hence, we have to do it.

commit 3c707caf37b3475edaede54223ff92eab4fdab00
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Mon Feb 22 01:46:17 2010 +0100

    Work around broken option passing for manpage option of configure
    
    The default configure option of cdbs for manual pages is
    "\${prefix}/share/man". But the configure doesn't work with this and uses
    only /share/man which installed in manual page of imdisplay in
    /share/man.

commit fdef5ec1a0501a71c1dd2316c41bd05dec0f73a3
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Mon Feb 22 00:40:34 2010 +0100

    Work around broken inner configure call to create gif/Makefile
    
    The configure script calls a sub‐configure script to build the Makefile
    in gif. But there seems to be a broken passing of the CFLAGS variable. If
    it contains more than one option (e.g. -a -b), the inner configure script
    fails (and complains it doesn't know the option -b).
    
        configure.real: error: unrecognized option: -b
        Try `./configure.real --help' for more information.
    
    But the configure call doesn't fail and we can do the right call yourself
    to work around this bug.

commit d74aa3d231c76ae6865f6ca5639c6cc7d511b0de
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Sun Feb 21 19:25:31 2010 +0100

    Start a new version

commit 5814a5ed9c0ffe8d465fb8e0c498c288f1d2a629
Merge: 3ed70868888432928663b3fdf08dba079a6c3798 156ff930bd01aba7058a85eba255fbcfe87429b3
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Sun Feb 21 19:49:37 2010 +0100

    Merge branch 'upstream'

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

-- 
slgtk



More information about the Pkg-jed-commit mailing list