r26534 - in /desktop/unstable/totem-pl-parser/debian: changelog control control.in gir1.0-totem-plparser-1.0.install libtotem-plparser-dev.install rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Wed Feb 16 20:14:27 UTC 2011


Author: pochu
Date: Wed Feb 16 20:14:09 2011
New Revision: 26534

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26534
Log:
Remove gir1.0-totem-plparser-1.0 to ease the gir1.2 transition,
since nothing depends on it.

Removed:
    desktop/unstable/totem-pl-parser/debian/gir1.0-totem-plparser-1.0.install
Modified:
    desktop/unstable/totem-pl-parser/debian/changelog
    desktop/unstable/totem-pl-parser/debian/control
    desktop/unstable/totem-pl-parser/debian/control.in
    desktop/unstable/totem-pl-parser/debian/libtotem-plparser-dev.install
    desktop/unstable/totem-pl-parser/debian/rules

Modified: desktop/unstable/totem-pl-parser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/changelog?rev=26534&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/changelog [utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/changelog [utf-8] Wed Feb 16 20:14:09 2011
@@ -1,3 +1,10 @@
+totem-pl-parser (2.30.3-2) unstable; urgency=low
+
+  * Remove gir1.0-totem-plparser-1.0 to ease the gir1.2 transition,
+    since nothing depends on it.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Wed, 16 Feb 2011 20:12:46 +0000
+
 totem-pl-parser (2.30.3-1) unstable; urgency=low
 
   * New upstream bugfix release.

Modified: desktop/unstable/totem-pl-parser/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/control?rev=26534&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/control [utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/control [utf-8] Wed Feb 16 20:14:09 2011
@@ -19,12 +19,8 @@
                libgmime-2.4-dev,
                libsoup-gnome2.4-dev,
                gtk-doc-tools (>= 1.11),
-               libglib2.0-doc,
-               libgirepository1.0-dev (>= 0.6.14),
-               gobject-introspection (>= 0.6.14),
-               gir-repository-dev,
-               gir1.0-glib-2.0
-Uploaders: Sebastian Dröge <slomo at debian.org>
+               libglib2.0-doc
+Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Sebastian Dröge <slomo at debian.org>
 Standards-Version: 3.8.4
 
 Package: libtotem-plparser-dev
@@ -65,20 +61,3 @@
  playlist formats, as well as save those.
  .
  This package contains the debugging symbols.
-
-Package: gir1.0-totem-plparser-1.0
-Section: libs
-Architecture: any
-Depends: ${gir:Depends},
-         ${shlibs:Depends},
-         ${misc:Depends}
-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/unstable/totem-pl-parser/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/control.in?rev=26534&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/control.in [utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/control.in [utf-8] Wed Feb 16 20:14:09 2011
@@ -14,11 +14,7 @@
                libgmime-2.4-dev,
                libsoup-gnome2.4-dev,
                gtk-doc-tools (>= 1.11),
-               libglib2.0-doc,
-               libgirepository1.0-dev (>= 0.6.14),
-               gobject-introspection (>= 0.6.14),
-               gir-repository-dev,
-               gir1.0-glib-2.0
+               libglib2.0-doc
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.8.4
 
@@ -60,20 +56,3 @@
  playlist formats, as well as save those.
  .
  This package contains the debugging symbols.
-
-Package: gir1.0-totem-plparser-1.0
-Section: libs
-Architecture: any
-Depends: ${gir:Depends},
-         ${shlibs:Depends},
-         ${misc:Depends}
-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/unstable/totem-pl-parser/debian/libtotem-plparser-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/libtotem-plparser-dev.install?rev=26534&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/libtotem-plparser-dev.install [utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/libtotem-plparser-dev.install [utf-8] Wed Feb 16 20:14:09 2011
@@ -3,4 +3,3 @@
 debian/tmp/usr/lib/lib*.so
 debian/tmp/usr/lib/pkgconfig/*
 debian/tmp/usr/share/gtk-doc
-debian/tmp/usr/share/gir-*

Modified: desktop/unstable/totem-pl-parser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/rules?rev=26534&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/rules [utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/rules [utf-8] Wed Feb 16 20:14:09 2011
@@ -9,7 +9,3 @@
 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.30.1)'
-
-common-binary-fixup-arch::
-	dh_girepository -pgir1.0-totem-plparser-1.0
-




More information about the pkg-gnome-commits mailing list