gplugin/gplugin

745c99477867
flow: Merged 'debian-fixes' to ('develop').
--- a/packaging/debian/changelog Thu Feb 26 22:24:02 2015 -0600
+++ b/packaging/debian/changelog Fri Feb 27 00:10:33 2015 -0600
@@ -1,4 +1,4 @@
-gplugin (0.0.17) UNRELEASED; urgency=medium
+gplugin (0.0.18) UNRELEASED; urgency=medium
* Initial release.
--- a/packaging/debian/control Thu Feb 26 22:24:02 2015 -0600
+++ b/packaging/debian/control Fri Feb 27 00:10:33 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:24:02 2015 -0600
+++ b/packaging/debian/rules Fri Feb 27 00:10:33 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
+ dh_strip