Bug#476214: Patch

Matt Kraai kraai at ftbfs.org
Mon Apr 28 18:02:29 UTC 2008


Howdy,

Sven and Loïc, thanks for the feedback.  I've attached a patch that
versions the cdbs build-dependency.  The source package stanza already
contains "Priority: extra", so does it need to be set explicitly for
the -dbg package?  The -dbg package contains just the debugging
information, so does it need the ${*:Depends} too?

-- 
Matt
-------------- next part --------------
diff -ru totem-pl-parser-2.22.2~/debian/control totem-pl-parser-2.22.2/debian/control
--- totem-pl-parser-2.22.2~/debian/control	2008-04-28 10:52:12.000000000 -0700
+++ totem-pl-parser-2.22.2/debian/control	2008-04-28 10:56:10.000000000 -0700
@@ -3,7 +3,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5),
                autotools-dev,
-               cdbs,
+               cdbs (>= 0.4.37),
                gnome-pkg-tools,
                libxml-parser-perl,
                libglib2.0-dev (>= 2.13.4),
@@ -18,6 +18,15 @@
 Standards-Version: 3.7.3
 Section: libs
 
+Package: libtotem-plparser-dbg
+Section: libs
+Architecture: any
+Depends: libtotem-plparser10 (= ${binary:Version})
+Description: Totem Playlist Parser library - debugging symbols
+ A library to parse playlists.
+ .
+ This package contains the debugging symbols.
+
 Package: libtotem-plparser-dev
 Section: libdevel
 Architecture: any
diff -ru totem-pl-parser-2.22.2~/debian/control.in totem-pl-parser-2.22.2/debian/control.in
--- totem-pl-parser-2.22.2~/debian/control.in	2008-04-28 10:52:12.000000000 -0700
+++ totem-pl-parser-2.22.2/debian/control.in	2008-04-28 10:52:38.000000000 -0700
@@ -3,7 +3,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5),
                autotools-dev,
-               cdbs,
+               cdbs (>= 0.4.37),
                gnome-pkg-tools,
                libxml-parser-perl,
                libglib2.0-dev (>= 2.13.4),
@@ -18,6 +18,15 @@
 Standards-Version: 3.7.3
 Section: libs
 
+Package: libtotem-plparser-dbg
+Section: libs
+Architecture: any
+Depends: libtotem-plparser10 (= ${binary:Version})
+Description: Totem Playlist Parser library - debugging symbols
+ A library to parse playlists.
+ .
+ This package contains the debugging symbols.
+
 Package: libtotem-plparser-dev
 Section: libdevel
 Architecture: any


More information about the pkg-gnome-maintainers mailing list