r22866 - in /desktop/experimental/totem-pl-parser/debian: changelog control control.in gir1.0-totem-plparser.install libtotem-plparser-dev.install libtotem-plparser12.install libtotem-plparser17.install rules
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Wed Jan 27 08:25:04 UTC 2010
Author: slomo
Date: Wed Jan 27 08:25:03 2010
New Revision: 22866
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22866
Log:
* New upstream development release:
+ debian/rules,
debian/control.in,
debian/*install:
- Update for new soname.
+ debian/gir1.0-totem-plparser.install,
debian/debian/libtotem-plparser-dev.install,
debian/control.in,
debian/rules:
- Add support for GObject Introspection.
Added:
desktop/experimental/totem-pl-parser/debian/gir1.0-totem-plparser.install
desktop/experimental/totem-pl-parser/debian/libtotem-plparser17.install
- copied unchanged from r22865, desktop/experimental/totem-pl-parser/debian/libtotem-plparser12.install
Removed:
desktop/experimental/totem-pl-parser/debian/libtotem-plparser12.install
Modified:
desktop/experimental/totem-pl-parser/debian/changelog
desktop/experimental/totem-pl-parser/debian/control
desktop/experimental/totem-pl-parser/debian/control.in
desktop/experimental/totem-pl-parser/debian/libtotem-plparser-dev.install
desktop/experimental/totem-pl-parser/debian/rules
Modified: desktop/experimental/totem-pl-parser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem-pl-parser/debian/changelog?rev=22866&op=diff
==============================================================================
--- desktop/experimental/totem-pl-parser/debian/changelog [utf-8] (original)
+++ desktop/experimental/totem-pl-parser/debian/changelog [utf-8] Wed Jan 27 08:25:03 2010
@@ -1,3 +1,18 @@
+totem-pl-parser (2.29.1-1) experimental; urgency=low
+
+ * New upstream development release:
+ + debian/rules,
+ debian/control.in,
+ debian/*install:
+ - Update for new soname.
+ + debian/gir1.0-totem-plparser.install,
+ debian/debian/libtotem-plparser-dev.install,
+ debian/control.in,
+ debian/rules:
+ - Add support for GObject Introspection.
+
+ -- Sebastian Dröge <slomo at debian.org> Wed, 27 Jan 2010 09:14:29 +0100
+
totem-pl-parser (2.28.2-1) unstable; urgency=low
* New upstream bugfix release:
Modified: desktop/experimental/totem-pl-parser/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem-pl-parser/debian/control?rev=22866&op=diff
==============================================================================
--- desktop/experimental/totem-pl-parser/debian/control [utf-8] (original)
+++ desktop/experimental/totem-pl-parser/debian/control [utf-8] Wed Jan 27 08:25:03 2010
@@ -1,3 +1,8 @@
+# This file is autogenerated. DO NOT EDIT!
+#
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
Source: totem-pl-parser
Section: libs
Priority: optional
@@ -14,17 +19,21 @@
libdbus-1-dev (>= 0.61),
libgmime-2.4-dev,
gtk-doc-tools (>= 1.11),
- libglib2.0-doc
-Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
+ libglib2.0-doc,
+ libgirepository1.0-dev (>= 0.6.7),
+ gobject-introspection (>= 0.6.7),
+ gir-repository-dev,
+ gir1.0-glib-2.0
+Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Sebastian Dröge <slomo at debian.org>
Standards-Version: 3.8.3
Package: libtotem-plparser-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
- libtotem-plparser12 (= ${binary:Version}),
+ libtotem-plparser17 (= ${binary:Version}),
libglib2.0-dev (>= 2.21.6),
- libgtk2.0-dev (>= 2.11.6),
+ libxml2-dev,
libgmime-2.4-dev
Replaces: libtotem-plparser10
Description: Totem Playlist Parser library - development files
@@ -33,7 +42,7 @@
.
This package contains the development headers and documentation.
-Package: libtotem-plparser12
+Package: libtotem-plparser17
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
@@ -48,7 +57,7 @@
Section: debug
Priority: extra
Architecture: any
-Depends: libtotem-plparser12 (= ${binary:Version}),
+Depends: libtotem-plparser17 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Totem Playlist Parser library - debugging symbols
@@ -57,3 +66,20 @@
.
This package contains the debugging symbols.
+Package: gir1.0-totem-plparser
+Section: libs
+Architecture: any
+Depends: ${gir:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: gir1.0-totem-plparser
+Description: Description: GObject introspection data for the Totem Playlist Parser library
+ This package contains introspection data for the Totem Playlist Parser
+ library.
+ .
+ totem-pl-parser is a simple GObject-based library to parse a host of
+ playlist formats, as well as save those.
+ .
+ It can be used by packages using the GIRepository format to generate
+ dynamic bindings.
+
Modified: desktop/experimental/totem-pl-parser/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem-pl-parser/debian/control.in?rev=22866&op=diff
==============================================================================
--- desktop/experimental/totem-pl-parser/debian/control.in [utf-8] (original)
+++ desktop/experimental/totem-pl-parser/debian/control.in [utf-8] Wed Jan 27 08:25:03 2010
@@ -14,7 +14,11 @@
libdbus-1-dev (>= 0.61),
libgmime-2.4-dev,
gtk-doc-tools (>= 1.11),
- libglib2.0-doc
+ libglib2.0-doc,
+ libgirepository1.0-dev (>= 0.6.7),
+ gobject-introspection (>= 0.6.7),
+ gir-repository-dev,
+ gir1.0-glib-2.0
Uploaders: @GNOME_TEAM@
Standards-Version: 3.8.3
@@ -22,9 +26,9 @@
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
- libtotem-plparser12 (= ${binary:Version}),
+ libtotem-plparser17 (= ${binary:Version}),
libglib2.0-dev (>= 2.21.6),
- libgtk2.0-dev (>= 2.11.6),
+ libxml2-dev,
libgmime-2.4-dev
Replaces: libtotem-plparser10
Description: Totem Playlist Parser library - development files
@@ -33,7 +37,7 @@
.
This package contains the development headers and documentation.
-Package: libtotem-plparser12
+Package: libtotem-plparser17
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
@@ -48,7 +52,7 @@
Section: debug
Priority: extra
Architecture: any
-Depends: libtotem-plparser12 (= ${binary:Version}),
+Depends: libtotem-plparser17 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Totem Playlist Parser library - debugging symbols
@@ -57,3 +61,20 @@
.
This package contains the debugging symbols.
+Package: gir1.0-totem-plparser
+Section: libs
+Architecture: any
+Depends: ${gir:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: gir1.0-totem-plparser
+Description: Description: GObject introspection data for the Totem Playlist Parser library
+ This package contains introspection data for the Totem Playlist Parser
+ library.
+ .
+ totem-pl-parser is a simple GObject-based library to parse a host of
+ playlist formats, as well as save those.
+ .
+ It can be used by packages using the GIRepository format to generate
+ dynamic bindings.
+
Added: desktop/experimental/totem-pl-parser/debian/gir1.0-totem-plparser.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem-pl-parser/debian/gir1.0-totem-plparser.install?rev=22866&op=file
==============================================================================
--- desktop/experimental/totem-pl-parser/debian/gir1.0-totem-plparser.install (added)
+++ desktop/experimental/totem-pl-parser/debian/gir1.0-totem-plparser.install [utf-8] Wed Jan 27 08:25:03 2010
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/girepository-*
Modified: desktop/experimental/totem-pl-parser/debian/libtotem-plparser-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem-pl-parser/debian/libtotem-plparser-dev.install?rev=22866&op=diff
==============================================================================
--- desktop/experimental/totem-pl-parser/debian/libtotem-plparser-dev.install [utf-8] (original)
+++ desktop/experimental/totem-pl-parser/debian/libtotem-plparser-dev.install [utf-8] Wed Jan 27 08:25:03 2010
@@ -3,3 +3,4 @@
debian/tmp/usr/lib/lib*.so
debian/tmp/usr/lib/pkgconfig/*
debian/tmp/usr/share/gtk-doc
+debian/tmp/usr/share/gir-*
Modified: desktop/experimental/totem-pl-parser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem-pl-parser/debian/rules?rev=22866&op=diff
==============================================================================
--- desktop/experimental/totem-pl-parser/debian/rules [utf-8] (original)
+++ desktop/experimental/totem-pl-parser/debian/rules [utf-8] Wed Jan 27 08:25:03 2010
@@ -4,9 +4,13 @@
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+include /usr/share/gnome-pkg-tools/1/rules/check-dist.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
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.28.2)'
+DEB_DH_MAKESHLIBS_ARGS_$(libtotem-plparserN) += -V '$(libtotem-plparserN) (>= 2.29.1)'
+common-binary-fixup-arch::
+ dh_girepository -pgir1.0-totem-plparser
+
More information about the pkg-gnome-commits
mailing list