Your message dated Tue, 21 Jun 2016 13:34:03 +0000
with message-id <[email protected]>
and subject line Bug#827269: fixed in glib2.0 2.49.2-1
has caused the Debian Bug report #827269,
regarding finally remove refdbg variant
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
827269: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827269
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: glib2.0
Version: 2.48.1-1
Severity: normal
Tags: patch
Hi,
I just filed for the removal of refdbg itself (#827268) so let's get rid
of this variant finally too. I've attached an untested patch to do
exactly that.
Cheerio,
--
Jonny Lamb
Index: debian/clean
===================================================================
--- debian/clean (revision 49072)
+++ debian/clean (working copy)
@@ -1,6 +1,5 @@
debian/libgio-fam.install
debian/libglib2.0-0.install
-debian/libglib2.0-0-refdbg.install
debian/libglib2.0-0-dbg.install
debian/libglib2.0-dev.install
debian/libglib2.0-udeb.install
Index: debian/control
===================================================================
--- debian/control (revision 49072)
+++ debian/control (working copy)
@@ -173,20 +173,3 @@
Description: GLib Input, Output and Streaming Library (fam module)
GIO is the input, output and streaming API of GLib. This package
provides a fam file and directory monitoring backend for it.
-
-Package: libglib2.0-0-refdbg
-Section: devel
-Priority: extra
-Architecture: any
-Depends: ${misc:Depends},
- ${shlibs:Depends},
- libglib2.0-0 (= ${binary:Version})
-Multi-Arch: same
-Description: GLib library of C routines - refdbg library
- GLib is a library containing many useful C routines for things such
- as trees, hashes, lists, and strings. It is a useful general-purpose
- C library used by projects such as GTK+, GIMP, and GNOME.
- .
- This package contains the shared library built with
- --disable-Bsymbolic so that it can be used with refdbg, a GObject
- refcount debugger.
Index: debian/control.in
===================================================================
--- debian/control.in (revision 49072)
+++ debian/control.in (working copy)
@@ -173,20 +173,3 @@
Description: GLib Input, Output and Streaming Library (fam module)
GIO is the input, output and streaming API of GLib. This package
provides a fam file and directory monitoring backend for it.
-
-Package: @REFDBG_PKG@
-Section: devel
-Priority: extra
-Architecture: any
-Depends: ${misc:Depends},
- ${shlibs:Depends},
- @SHARED_PKG@ (= ${binary:Version})
-Multi-Arch: same
-Description: GLib library of C routines - refdbg library
- GLib is a library containing many useful C routines for things such
- as trees, hashes, lists, and strings. It is a useful general-purpose
- C library used by projects such as GTK+, GIMP, and GNOME.
- .
- This package contains the shared library built with
- --disable-Bsymbolic so that it can be used with refdbg, a GObject
- refcount debugger.
Index: debian/libglib2.0-0-refdbg.install.in
===================================================================
--- debian/libglib2.0-0-refdbg.install.in (revision 49072)
+++ debian/libglib2.0-0-refdbg.install.in (nonexistent)
@@ -1 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libgobject*.so*
usr/lib/${DEB_HOST_MULTIARCH}/refdbg
Index: debian/libglib2.0-0-refdbg.lintian-overrides
===================================================================
--- debian/libglib2.0-0-refdbg.lintian-overrides (revision 49072)
+++ debian/libglib2.0-0-refdbg.lintian-overrides (nonexistent)
@@ -1 +0,0 @@
-libglib2.0-0-refdbg binary: unstripped-binary-or-object
Index: debian/rules
===================================================================
--- debian/rules (revision 49072)
+++ debian/rules (working copy)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
DEB_BUILDDIR = debian/build
-DEB_MAKE_FLAVORS = deb udeb refdbg
+DEB_MAKE_FLAVORS = deb udeb
DISABLE_UPDATE_UPLOADERS := 1
include /usr/share/cdbs/1/rules/autoreconf.mk
@@ -39,7 +39,6 @@
UDEB_PKG := libglib$(APIVER)-udeb
DOC_PKG := libglib$(APIVER)-doc
DEBUG_PKG := $(SHARED_PKG)-dbg
-REFDBG_PKG := libglib$(APIVER)-$(SONAME)-refdbg
DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/install/@FLAVOR@
@@ -48,11 +47,8 @@
DEB_DH_INSTALL_ARGS += --sourcedir=debian/install/deb
DEB_DH_INSTALL_ARGS_$(TEST_PKG) += --sourcedir=debian/install/deb -X.la
DEB_DH_INSTALL_ARGS_$(UDEB_PKG) += --sourcedir=debian/install/udeb
-DEB_DH_INSTALL_ARGS_$(REFDBG_PKG) += --sourcedir=debian/install/refdbg
DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V --add-udeb=$(UDEB_PKG) -- -c4
-DEB_DH_MAKESHLIBS_ARGS_$(REFDBG_PKG) = --no-act
-DEB_DH_STRIP_ARGS_$(REFDBG_PKG) = --no-act --no-ddebs
# Don't put the symbols in the -dbg package
DEB_DH_STRIP_ARGS_$(UDEB_PKG) =
@@ -101,10 +97,6 @@
DEB_CONFIGURE_FLAGS_udeb := \
--disable-selinux
-DEB_CONFIGURE_FLAGS_refdbg := \
- --disable-Bsymbolic \
- --enable-debug=yes
-
pre-build::
mkdir -p debian/stamp-makefile-check \
debian/tmp-xdg-runtime-dir
@@ -122,7 +114,7 @@
common-install-arch::
set -e; for file in libgio-fam.install libglib2.0-0.install \
- libglib2.0-0-refdbg.install libglib2.0-0-dbg.install \
+ libglib2.0-0-dbg.install \
libglib2.0-dev.install libglib2.0-udeb.install \
libglib2.0-bin.links libglib2.0-dev.links \
libglib2.0-0.dirs libglib2.0-0.triggers; \
@@ -144,7 +136,6 @@
-e "s#@DOC_PKG@#$(DOC_PKG)#g" \
-e "s#@DEBUG_PKG@#$(DEBUG_PKG)#g" \
-e "s#@GNOME_TEAM@#$(UPLOADERS)#g" \
- -e "s#@REFDBG_PKG@#$(REFDBG_PKG)#g" \
debian/control.in > debian/control
rm -rf $(CURDIR)/debian/build \
$(CURDIR)/debian/install \
--- End Message ---
--- Begin Message ---
Source: glib2.0
Source-Version: 2.49.2-1
We believe that the bug you reported is fixed in the latest version of
glib2.0, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Iain Lane <[email protected]> (supplier of updated glib2.0 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 21 Jun 2016 14:20:19 +0100
Source: glib2.0
Binary: libglib2.0-0 libglib2.0-tests libglib2.0-udeb libglib2.0-bin
libglib2.0-dev libglib2.0-0-dbg libglib2.0-data libglib2.0-doc libgio-fam
Architecture: source
Version: 2.49.2-1
Distribution: experimental
Urgency: medium
Maintainer: Debian GNOME Maintainers
<[email protected]>
Changed-By: Iain Lane <[email protected]>
Description:
libgio-fam - GLib Input, Output and Streaming Library (fam module)
libglib2.0-0 - GLib library of C routines
libglib2.0-0-dbg - Debugging symbols for the GLib libraries
libglib2.0-bin - Programs for the GLib library
libglib2.0-data - Common files for GLib library
libglib2.0-dev - Development files for the GLib library
libglib2.0-doc - Documentation files for the GLib library
libglib2.0-tests - GLib library of C routines - installed tests
libglib2.0-udeb - GLib library of C routines - minimal runtime (udeb)
Closes: 827269
Changes:
glib2.0 (2.49.2-1) experimental; urgency=medium
.
[ Emilio Pozuelo Monfort ]
* Remove refdbg variant. Thanks to Jonny Lamb for the patch.
Closes: #827269.
.
[ Iain Lane ]
* Update Vcs-* for experimental
* New upstream release 2.49.2
+ GDesktopAppInfo now allows bus activation with dashes. This is not
technically allowed per the Desktop Entry specification, but it happens
in the wild. Rather than forcing people to go through another traumatic
desktop file rename, accept it and translate - to _.
+ The support for giving names to threads has been improved. Thread names
are now supported on Solaris as well, and the Linux support no longer
uses prctl() but the pthread api.
+ GIO resources can now be overridden at runtime, using the
G_RESOURCE_OVERLAYS environment variable.
+ gdbus-codegen can now generate autocleanup definitions for the types it
generates. Use the --c-generate-autocleanup option to control this
+ GMainContext and GTask have gained more systemtap probes
* debian/watch: Update to find unstable versions
* debian/patches/04_homedir_env.patch: Refresh to apply correctly
* debian/libglib2.0-0.symbols: Update for this release
Checksums-Sha1:
5c7285fceb9e19573f17e506c0c83eccb66c51fc 3014 glib2.0_2.49.2-1.dsc
906720f36c4c16829485610eabefb39cf933fc59 7338604 glib2.0_2.49.2.orig.tar.xz
4fa8e152ef5365b4aff60d941c664d5dc619bc70 68696 glib2.0_2.49.2-1.debian.tar.xz
Checksums-Sha256:
16fa12bc6c878f372e156cf6439fbeb98dbba0dc69a9e128a08acb4604a871e0 3014
glib2.0_2.49.2-1.dsc
c90b2855ec3b0b56cb9dbbd74bab839d772c455afd9d826dd14ccbb1116d385e 7338604
glib2.0_2.49.2.orig.tar.xz
bf5467498582bd0afecf80bfcfad41eb06b4acd6b90546bc57385f0e9a335ff5 68696
glib2.0_2.49.2-1.debian.tar.xz
Files:
c156b52e7dff979a4e9ef5f647142a0c 3014 libs optional glib2.0_2.49.2-1.dsc
2683d3f2b8e4675eb04c533e4d39e586 7338604 libs optional
glib2.0_2.49.2.orig.tar.xz
ac57a6902f1081490b9633cfd834e2d9 68696 libs optional
glib2.0_2.49.2-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJXaT80AAoJEONS1cUcUEHUVkUP/2x7DeMR6Mr9dhXpbuRkLCOy
JwITwW+XffwOp8bQo7EQuRkJfAEW9nftvkmCMFOWRYkcVo7Tn+U0wU+xa230I+gO
uKTN5f+UEh+VU5QOWf0GyvdQS0DBQ1cwMWn8GUpHfF1nckCoB83847FSs1NbWqSk
xc12b9IfDNn89HPRHB7Ftn0CBQPzv8pNFmFsvrQhpQWzY8VKFtW+A20mN+Cd+dfu
Kl620T6Q4zAmNNRLecsw6ELyT7QnR+8SwxWx7BOxIK5DINNltLLMkgx0RcUsddP2
I7E0PR4QMIG6/oUGG1tFibqf6EUeEJeX0y0xyB4igHudsSDbrkHo+eadkiHN8r+y
qEcXI/q709Zstk0eibTcF8YQfpfx4zlf9QOfBho/9GhoJQtK5G8CZfBM++o/cXEI
1kx6HgSCD0++b69RCSZCpgAKvoPkmGMiXccYNewYOtVZLe+SP/l7uQnNegK7Jlk8
ptqNHZXby4SRZGlTMavXSF+kS2hNjlYOuO6Dj2DCjU84SroOAPEcLZO4v2UKznPi
XwwOiKJHz3fySI0E6sXcp9SbHadiRabms6yzLKf+zhlT+XNk8QBMQVOH+zj9av0C
1S+u1cKvNCXsw1QR9/xwjs5ZAWmnv2382ljqDbw1zUmuaO1w+MYN4DIfwUUrPbmq
uXBWkZ41DZ3Eq8b5zf0o
=OzUi
-----END PGP SIGNATURE-----
--- End Message ---