[SCM] suil/master: Drop dbg package in favour of dbgsym.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sat Nov 12 16:54:05 UTC 2016


The following commit has been merged in the master branch:
commit d4ea8edc7ca1320652a8b544ca9f83f8debcb005
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sat Nov 12 17:48:36 2016 +0100

    Drop dbg package in favour of dbgsym.

diff --git a/debian/control b/debian/control
index c887795..2fe34e7 100644
--- a/debian/control
+++ b/debian/control
@@ -60,24 +60,3 @@ Description: library for loading and wrapping LV2 plugin UIs
  "for free". Suil currently supports GTK-2+ and Qt4
  .
  This package provides the shared library.
-
-Package: suil-dbg
-Architecture: any
-Priority: extra
-Section: debug
-Multi-Arch: same
-Depends:
- libsuil-0-0 (= ${binary:Version}),
- ${misc:Depends}
-Description: Debugging symbols for suil
- Suil makes it possible to load a UI of any toolkit in a host using
- any other toolkit (assuming the toolkits are both supported by
- Suil). Hosts do not need to build against or link to foreign toolkit
- libraries to use UIs written with that toolkit (Suil performs its
- magic at runtime using dynamically loaded modules). The API
- is designed such that hosts do not need to explicitly support
- particular toolkits whatsoever - if Suil supports a particular
- toolkit, then all hosts that use Suil will support that toolkit
- "for free". Suil currently supports GTK-2+ and Qt4.
- .
- This package contains the debugging symbols for suil.
diff --git a/debian/rules b/debian/rules
index 8f47938..d91764c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,9 +36,6 @@ override_dh_auto_clean:
 override_dh_auto_install:
 	$(WAF) install --destdir=$(CURDIR)/debian/tmp
 
-override_dh_strip:
-	dh_strip --dbg-package=suil-dbg
-
 # get-orig-source to drop waf
 get-orig-source:
 	uscan --noconf --force-download --rename --download-current-version --destdir=.

-- 
suil packaging



More information about the pkg-multimedia-commits mailing list