r45604 - in /desktop/unstable/totem-pl-parser/debian: changelog control control.in libtotem-plparser-common.install libtotem-plparser18.install

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Jul 26 12:10:32 UTC 2015


Author: biebl
Date: Sun Jul 26 12:10:32 2015
New Revision: 45604

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45604
Log:
Split the translations from libtotem-plparser18 into a separate
libtotem-plparser-common package which is Architecture: all. Make
libtotem-plparser18 depend on that package.

Added:
    desktop/unstable/totem-pl-parser/debian/libtotem-plparser-common.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-plparser18.install

Modified: desktop/unstable/totem-pl-parser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/changelog?rev=45604&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/changelog	[utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/changelog	[utf-8] Sun Jul 26 12:10:32 2015
@@ -6,6 +6,9 @@
   [ Michael Biebl ]
   * Wrap dependencies and drop obsolete Conflicts and Replaces from
     pre-wheezy.
+  * Split the translations from libtotem-plparser18 into a separate
+    libtotem-plparser-common package which is Architecture: all. Make
+    libtotem-plparser18 depend on that package.
 
  -- Jackson Doak <noskcaj at ubuntu.com>  Thu, 02 Jul 2015 18:22:58 +1000
 

Modified: desktop/unstable/totem-pl-parser/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/control?rev=45604&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/control	[utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/control	[utf-8] Sun Jul 26 12:10:32 2015
@@ -46,11 +46,24 @@
  .
  This package contains the development headers and documentation.
 
+Package: libtotem-plparser-common
+Architecture: all
+Depends: ${misc:Depends}
+Breaks: libtotem-plparser17,
+        libtotem-plparser18
+Replaces: libtotem-plparser17,
+          libtotem-plparser18
+Description: Totem Playlist Parser library - common files
+ totem-pl-parser is a simple GObject-based library to parse a host of
+ playlist formats, as well as save those.
+ .
+ This package contains the translation files..
+
 Package: libtotem-plparser18
 Architecture: any
 Depends: ${misc:Depends},
-         ${shlibs:Depends}
-Replaces: libtotem-plparser17
+         ${shlibs:Depends},
+         libtotem-plparser-common
 Description: Totem Playlist Parser library - runtime files
  totem-pl-parser is a simple GObject-based library to parse a host of
  playlist formats, as well as save those.

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=45604&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/control.in	[utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/control.in	[utf-8] Sun Jul 26 12:10:32 2015
@@ -42,11 +42,24 @@
  .
  This package contains the development headers and documentation.
 
+Package: libtotem-plparser-common
+Architecture: all
+Depends: ${misc:Depends}
+Breaks: libtotem-plparser17,
+        libtotem-plparser18
+Replaces: libtotem-plparser17,
+          libtotem-plparser18
+Description: Totem Playlist Parser library - common files
+ totem-pl-parser is a simple GObject-based library to parse a host of
+ playlist formats, as well as save those.
+ .
+ This package contains the translation files..
+
 Package: libtotem-plparser18
 Architecture: any
 Depends: ${misc:Depends},
-         ${shlibs:Depends}
-Replaces: libtotem-plparser17
+         ${shlibs:Depends},
+         libtotem-plparser-common
 Description: Totem Playlist Parser library - runtime files
  totem-pl-parser is a simple GObject-based library to parse a host of
  playlist formats, as well as save those.

Added: desktop/unstable/totem-pl-parser/debian/libtotem-plparser-common.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/libtotem-plparser-common.install?rev=45604&op=file
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/libtotem-plparser-common.install	(added)
+++ desktop/unstable/totem-pl-parser/debian/libtotem-plparser-common.install	[utf-8] Sun Jul 26 12:10:32 2015
@@ -0,0 +1 @@
+usr/share/locale

Modified: desktop/unstable/totem-pl-parser/debian/libtotem-plparser18.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/libtotem-plparser18.install?rev=45604&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/libtotem-plparser18.install	[utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/libtotem-plparser18.install	[utf-8] Sun Jul 26 12:10:32 2015
@@ -1,2 +1 @@
 usr/lib/lib*.so.*
-usr/share/locale




More information about the pkg-gnome-commits mailing list