Your message dated Wed, 13 Jul 2016 16:57:54 +0000
with message-id <[email protected]>
and subject line Bug#827269: fixed in glib2.0 2.48.1-2
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.48.1-2

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.
Emilio Pozuelo Monfort <[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: SHA256

Format: 1.8
Date: Wed, 13 Jul 2016 17:46:31 +0200
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.48.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<[email protected]>
Changed-By: Emilio Pozuelo Monfort <[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.48.1-2) unstable; urgency=medium
 .
   * Remove refdbg variant. Thanks to Jonny Lamb for the patch.
     Closes: #827269.
   * Switch to python3.
Checksums-Sha1:
 d99c31306ec61eea51ff6b92bbabfeea614d2d43 3140 glib2.0_2.48.1-2.dsc
 d59b6daf51dff21c6327734a99f1fb6c5328bcf9 7441032 glib2.0_2.48.1.orig.tar.xz
 b62afa7f94a218aca65ad5ead20033352c734b4c 68548 glib2.0_2.48.1-2.debian.tar.xz
Checksums-Sha256:
 4bbf73e3c5d38cd476bc0945889e103f4f432edb568af05cfe5cee95ca6b5b13 3140 
glib2.0_2.48.1-2.dsc
 74411bff489cb2a3527bac743a51018841a56a4d896cc1e0d0d54f8166a14612 7441032 
glib2.0_2.48.1.orig.tar.xz
 fb16cf3c8b77ac6581cf7d92ac5aa2054d6010c4e9b48b0b779152049cac5efd 68548 
glib2.0_2.48.1-2.debian.tar.xz
Files:
 10c3cfa40b62eb9dcebd75eed0365e0e 3140 libs optional glib2.0_2.48.1-2.dsc
 67bd3b75c9f6d5587b457dc01cdcd5bb 7441032 libs optional 
glib2.0_2.48.1.orig.tar.xz
 99dfdb1bc6bf1aab7f477bba484c4288 68548 libs optional 
glib2.0_2.48.1-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXhmkuAAoJEJ1GxIjkNoMCTjUP/RMsXmeJnmvv7vg3tlnJ2RPS
BFq8bG7GBbqC08jdWtIL9LTrbcnyo2Otn0z/g7VX0PSc5Lz3LIltSNkx+uQYCoV8
jVIcF4QzSCkWZHxoL8VdN0QLR2NiiDI3DhI/gQlZM3jAdbieCQqqIc9dxyK6l8gC
1T7O4chyugJYYLl3DIJt3MQlDzKCqnnhSTLPzgflaubg3p7XxeZffI/1fKfHigAv
olvXlFtyDk8nScmuLim5py8z5VEZEMdO/fSguaJmtCBJU97gBTJUoFvfvfkPdm7r
VhO2ZdN5ZMNO4G/n4AbsJwerX0ydfBSsKi7kelAVfeTpjTaz8ZvNZCh3tijK8AUR
wQgdOP2ODIRsmjP5Dtsd5WwYQ+fdKfo/qqkZHKPSRwu97j2kS8wm0iZRnpIqA9fo
mEivLWsnk6Mq3UNAP2wL0Q2OBBfYL/p43tlZAkyvVE54wzKp4Q5VTlWyl18wpjBz
XHCleF5WsTEQjcIkvdiV/PEzQORVv8AQ2Vqu3MMMPr45VKiWIKnGXAjm08QMepl8
hzPXCBFPZPxVbKUH7uUcYNqCdwcOiJ8r9VjRLzMiiAavdDVzCTYLkq1gQPB0eJLq
Gjf38pdSzPFiB10YOeSENNBV1SSnE5pC+uQxLDuLNrN7Mmn87YHT7kExXhTQnBFG
JmdvFZlNHLOhN3nOc2n3
=oaA+
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to