Tag 'x11-apps-7.7+1' created by Julien Cristau <jcris...@debian.org> at 2013-08-13 18:50 +0000
Tagging upload of x11-apps 7.7+1 to unstable. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) iQIcBAABAgAGBQJSCoALAAoJEDEBgAUJBeQMMisQAKfh1haOPYeUevZG8+g1YzYx Y/xhyqFXMmyy1YiSa1K0rYX0ELMlk5C75+Rqdchc6jj1e6EkZJQSYT9aLsXRfEug HTKy4Gk0CXhk+qrjwOCR4KqaQEIr4QF63WO/ThdDrPtcjC2belmxrFcpuk/i65zQ NB0EO+OiZWZ3Jx5zz7lOyagr5Ajj6pHSocPfUPQHgrvZNTQfci9G8dqvIyv8QLUn X7qtJ6Dn6Rbt22otd2ywzBpKV2F/7EeT4BQjJmSrH+bsJ+aIYOQPLAQb2E6EFSJS ywqlOuqH2g0TnL46w+OEXWxGy8E8q/VufNFa2IIlYla/xVDq7g/yziffmnTCxqCc 8rMgyWPJE23r9h3iZmcD21sN58137p9TaDnv3oFvQNqog7IT00Rfzi1BlykRFNts Oj3sLKcPkJBssxbEv/tT3wsf/iu+f9qJQLhZE+C62ZH4nq25pnNlFlb2GRb8gtKE bivbfbGyXVRmRbQQbQID0trDBmD6SuKey0MNzJv/jjArUvi50WWw9noEHG2ZYqrd SZSotfCjZwFqM+JwWhU3Fr7FHrpzlGTjpcDYSFVt7fv1s6PcNTSRU9UbmA6TqrbF nzXTiMT0pKs5YJZvHooBgh8NnwQSsqPNc+bvwal8QjmYN2DwxGSPStLby+T9azjK DyJhpFxcKWkHpUMv3eOE =7t47 -----END PGP SIGNATURE----- Changes since x11-apps-7.7-2: Julien Cristau (5): xconsole 1.0.6. xload 1.1.2. xwd 1.0.6 Add build-dep on bison to make xgc's configure happy. Upload to unstable Robert Hooker (22): Add patch to fix building with no-add-needed. Bump changelog and update maintainers. Refresh 100-fix-linking-with-no-add-needed.patch Merge branch 'debian-unstable' into ubuntu Drop 100-fix-linking-with-no-add-needed.patch, upstream Bump changelog Add rendercheck 1.4 to x11-apps. debian/control: Add transset to conflicts/replaces to fix upgrades. Update ico to 1.0.4 Update xcalc to 1.0.5 Update xconsole to 1.0.5 Update xditview to 1.0.3 Update xedit to 1.2.1 Update xgc to 1.0.4 Update xmag to 1.0.5 debian/control: Fix up after 9bd0ac112 merge. Bump version to 7.7-1 because the 7.7 katamari has released. Fix version to 7.7+1. Update bitmap to 1.0.7 Update transset to 1.0.1 Add an update-copyright target to refresh debian/copyright using upstream's COPYING files, thanks to Julien Cristau. debian/copyright: refresh Timo Aaltonen (4): Merge commit 'x11-apps-7.6+4' into ubuntu releasing version 7.6+4ubuntu1 Refreshed 100-no-add-needed.patch to fix FTBFS. Merge commit 'a7147f9cd3018b70a34aa04c1a938e287a091bc9' into debian-unstable --- bitmap/Bitmap.c | 8 bitmap/ChangeLog | 72 bitmap/Makefile.in | 565 +-- bitmap/aclocal.m4 | 675 ++-- bitmap/atobm.c | 23 bitmap/bmtoa.c | 32 bitmap/compile | 232 + bitmap/config.guess | 307 + bitmap/config.sub | 237 - bitmap/configure | 2650 ++++++++-------- bitmap/configure.ac | 6 bitmap/depcomp | 530 ++- bitmap/install-sh | 35 bitmap/man/Makefile.in | 131 bitmap/man/bitmap.man | 8 bitmap/missing | 461 -- debian/changelog | 26 debian/control | 8 debian/copyright | 519 +-- debian/copyright.head | 6 debian/rules | 12 debian/watch.rendercheck | 3 ico/ChangeLog | 88 ico/Makefile.am | 18 ico/Makefile.in | 354 +- ico/aclocal.m4 | 1143 +++++-- ico/config.guess | 233 - ico/config.sub | 134 ico/configure | 5896 +++++++++++++++++++++++++++++++++++- ico/configure.ac | 11 ico/depcomp | 74 ico/ico.c | 30 ico/ico.man | 90 ico/install-sh | 29 ico/man/Makefile.am | 12 ico/man/Makefile.in | 424 ++ ico/man/ico.man | 90 rendercheck/AUTHORS | 2 rendercheck/COPYING | 19 rendercheck/ChangeLog | 743 ++++ rendercheck/INSTALL | 291 + rendercheck/Makefile.am | 39 rendercheck/Makefile.in | 847 +++++ rendercheck/NEWS | 27 rendercheck/README | 12 rendercheck/aclocal.m4 | 2371 ++++++++++++++ rendercheck/autogen.sh | 13 rendercheck/config.guess | 1505 +++++++++ rendercheck/config.sub | 1739 ++++++++++ rendercheck/configure | 6199 ++++++++++++++++++++++++++++++++++++++ rendercheck/configure.ac | 31 rendercheck/depcomp | 630 +++ rendercheck/doc/AddingNewTests | 9 rendercheck/doc/TODO | 8 rendercheck/install-sh | 520 +++ rendercheck/main.c | 313 + rendercheck/man/Makefile.am | 38 rendercheck/man/Makefile.in | 434 ++ rendercheck/man/rendercheck.man | 55 rendercheck/missing | 376 ++ rendercheck/ops.c | 243 + rendercheck/rendercheck.h | 187 + rendercheck/t_blend.c | 74 rendercheck/t_bug7366.c | 151 rendercheck/t_composite.c | 104 rendercheck/t_dstcoords.c | 69 rendercheck/t_fill.c | 44 rendercheck/t_gradient.c | 332 ++ rendercheck/t_repeat.c | 143 rendercheck/t_srccoords.c | 151 rendercheck/t_triangles.c | 240 + rendercheck/t_tsrccoords.c | 157 rendercheck/t_tsrccoords2.c | 173 + rendercheck/tests.c | 775 ++++ transset/ChangeLog | 88 transset/Makefile.in | 355 +- transset/aclocal.m4 | 5553 +++++++++++++++++----------------- transset/config.guess | 60 transset/config.h.in | 3 transset/config.sub | 95 transset/configure | 709 ++-- transset/configure.ac | 6 transset/depcomp | 454 +- transset/install-sh | 14 transset/man/Makefile.in | 103 transset/man/transset.man | 103 transset/missing | 414 -- transset/transSet.c | 65 xcalc/ChangeLog | 72 xcalc/Makefile.am | 25 xcalc/Makefile.in | 353 +- xcalc/aclocal.m4 | 1123 +++++- xcalc/actions.c | 32 xcalc/app-defaults/XCalc | 2 xcalc/autogen.sh | 13 xcalc/config.guess | 233 - xcalc/config.sub | 134 xcalc/configure | 5878 +++++++++++++++++++++++++++++++++++- xcalc/configure.ac | 13 xcalc/depcomp | 74 xcalc/install-sh | 29 xcalc/man/Makefile.am | 12 xcalc/man/Makefile.in | 426 ++ xcalc/man/xcalc.man | 445 ++ xcalc/math.c | 40 xcalc/xcalc.c | 16 xcalc/xcalc.man | 437 -- xconsole/ChangeLog | 228 + xconsole/Makefile.am | 23 xconsole/Makefile.in | 557 ++- xconsole/aclocal.m4 | 2061 ++++++++---- xconsole/app-defaults/XConsole | 7 xconsole/compile | 347 ++ xconsole/config.guess | 407 +- xconsole/config.h.in | 3 xconsole/config.sub | 237 - xconsole/configure | 6374 +++++++++++++++++++++++++++++++++++++-- xconsole/configure.ac | 26 xconsole/depcomp | 531 ++- xconsole/install-sh | 35 xconsole/man/Makefile.am | 12 xconsole/man/Makefile.in | 486 ++ xconsole/man/xconsole.man | 113 xconsole/missing | 461 -- xconsole/xconsole.c | 145 xconsole/xconsole.man | 117 xditview/ChangeLog | 66 xditview/Makefile.am | 17 xditview/Makefile.in | 354 +- xditview/aclocal.m4 | 1240 +++++-- xditview/config.guess | 235 - xditview/config.sub | 184 - xditview/configure | 6519 +++++++++++++++++++++++++++++++++++++--- xditview/configure.ac | 12 xditview/depcomp | 74 xditview/install-sh | 29 xditview/man/Makefile.am | 12 xditview/man/Makefile.in | 426 ++ xditview/man/xditview.man | 177 + xditview/xditview.man | 177 - xedit/AUTHORS | 2 xedit/COPYING | 50 xedit/ChangeLog | 164 + xedit/Makefile.am | 19 xedit/Makefile.in | 867 ++--- xedit/aclocal.m4 | 1143 +++++-- xedit/compile | 173 + xedit/config.guess | 233 - xedit/config.sub | 134 xedit/configure | 5850 +++++++++++++++++++++++++++++++++++ xedit/configure.ac | 13 xedit/depcomp | 74 xedit/install-sh | 29 xedit/lisp/core.c | 5 xedit/lisp/env.c | 151 xedit/lisp/getenv.c | 81 xedit/lisp/lisp.c | 2 xedit/lisp/mathimp.c | 37 xedit/lisp/mp/mp.c | 12 xedit/lisp/mp/mp.h | 2 xedit/lisp/mp/mpi.c | 8 xedit/lisp/re/re.c | 2 xedit/lisp/read.c | 4 xedit/lisp/setenv.c | 178 + xedit/man/Makefile.am | 12 xedit/man/Makefile.in | 428 ++ xedit/man/xedit.man | 476 ++ xedit/realpath.c | 306 - xedit/util.c | 2 xedit/xedit.man | 451 -- xgc/ChangeLog | 87 xgc/Makefile.am | 24 xgc/Makefile.in | 372 +- xgc/aclocal.m4 | 1143 +++++-- xgc/config.guess | 233 - xgc/config.sub | 134 xgc/configure | 6108 ++++++++++++++++++++++++++++++++++++- xgc/configure.ac | 22 xgc/depcomp | 74 xgc/install-sh | 29 xgc/man/Makefile.am | 12 xgc/man/Makefile.in | 430 ++ xgc/man/xgc.man | 158 xgc/text.c | 4 xgc/xgc.man | 158 xgc/ylwrap | 34 xload/ChangeLog | 158 xload/Makefile.in | 458 +- xload/aclocal.m4 | 705 ++-- xload/compile | 347 ++ xload/config.guess | 407 +- xload/config.sub | 237 - xload/configure | 574 ++- xload/configure.ac | 2 xload/depcomp | 531 ++- xload/get_load.c | 628 +-- xload/install-sh | 35 xload/man/Makefile.in | 131 xload/man/xload.man | 10 xload/missing | 461 -- xload/xload.c | 93 xmag/ChangeLog | 71 xmag/Makefile.am | 23 xmag/Makefile.in | 352 +- xmag/Scale.c | 12 xmag/aclocal.m4 | 1143 +++++-- xmag/config.guess | 233 - xmag/config.h.in | 3 xmag/config.sub | 134 xmag/configure | 6164 ++++++++++++++++++++++++++++++++++++- xmag/configure.ac | 19 xmag/depcomp | 74 xmag/install-sh | 29 xmag/man/Makefile.am | 12 xmag/man/Makefile.in | 424 ++ xmag/man/xmag.man | 99 xmag/xmag.man | 99 xwd/ChangeLog | 102 xwd/Makefile.am | 6 xwd/Makefile.in | 445 +- xwd/aclocal.m4 | 997 +++--- xwd/clientwin.c | 4 xwd/compile | 347 ++ xwd/config.guess | 407 +- xwd/config.h.in | 3 xwd/config.sub | 237 - xwd/configure | 1893 +++++++---- xwd/configure.ac | 18 xwd/depcomp | 531 ++- xwd/dsimple.c | 19 xwd/dsimple.h | 6 xwd/install-sh | 35 xwd/list.c | 14 xwd/list.h | 20 xwd/man/Makefile.in | 131 xwd/missing | 461 -- xwd/multiVis.c | 184 - xwd/multiVis.h | 2 xwd/wsutils.h | 2 xwd/xwd.c | 40 240 files changed, 93547 insertions(+), 19262 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1v9jh1-0003rx...@vasks.debian.org