Source: grilo Version: 0.2.5-1 Severity: wishlist I've added a debug package to grilo. See attached.
Cheerio, -- Jonny Lamb
diff -Nruad -Nruad grilo-0.2.5.orig/debian/changelog grilo-0.2.5/debian/changelog --- grilo-0.2.5.orig/debian/changelog 2013-03-20 22:52:09.000000000 +0100 +++ grilo-0.2.5/debian/changelog 2013-04-02 10:05:31.000000000 +0200 @@ -1,3 +1,9 @@ +grilo (0.2.5-2) UNRELEASED; urgency=low + + * Add libgrilo-0.2-1-dbg debug package. + + -- Jonny Lamb <jo...@debian.org> Tue, 02 Apr 2013 10:01:08 +0200 + grilo (0.2.5-1) experimental; urgency=low * New upstream release. diff -Nruad -Nruad grilo-0.2.5.orig/debian/control grilo-0.2.5/debian/control --- grilo-0.2.5.orig/debian/control 2013-03-20 22:52:09.000000000 +0100 +++ grilo-0.2.5/debian/control 2013-04-02 09:59:19.000000000 +0200 @@ -107,6 +107,30 @@ . This package contains the documentation. +Package: libgrilo-0.2-1-dbg +Section: debug +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: libgrilo-0.2-1 (= ${binary:Version}), + ${misc:Depends} +Recommends: grilo-plugins-0.2-dbg +Description: Framework for discovering and browsing media - debugging symbols + Grilo is a framework focused on making media discovery and browsing + easy for application developers. + . + More precisely, Grilo provides: + * A single, high-level API that abstracts the differences among + various media content providers, allowing application developers + to integrate content from various services and sources easily. + * A collection of plugins for accessing content from various media + providers. Developers can share efforts and code by writing + plugins for the framework that are application agnostic. + * A flexible API that allows plugin developers to write plugins of + various kinds. + . + This package contains the debugging symbols for Grilo. + Package: gir1.2-grilo-0.2 Section: introspection Architecture: any diff -Nruad -Nruad grilo-0.2.5.orig/debian/rules grilo-0.2.5/debian/rules --- grilo-0.2.5.orig/debian/rules 2013-03-20 22:52:09.000000000 +0100 +++ grilo-0.2.5/debian/rules 2013-04-02 09:59:23.000000000 +0200 @@ -19,3 +19,6 @@ override_dh_shlibdeps: dh_shlibdeps dh_girepository + +override_dh_strip: + dh_strip --dbg-package=libgrilo-0.2-1-dbg