libice: Changes to 'debian-unstable'
debian/changelog |7 +++- debian/control| 17 ++- debian/libice-dev.install |2 - debian/libice-doc.install |1 debian/rules | 69 -- 5 files changed, 64 insertions(+), 32 deletions(-) New commits: commit 25a6fbc379a663690989366eb1f7d378e8c804e1 Author: Julien Cristau Date: Mon Apr 9 17:01:18 2012 +0200 Upload to unstable diff --git a/debian/changelog b/debian/changelog index c673440..9c960fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libice (2:1.0.8-1) UNRELEASED; urgency=low +libice (2:1.0.8-1) unstable; urgency=low * New upstream release. * Bump xutils-dev, xmlto and xorg-sgml-doctools build-deps. @@ -9,7 +9,7 @@ libice (2:1.0.8-1) UNRELEASED; urgency=low Disable the docs in the build-arch target. * Mark libice-dev as multi-arch capable. - -- Julien Cristau Sun, 25 Mar 2012 19:08:24 +0200 + -- Julien Cristau Mon, 09 Apr 2012 17:01:09 +0200 libice (2:1.0.7-2) unstable; urgency=low commit 82a6d1244c76c3720aa67f24cfd30429b1a68f37 Author: Julien Cristau Date: Mon Apr 9 17:00:16 2012 +0200 Strip libICE.a diff --git a/debian/rules b/debian/rules index 79d8300..cb70914 100755 --- a/debian/rules +++ b/debian/rules @@ -84,6 +84,7 @@ binary-arch: build-arch install dh_installchangelogs -a ChangeLog dh_link -a dh_strip -p$(PACKAGE) --dbg-package=$(PACKAGE)-dbg + dh_strip -a -N$(PACKAGE) dh_compress -a dh_fixperms -a dh_makeshlibs -a -V'$(PACKAGE) (>= 1:1.0.0)' commit 8907811ef6c98e3dd17d1174d78c28726e347d26 Author: Julien Cristau Date: Mon Apr 9 16:54:31 2012 +0200 Fix up dh_install line and Multi-Arch for libice-doc diff --git a/debian/control b/debian/control index 42b0b3a..effbebf 100644 --- a/debian/control +++ b/debian/control @@ -76,6 +76,7 @@ Description: X11 Inter-Client Exchange library (development headers) Package: libice-doc Architecture: all +Multi-Arch: foreign Section: doc Depends: ${misc:Depends}, diff --git a/debian/rules b/debian/rules index c299736..79d8300 100755 --- a/debian/rules +++ b/debian/rules @@ -98,7 +98,7 @@ binary-indep: build-indep install dh_testdir dh_testroot dh_installdocs -i - dh_install -i --sourcedir=debian/tmp --list-missing + dh_install -i --sourcedir=debian/tmp --fail-missing --exclude=libICE.la dh_installchangelogs -i ChangeLog dh_link -i dh_compress -i commit ddcdb0c581d71296575af6a133fccf15548b98eb Author: Julien Cristau Date: Mon Apr 9 16:51:03 2012 +0200 Add missing ${misc:Depends} for the new libice-doc package diff --git a/debian/control b/debian/control index 9a72bb9..42b0b3a 100644 --- a/debian/control +++ b/debian/control @@ -77,6 +77,8 @@ Description: X11 Inter-Client Exchange library (development headers) Package: libice-doc Architecture: all Section: doc +Depends: + ${misc:Depends}, Description: documentation for the X11 ICE protocol and library The Inter-Client Exchange (ICE) Protocol allows for communication of data between X clients. commit df18f934a0ebad548747c0aa2a7960829ab88b00 Author: Julien Cristau Date: Mon Apr 9 16:48:27 2012 +0200 Mark libice-dev as multi-arch capable. diff --git a/debian/changelog b/debian/changelog index c917bf3..c673440 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ libice (2:1.0.8-1) UNRELEASED; urgency=low * Don't require (fake)root for debian/rules clean. * Split the protocol spec and API doc to a separate libice-doc package. Disable the docs in the build-arch target. + * Mark libice-dev as multi-arch capable. -- Julien Cristau Sun, 25 Mar 2012 19:08:24 +0200 diff --git a/debian/control b/debian/control index e3879bc..9a72bb9 100644 --- a/debian/control +++ b/debian/control @@ -57,6 +57,7 @@ Description: X11 Inter-Client Exchange library (debug package) Package: libice-dev Architecture: any +Multi-Arch: same Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends}, libice6 (= ${binary:Version}), x11proto-core-dev Suggests: libice-doc commit a3df20526a341af85978c474010234c8aae98706 Author: Julien Cristau Date: Mon Apr 9 16:46:15 2012 +0200 Split the protocol spec and API doc to a separate libice-doc package. Disable the docs in the build-arch target. diff --git a/debian/changelog b/debian/changelog index 0170901..c917bf3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ libice (2:1.0.8-1) UNRELEASED; urgency=low * Pass the shlib version to dh_makeshlibs instead of using a .shlibs file. * Stop installing xorg.css, it's no longer shipped. * Don't require (fake)root for debian/rules clean. + * Split the protocol spec and API doc to a separate libice-doc package. +Disable the docs in the build-arch target. -- Julien Cristau Sun, 25 Mar 2012 19:08:24 +0200 diff --git a/debian/control b/
libsm: Changes to 'upstream-unstable'
COPYING|3 configure.ac | 60 -- doc/.gitignore |3 doc/Makefile.am| 63 -- doc/SMlib.xml | 736 ++--- doc/xsmp.xml | 1229 - docbook.am | 105 include/X11/SM/SMlib.h |6 sm.pc.in |4 src/Makefile.am|5 src/SMlibint.h | 10 src/sm_client.c| 32 - src/sm_error.c |8 src/sm_genid.c | 154 ++ src/sm_manager.c | 14 src/sm_misc.c | 32 - src/sm_process.c | 14 17 files changed, 1358 insertions(+), 1120 deletions(-) New commits: commit b3d1f4896cab54717acd691b62b7fa3122a5fd8c Author: Alan Coopersmith Date: Fri Mar 2 20:53:41 2012 -0800 libSM 1.2.1 Signed-off-by: Alan Coopersmith diff --git a/configure.ac b/configure.ac index 2e1168e..6d578e6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Initialize Autoconf AC_PREREQ(2.60) -AC_INIT([libSM], [1.2.0], +AC_INIT([libSM], [1.2.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libSM]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) commit 6475d9eff0bfbb6446eff205fd52c5ba82c5819c Author: Matt Dew Date: Wed Jan 11 20:33:41 2012 -0700 informaltable cleanup On certain tables, add top and bottom borders to table header and a bottom border to the table. This matches what those tables in the old pdfs looked like. the prevents tables from splitting across pages. Useful for tiny tables. Converting the colwidth to a floating point, IE, 1* -> 1.0* cleans up these build errors: WARNING: table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) Signed-off-by: Matt Dew diff --git a/doc/SMlib.xml b/doc/SMlib.xml index 6d2a234..43579f9 100644 --- a/doc/SMlib.xml +++ b/doc/SMlib.xml @@ -349,26 +349,23 @@ is NULL, the value of the SESSION_MANAGER environment variable will be used. Each network ID has the following format: - - - - - + + + + + - -tcp/: -or + tcp/ : +or - -decnet/ :: -or + decnet/ :: +or - -local/ : - + local/ : + @@ -2888,86 +2885,86 @@ A type of SmLISTofARRAY8 indicates that there is a list of array of bytes. - - - - - - + + + + + + - -Name -Type -POSIX Type -Required + +Name +Type +POSIX Type +Required -SmCloneCommand -OS-specific -SmLISTofARRAY8 -Yes +SmCloneCommand +OS-specific +SmLISTofARRAY8 +Yes -SmCurrentDirectory -OS-specific -SmARRAY8 -No +SmCurrentDirectory +OS-specific +SmARRAY8 +No -SmDiscardCommand -OS-specific -SmLISTofARRAY8 -No* +SmDiscardCommand +OS-specific +SmLISTofARRAY8 +No* -SmEnvironment -OS-specific -SmLISTofARRAY8 -No +SmEnvironment +OS-specific +SmLISTofARRAY8 +No -SmProcessID -OS-specific -SmARRAY8 -No +SmProcessID +OS-specific +SmARRAY8 +No -SmProgram -OS-specific -SmARRAY8 -Yes +SmProgram +OS-specific +SmARRAY8 +Yes -SmRestartCommand -OS-specific -SmLISTofARRAY8 -Yes +SmRestartCommand +OS-specific +SmLISTofARRAY8 +Yes -SmResignCommand -OS-specific -SmLISTofARRAY8 -No +SmResignCommand +OS-specific +SmLISTofARRAY8 +No -SmRestartStyleHint -SmCARD8 -SmCARD8 -No +SmRestartStyleHint +SmCARD8 +SmCARD8 +No -SmShutdownCommand -OS-specific -SmLISTofARRAY8 -No +SmShutdownCommand +OS-specific +SmLISTofARRAY8 +No -SmUserID -SmARRAY8 -SmARRAY8 -Yes +SmUserID +SmARRAY8 +SmARRAY8 +Yes @@ -3052,32 +3049,33 @@ style of restarting the client prefers. If this style is not specified, SmRestartIfRunning is assumed. The possible values are as follows: - - -
libsm: Changes to 'debian-unstable'
COPYING |3 ChangeLog| 391 +++ configure.ac | 60 debian/changelog | 12 debian/control | 17 debian/libsm-dev.install |3 debian/libsm-doc.install |1 debian/patches/0001-sm.pc-don-t-export-a-dependency-on-ice.patch | 26 debian/patches/series|2 debian/rules | 70 doc/.gitignore |3 doc/Makefile.am | 63 doc/SMlib.xml| 736 ++--- doc/xsmp.xml | 1229 +- docbook.am | 105 include/X11/SM/SMlib.h |6 sm.pc.in |4 src/Makefile.am |5 src/SMlibint.h | 10 src/sm_client.c | 32 src/sm_error.c |8 src/sm_genid.c | 154 - src/sm_manager.c | 14 src/sm_misc.c| 32 src/sm_process.c | 14 25 files changed, 1818 insertions(+), 1182 deletions(-) New commits: commit f3bd9b7563d1f0856bd07b162827ab849821b265 Author: Julien Cristau Date: Mon Apr 9 17:55:51 2012 +0200 Upload to unstable diff --git a/debian/changelog b/debian/changelog index f5797ec..ffd1b40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libsm (2:1.2.1-1) UNRELEASED; urgency=low +libsm (2:1.2.1-1) unstable; urgency=low * New upstream release. * Drop 0001-sm.pc-don-t-export-a-dependency-on-ice.patch, applied upstream. @@ -8,7 +8,7 @@ libsm (2:1.2.1-1) UNRELEASED; urgency=low - don't build the docs in build-arch * Bump build-deps on xutils-dev, xmlto and xorg-sgml-doctools. - -- Julien Cristau Mon, 09 Apr 2012 17:17:45 +0200 + -- Julien Cristau Mon, 09 Apr 2012 17:55:48 +0200 libsm (2:1.2.0-2) unstable; urgency=low commit d08e4ce2c15b706079a797ad471fbfcec3407780 Author: Julien Cristau Date: Mon Apr 9 17:55:45 2012 +0200 Bump build-deps on xutils-dev, xmlto and xorg-sgml-doctools. diff --git a/debian/changelog b/debian/changelog index bf4cd10..f5797ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ libsm (2:1.2.1-1) UNRELEASED; urgency=low * Split the docs to a separate libsm-doc package - mark libsm-dev Multi-Arch: same, and libsm-doc Multi-Arch: foreign - don't build the docs in build-arch + * Bump build-deps on xutils-dev, xmlto and xorg-sgml-doctools. -- Julien Cristau Mon, 09 Apr 2012 17:17:45 +0200 diff --git a/debian/control b/debian/control index d647d56..f95276e 100644 --- a/debian/control +++ b/debian/control @@ -12,10 +12,10 @@ Build-Depends: uuid-dev, automake, libtool, - xutils-dev (>= 1:7.5+5), + xutils-dev (>= 1:7.6+2), quilt, # doc: - xmlto, xorg-sgml-doctools (>= 1:1.5), w3m, + xmlto (>= 0.0.22), xorg-sgml-doctools (>= 1:1.8), w3m, Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libsm Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libsm.git commit 5df28b05b2320a9ca3c502abc8eb62d0874113ae Author: Julien Cristau Date: Mon Apr 9 17:48:54 2012 +0200 Split the docs to a separate libsm-doc package - mark libsm-dev Multi-Arch: same, and libsm-doc Multi-Arch: foreign - don't build the docs in build-arch diff --git a/debian/changelog b/debian/changelog index 0e88ed9..bf4cd10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ libsm (2:1.2.1-1) UNRELEASED; urgency=low * New upstream release. * Drop 0001-sm.pc-don-t-export-a-dependency-on-ice.patch, applied upstream. * Don't require (fake)root for debian/rules clean. + * Split the docs to a separate libsm-doc package +- mark libsm-dev Multi-Arch: same, and libsm-doc Multi-Arch: foreign +- don't build the docs in build-arch -- Julien Cristau Mon, 09 Apr 2012 17:17:45 +0200 diff --git a/debian/control b/debian/control index cfc2482..d647d56 100644 --- a/debian/control +++ b/debian/control @@ -60,7 +60,9 @@ Description: X11 Session Management library (debug package) Package: libsm-dev Section: libdevel Architecture: any +Multi-Ar
libpciaccess: Changes to 'upstream-unstable'
configure.ac |3 ++- src/Makefile.am |2 +- src/common_device_name.c | 22 -- src/common_io.c | 39 --- src/common_vgaarb.c |2 +- src/freebsd_pci.c|8 src/linux_sysfs.c| 32 src/netbsd_pci.c |4 ++-- src/openbsd_pci.c|3 ++- src/pciaccess_private.h | 13 + src/solx_devfs.c |6 +++--- src/x86_pci.c|4 ++-- 12 files changed, 70 insertions(+), 68 deletions(-) New commits: commit 2ff2996dcb4cfd83da6df4504b68b492b983204b Author: Julien Cristau Date: Mon Apr 9 19:05:27 2012 +0200 Bump to 0.13.1 Signed-off-by: Julien Cristau diff --git a/configure.ac b/configure.ac index cf85307..f2498c7 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libpciaccess],[0.13], +AC_INIT([libpciaccess],[0.13.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess],[libpciaccess]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) diff --git a/src/Makefile.am b/src/Makefile.am index 13a7d94..0d71a80 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -70,4 +70,4 @@ libpciaccess_la_SOURCES = common_bridge.c \ libpciaccess_la_LIBADD = $(PCIACCESS_LIBS) -libpciaccess_la_LDFLAGS = -version-number 0:11:0 -no-undefined +libpciaccess_la_LDFLAGS = -version-number 0:11:1 -no-undefined commit 6f9d9f1e1b093939bc459be606fba72f1d6dfc76 Author: Matthieu Herrb Date: Mon Apr 2 08:22:23 2012 +0200 Fix pci_io_handle allocation routines. The previous version of new_io_handle() would invalidate all previous allocations when realloc moves the base pointer of the ios array. Since I cannot figure out where this array is useful, just get rid of it, providing sound stable memory allocation. Fixes vgaHWSaveFonts() in 1.12 xserver on OpenBSD, but other sub-systems relaying on pci_io could be affected too. Signed-off-by: Matthieu Herrb Tested-by: Tormod Volden diff --git a/src/common_io.c b/src/common_io.c index 5b35e07..f5c9e45 100644 --- a/src/common_io.c +++ b/src/common_io.c @@ -28,59 +28,28 @@ #include "pciaccess.h" #include "pciaccess_private.h" -static struct pci_io_handle *ios; -static unsigned int num_ios; - static struct pci_io_handle * new_io_handle(void) { struct pci_io_handle *new; -new = realloc(ios, sizeof(struct pci_io_handle) * (num_ios + 1)); +new = malloc(sizeof(struct pci_io_handle)); if (!new) return NULL; -ios = new; -num_ios++; - -return ios + num_ios - 1; +return new; } static void delete_io_handle(struct pci_io_handle *handle) { -struct pci_io_handle *new; -int i = 0; - -if (!handle || !num_ios || (void *)handle < (void *)ios || -(void *)handle > (void *)(ios + num_ios - 1)) -return; - -for (i = 0; i < num_ios; i++) { -if (ios + i == handle) { -memmove(&ios[i], &ios[i+1], sizeof(struct pci_io_handle) * -(num_ios - i - 1)); -break; -} -} - -num_ios--; -if (num_ios) { -new = realloc(ios, sizeof(struct pci_io_handle) * num_ios); -if (new) -ios = new; -} else { -free(ios); -ios = NULL; -} +free(handle); +return; } _pci_hidden void pci_io_cleanup(void) { -free(ios); -ios = NULL; -num_ios = 0; } /** commit 725f5669bc03ed9a766e2c51c465e082172e6dae Author: Thordur Bjornsson Date: Wed Mar 14 14:45:52 2012 +0100 Fix openbsd_pci.c:pci_device_vgaarb_set_target(); A return (0) got lost, add it back. Signed-off-by: Matthieu Herrb Reviewed-by: Mark Kettenis diff --git a/src/openbsd_pci.c b/src/openbsd_pci.c index 74b3636..73c68f4 100644 --- a/src/openbsd_pci.c +++ b/src/openbsd_pci.c @@ -733,6 +733,7 @@ int pci_device_vgaarb_set_target(struct pci_device *dev) { pci_sys->vga_target = dev; + return (0); } int commit b16336c0b389ace07f7418f5a021bfbc68fec2b6 Author: Adam Jackson Date: Mon Mar 5 11:01:01 2012 -0500 linux: Fix out[bwl] macros on non-I/O architectures Signed-off-by: Adam Jackson diff --git a/src/linux_sysfs.c b/src/linux_sysfs.c index b817860..97fcf36 100644 --- a/src/linux_sysfs.c +++ b/src/linux_sysfs.c @@ -51,9 +51,9 @@ #define inb(x) -1 #define inw(x) -1 #define inl(x) -1 -#define outb(x) do {} while (0) -#define outw(x) do {} while (0) -#define outl(x) do {} while (0) +#define outb(x,y) do {} while (0) +#define outw(x,y) do {} while (0) +#define outl(x,y) do {} while (0) #define iopl(x) -1 #endif commit d2dc9f9daa45504f035b169aba94d0b154fd29f0 Author: Adam Jackson Date: Mon Feb 27 11:19:50 2012 -0500 Use O_CLOEXEC for internal file descriptors
Bug#666468: (pas de sujet)
same bug with debian sid and libcairo2 1.12.0-2, not resolved with libcairo2 1.10.2-7. -- 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/803819c0fb21e412f3c7e33cfe8ec...@webmail.ange7.com
libice_1.0.8-1_amd64.changes ACCEPTED into unstable
Accepted: libice-dev_1.0.8-1_amd64.deb to main/libi/libice/libice-dev_1.0.8-1_amd64.deb libice-doc_1.0.8-1_all.deb to main/libi/libice/libice-doc_1.0.8-1_all.deb libice6-dbg_1.0.8-1_amd64.deb to main/libi/libice/libice6-dbg_1.0.8-1_amd64.deb libice6_1.0.8-1_amd64.deb to main/libi/libice/libice6_1.0.8-1_amd64.deb libice_1.0.8-1.diff.gz to main/libi/libice/libice_1.0.8-1.diff.gz libice_1.0.8-1.dsc to main/libi/libice/libice_1.0.8-1.dsc libice_1.0.8.orig.tar.gz to main/libi/libice/libice_1.0.8.orig.tar.gz Changes: libice (2:1.0.8-1) unstable; urgency=low . * New upstream release. * Bump xutils-dev, xmlto and xorg-sgml-doctools build-deps. * Pass the shlib version to dh_makeshlibs instead of using a .shlibs file. * Stop installing xorg.css, it's no longer shipped. * Don't require (fake)root for debian/rules clean. * Split the protocol spec and API doc to a separate libice-doc package. Disable the docs in the build-arch target. * Mark libice-dev as multi-arch capable. Override entries for your package: libice-dev_1.0.8-1_amd64.deb - optional libdevel libice-doc_1.0.8-1_all.deb - optional doc libice6-dbg_1.0.8-1_amd64.deb - extra debug libice6_1.0.8-1_amd64.deb - optional libs libice_1.0.8-1.dsc - source x11 Announcing to debian-devel-chan...@lists.debian.org Thank you for your contribution to Debian. -- 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/e1shg7u-0001oi...@franck.debian.org
libsm_1.2.1-1_amd64.changes ACCEPTED into unstable
Accepted: libsm-dev_1.2.1-1_amd64.deb to main/libs/libsm/libsm-dev_1.2.1-1_amd64.deb libsm-doc_1.2.1-1_all.deb to main/libs/libsm/libsm-doc_1.2.1-1_all.deb libsm6-dbg_1.2.1-1_amd64.deb to main/libs/libsm/libsm6-dbg_1.2.1-1_amd64.deb libsm6_1.2.1-1_amd64.deb to main/libs/libsm/libsm6_1.2.1-1_amd64.deb libsm_1.2.1-1.diff.gz to main/libs/libsm/libsm_1.2.1-1.diff.gz libsm_1.2.1-1.dsc to main/libs/libsm/libsm_1.2.1-1.dsc libsm_1.2.1.orig.tar.gz to main/libs/libsm/libsm_1.2.1.orig.tar.gz Changes: libsm (2:1.2.1-1) unstable; urgency=low . * New upstream release. * Drop 0001-sm.pc-don-t-export-a-dependency-on-ice.patch, applied upstream. * Don't require (fake)root for debian/rules clean. * Split the docs to a separate libsm-doc package - mark libsm-dev Multi-Arch: same, and libsm-doc Multi-Arch: foreign - don't build the docs in build-arch * Bump build-deps on xutils-dev, xmlto and xorg-sgml-doctools. Override entries for your package: libsm-dev_1.2.1-1_amd64.deb - optional libdevel libsm-doc_1.2.1-1_all.deb - optional doc libsm6-dbg_1.2.1-1_amd64.deb - extra debug libsm6_1.2.1-1_amd64.deb - optional libs libsm_1.2.1-1.dsc - source x11 Announcing to debian-devel-chan...@lists.debian.org Thank you for your contribution to Debian. -- 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/e1shg7u-0001yy...@franck.debian.org
libice_1.0.8-2_amd64.changes ACCEPTED into unstable
Accepted: libice-dev_1.0.8-2_amd64.deb to main/libi/libice/libice-dev_1.0.8-2_amd64.deb libice-doc_1.0.8-2_all.deb to main/libi/libice/libice-doc_1.0.8-2_all.deb libice6-dbg_1.0.8-2_amd64.deb to main/libi/libice/libice6-dbg_1.0.8-2_amd64.deb libice6_1.0.8-2_amd64.deb to main/libi/libice/libice6_1.0.8-2_amd64.deb libice_1.0.8-2.diff.gz to main/libi/libice/libice_1.0.8-2.diff.gz libice_1.0.8-2.dsc to main/libi/libice/libice_1.0.8-2.dsc Changes: libice (2:1.0.8-2) unstable; urgency=low . * Add missing Replaces/Breaks on libice-dev in the doc package. Thanks, Sven Joachim! Override entries for your package: libice-dev_1.0.8-2_amd64.deb - optional libdevel libice-doc_1.0.8-2_all.deb - optional doc libice6-dbg_1.0.8-2_amd64.deb - extra debug libice6_1.0.8-2_amd64.deb - optional libs libice_1.0.8-2.dsc - source x11 Announcing to debian-devel-chan...@lists.debian.org Thank you for your contribution to Debian. -- 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/e1shg7h-0001tm...@franck.debian.org
libsm_1.2.1-2_amd64.changes ACCEPTED into unstable
Accepted: libsm-dev_1.2.1-2_amd64.deb to main/libs/libsm/libsm-dev_1.2.1-2_amd64.deb libsm-doc_1.2.1-2_all.deb to main/libs/libsm/libsm-doc_1.2.1-2_all.deb libsm6-dbg_1.2.1-2_amd64.deb to main/libs/libsm/libsm6-dbg_1.2.1-2_amd64.deb libsm6_1.2.1-2_amd64.deb to main/libs/libsm/libsm6_1.2.1-2_amd64.deb libsm_1.2.1-2.diff.gz to main/libs/libsm/libsm_1.2.1-2.diff.gz libsm_1.2.1-2.dsc to main/libs/libsm/libsm_1.2.1-2.dsc Changes: libsm (2:1.2.1-2) unstable; urgency=low . * Add missing ${misc:Depends} to libsm-doc. * Add missing Replaces/Breaks on libsm-dev to the doc package. Thanks, Sven Joachim! Override entries for your package: libsm-dev_1.2.1-2_amd64.deb - optional libdevel libsm-doc_1.2.1-2_all.deb - optional doc libsm6-dbg_1.2.1-2_amd64.deb - extra debug libsm6_1.2.1-2_amd64.deb - optional libs libsm_1.2.1-2.dsc - source x11 Announcing to debian-devel-chan...@lists.debian.org Thank you for your contribution to Debian. -- 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/e1shg88-00023z...@franck.debian.org
Processed: reassign 668182 to xorg-server, forcibly merging 666468 668182
Processing commands for cont...@bugs.debian.org: > reassign 668182 xorg-server Bug #668182 [gnome-terminal] [gnome-terminal] incorrect partial redraw in mc Bug reassigned from package 'gnome-terminal' to 'xorg-server'. No longer marked as found in versions gnome-terminal/3.4.0.1-1. Ignoring request to alter fixed versions of bug #668182 to the same values previously set > forcemerge 666468 668182 Bug #666468 [xorg-server] xorg-server: major text display problems in several apps Bug #666538 [xorg-server] xorg-server: major text display problems in several apps Bug #666564 [xorg-server] xorg-server: major text display problems in several apps Bug #666565 [xorg-server] xorg-server: major text display problems in several apps Bug #95 [xorg-server] xorg-server: major text display problems in several apps Bug #666922 [xorg-server] xorg-server: major text display problems in several apps Bug #666998 [xorg-server] xorg-server: major text display problems in several apps Bug #667048 [xorg-server] xorg-server: major text display problems in several apps Bug #667073 [xorg-server] xorg-server: major text display problems in several apps Bug #667445 [xorg-server] xorg-server: major text display problems in several apps Bug #667520 [xorg-server] xorg-server: major text display problems in several apps Bug #667809 [xorg-server] xorg-server: major text display problems in several apps Bug #668172 [xorg-server] libreoffice-impress: impress doesn't show anything in presentation mode with cairo 1.12 Bug #668190 [xorg-server] libreoffice-impress: Slideshow doesn't work any more with cairo 1.12 Bug #668182 [xorg-server] [gnome-terminal] incorrect partial redraw in mc Set Bug forwarded-to-address to 'https://bugs.freedesktop.org/show_bug.cgi?id=47266'. Severity set to 'grave' from 'normal' 667040 was blocked by: 95 667520 668190 666564 666565 667048 667445 666538 667073 667809 666998 666922 668172 666468 667040 was not blocking any bugs. Added blocking bug(s) of 667040: 668182 658252 was blocked by: 95 667520 668190 666564 666565 667048 667445 666538 667073 667809 666998 666922 668172 666468 658252 was not blocking any bugs. Added blocking bug(s) of 658252: 668182 658252 was blocked by: 95 667520 667048 666565 666564 668190 667445 666538 667809 667073 666998 666922 668172 668182 666468 658252 was not blocking any bugs. Ignoring request to alter blocking bugs of bug #658252 to the same blocks previously set 667040 was blocked by: 95 667520 667048 666565 666564 668190 667445 666538 667809 667073 666998 666922 668172 668182 666468 667040 was not blocking any bugs. Ignoring request to alter blocking bugs of bug #667040 to the same blocks previously set Added indication that 668182 affects xserver-xorg-video-radeon,xserver-xorg-video-nouveau,libcairo2,iceweasel,libreoffice There is no source info for the package 'xorg-server' at version '2:1.11.4-1' with architecture '' Unable to make a source version for version '2:1.11.4-1' Marked as found in versions 2:1.11.4-1. Bug #666538 [xorg-server] xorg-server: major text display problems in several apps Bug #666564 [xorg-server] xorg-server: major text display problems in several apps Bug #666565 [xorg-server] xorg-server: major text display problems in several apps Bug #95 [xorg-server] xorg-server: major text display problems in several apps Bug #666922 [xorg-server] xorg-server: major text display problems in several apps Bug #666998 [xorg-server] xorg-server: major text display problems in several apps Bug #667048 [xorg-server] xorg-server: major text display problems in several apps Bug #667073 [xorg-server] xorg-server: major text display problems in several apps Bug #667445 [xorg-server] xorg-server: major text display problems in several apps Bug #667520 [xorg-server] xorg-server: major text display problems in several apps Bug #667809 [xorg-server] xorg-server: major text display problems in several apps Bug #668172 [xorg-server] libreoffice-impress: impress doesn't show anything in presentation mode with cairo 1.12 Bug #668190 [xorg-server] libreoffice-impress: Slideshow doesn't work any more with cairo 1.12 Merged 666468 666538 666564 666565 95 666922 666998 667048 667073 667445 667520 667809 668172 668182 668190 > thanks Stopping processing here. Please contact me if you need assistance. -- 658252: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658252 666468: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666468 666538: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666538 666564: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666564 666565: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666565 95: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=95 666922: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666922 666998: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666998 667040: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667040 667048: http://bugs.debian.org/cgi-bin/bugreport.cgi?bu