r20620 - in /desktop/unstable/totem-pl-parser/debian: changelog control.in
pochu-guest at users.alioth.debian.org
pochu-guest at users.alioth.debian.org
Thu Jul 9 21:33:31 UTC 2009
Author: pochu-guest
Date: Thu Jul 9 21:33:30 2009
New Revision: 20620
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20620
Log:
- Let libtotem-plparser-dev depend on ${misc:Depends}.
- libtotem-plparser12 inherits the section from the source stanza.
Modified:
desktop/unstable/totem-pl-parser/debian/changelog
desktop/unstable/totem-pl-parser/debian/control.in
Modified: desktop/unstable/totem-pl-parser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/changelog?rev=20620&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/changelog (original)
+++ desktop/unstable/totem-pl-parser/debian/changelog Thu Jul 9 21:33:30 2009
@@ -6,6 +6,8 @@
- Stop build-depending on libhal-dev, it's not really needed
and as a side effect it will allow totem-pl-parser to be built
on non-linux architectures.
+ - Let libtotem-plparser-dev depend on ${misc:Depends}.
+ - libtotem-plparser12 inherits the section from the source stanza.
-- Emilio Pozuelo Monfort <pochu at ubuntu.com> Thu, 09 Jul 2009 23:20:24 +0200
Modified: desktop/unstable/totem-pl-parser/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/control.in?rev=20620&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/control.in (original)
+++ desktop/unstable/totem-pl-parser/debian/control.in Thu Jul 9 21:33:30 2009
@@ -1,4 +1,5 @@
Source: totem-pl-parser
+Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Build-Depends: debhelper (>= 5),
@@ -16,12 +17,12 @@
libglib2.0-doc
Uploaders: @GNOME_TEAM@
Standards-Version: 3.8.1
-Section: libs
Package: libtotem-plparser-dev
Section: libdevel
Architecture: any
-Depends: libtotem-plparser12 (= ${binary:Version}),
+Depends: ${misc:Depends},
+ libtotem-plparser12 (= ${binary:Version}),
libglib2.0-dev (>= 2.16.3),
libgtk2.0-dev (>= 2.11.6),
libcamel1.2-dev
@@ -32,7 +33,6 @@
This package contains the development headers and documentation.
Package: libtotem-plparser12
-Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
@@ -53,4 +53,3 @@
A library to parse playlists.
.
This package contains the debugging symbols.
-
More information about the pkg-gnome-commits
mailing list