[maemo-commits] [maemo-commits] r16635 - projects/haf/trunk/totem-pl-parser/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Nov 12 16:58:22 EET 2008
- Previous message: [maemo-commits] r16634 - in projects/haf/trunk/hildon-control-panel: . src
- Next message: [maemo-commits] r16636 - projects/haf/trunk/totem-pl-parser/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: ifrade Date: 2008-11-12 16:58:22 +0200 (Wed, 12 Nov 2008) New Revision: 16635 Modified: projects/haf/trunk/totem-pl-parser/debian/control projects/haf/trunk/totem-pl-parser/debian/rules Log: Updating debian dir Modified: projects/haf/trunk/totem-pl-parser/debian/control =================================================================== --- projects/haf/trunk/totem-pl-parser/debian/control 2008-11-12 14:45:41 UTC (rev 16634) +++ projects/haf/trunk/totem-pl-parser/debian/control 2008-11-12 14:58:22 UTC (rev 16635) @@ -5,7 +5,7 @@ autotools-dev, cdbs, libxml-parser-perl, - libglib2.0-dev (>= 2.13.4), + libglib2.0-dev (>= 2.16.3), libgtk2.0-dev (>= 2.11.6), libxml2-dev, libdbus-1-dev (>= 0.61), @@ -18,15 +18,16 @@ Package: libtotem-plparser-dev Section: libdevel Architecture: any -Depends: libtotem-plparser10 (= ${binary:Version}), - libglib2.0-dev (>= 2.13.4), +Depends: libtotem-plparser12 (= ${binary:Version}), + libglib2.0-dev (>= 2.16.3), libgtk2.0-dev (>= 2.11.6) +Replaces: libtotem-plparser10 Description: Totem Playlist Parser library - development version A library to parse playlists. . This package contains the development headers. -Package: libtotem-plparser10 +Package: libtotem-plparser12 Section: libs Architecture: any Depends: ${shlibs:Depends}, @@ -35,3 +36,16 @@ A library to parse playlists. . This package contains the shared library. + +Package: libtotem-plparser-dbg +Section: libdevel +Priority: extra +Architecture: any +Depends: libtotem-plparser12 (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Totem Playlist Parser library - debugging symbols + A library to parse playlists. + . + This package contains the debugging symbols. + Modified: projects/haf/trunk/totem-pl-parser/debian/rules =================================================================== --- projects/haf/trunk/totem-pl-parser/debian/rules 2008-11-12 14:45:41 UTC (rev 16634) +++ projects/haf/trunk/totem-pl-parser/debian/rules 2008-11-12 14:58:22 UTC (rev 16635) @@ -18,6 +18,6 @@ libtotem-plparserN := $(shell sed -rn 's/Package:[[:space:]]*(libtotem-plparser[0-9]+)[[:space:]]*$$/\1/p' debian/control) -DEB_DH_MAKESHLIBS_ARGS_$(libtotem-plparserN) += -V '$(libtotem-plparserN) (>= 2.21.92)' +DEB_DH_MAKESHLIBS_ARGS_$(libtotem-plparserN) += -V '$(libtotem-plparserN) (>= 2.24.2)'
- Previous message: [maemo-commits] r16634 - in projects/haf/trunk/hildon-control-panel: . src
- Next message: [maemo-commits] r16636 - projects/haf/trunk/totem-pl-parser/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]