gplugin/gplugin

get the dbg packages ready to rock
feature/debian-fixes
2015-02-27, Gary Kramlich
d40089513ce9
Parents 941bdfe20ce9
Children 6b51508117e6
get the dbg packages ready to rock
--- a/packaging/debian/control Thu Feb 26 22:51:18 2015 -0600
+++ b/packaging/debian/control Fri Feb 27 00:02:48 2015 -0600
@@ -24,11 +24,23 @@
.
This package contains the main library.
+Package: libgplugin0-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: ${misc:Depends}, libgplugin0 (= ${binary:Version})
+Description: debugging symbols for libgplugin0
+ GPlugin is a GObject based library that implements a reusable plugin system
+ which supports loading plugins in other languages via loaders. It relies
+ heavily on GObjectIntrospection to expose its API to the other languages.
+ .
+ This package contains the debugging symbols for libgplugin0.
+
Package: libgplugin-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libgplugin0 (= ${binary:Version}), libglib2.0-dev
-Description: Development filesfor libgplugin
+Description: Development files for libgplugin
GPlugin is a GObject based library that implements a reusable plugin system
which supports loading plugins in other languages via loaders. It relies
heavily on GObjectIntrospection to expose its API to the other languages.
@@ -45,6 +57,18 @@
.
This library provides some default GTK+-3 widgets for GPlugin.
+Package: libgplugin-gtk0-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: ${misc:Depends}, libgplugin-gtk0 (= ${binary:Version})
+Description: debugging symbols for libgplugin-gtk0
+ GPlugin is a GObject based library that implements a reusable plugin system
+ which supports loading plugins in other languages via loaders. It relies
+ heavily on GObjectIntrospection to expose its API to the other languages.
+ .
+ This library provides the debugging symbols for libgplugin-gtk0
+
Package: libgplugin-gtk-dev
Architecture: any
Section: libdevel
--- a/packaging/debian/rules Thu Feb 26 22:51:18 2015 -0600
+++ b/packaging/debian/rules Fri Feb 27 00:02:48 2015 -0600
@@ -7,3 +7,7 @@
dh_makeshlibs -plibgplugin0
dh_makeshlibs -plibgplugin-gtk0
+override_dh_strip:
+ dh_strip -plibgplugin0 --dbg-package=libgplugin0-dbg
+ dh_strip -plibgplugin-gtk0 --dbg-package=libgplugin-gtk0-dbg
+