[neon/backports-jammy/libsignon-glib/Neon/unstable] debian: migrate to dbgsym packages

Pino Toscano null at kde.org
Thu Jun 22 01:30:34 BST 2023


Git commit fefa2083fd481b6bcfae93d1ac8fa4076ac83c8e by Pino Toscano.
Committed on 31/12/2020 at 12:49.
Pushed by carlosdem into branch 'Neon/unstable'.

migrate to dbgsym packages

M  +1    -0    debian/changelog
M  +0    -16   debian/control
M  +1    -1    debian/rules

https://invent.kde.org/neon/backports-jammy/libsignon-glib/-/commit/fefa2083fd481b6bcfae93d1ac8fa4076ac83c8e

diff --git a/debian/changelog b/debian/changelog
index e72a51c..3285609 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libsignon-glib (1.15-0r1) UNRELEASED; urgency=medium
     - bump libglib2.0-dev to 2.36
     - explicitly add valac, already used
     - drop signond-dev, no more needed
+  * Remove libsignon-glib-dbg in favour of the -dbgsym packages.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 31 Dec 2020 12:54:04 +0100
 
diff --git a/debian/control b/debian/control
index bc9e009..303116f 100644
--- a/debian/control
+++ b/debian/control
@@ -56,19 +56,3 @@ Description: typelib for libsignon-glib1
  .
  This package can be used by other packages using the GIRepository format to
  generate dynamic bindings for libaccounts-glib0
-
-
-Package: libsignon-glib-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends},
- libsignon-glib1 (= ${binary:Version}),
-Description: debug files for libsignon-glib
- This is effectively a GLib binding for the D-Bus API
- provided by signond. It is part of the accounts-sso
- project.
- .
- This provides debug files.
diff --git a/debian/rules b/debian/rules
index 43afa8c..3310e4e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ override_dh_install:
 	dh_install --list-missing
 
 override_dh_strip:
-	dh_strip --dbg-package=libsignon-glib-dbg
+	dh_strip --dbgsym-migration='libsignon-glib-dbg (<< 1.15-1~)'
 
 override_dh_clean:
 	[ ! -f Makefile ] || $(MAKE) distclean



More information about the Neon-commits mailing list