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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Jul 26 12:16:51 UTC 2015


Author: biebl
Date: Sun Jul 26 12:16:51 2015
New Revision: 45605

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45605
Log:
Convert the package to multiarch.

Modified:
    desktop/unstable/totem-pl-parser/debian/changelog
    desktop/unstable/totem-pl-parser/debian/control.in
    desktop/unstable/totem-pl-parser/debian/gir1.2-totem-plparser-1.0.install
    desktop/unstable/totem-pl-parser/debian/libtotem-plparser-dev.install
    desktop/unstable/totem-pl-parser/debian/libtotem-plparser18.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=45605&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:16:51 2015
@@ -9,6 +9,7 @@
   * Split the translations from libtotem-plparser18 into a separate
     libtotem-plparser-common package which is Architecture: all. Make
     libtotem-plparser18 depend on that package.
+  * Convert the package to multiarch.
 
  -- Jackson Doak <noskcaj at ubuntu.com>  Thu, 02 Jul 2015 18:22:58 +1000
 

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=45605&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:16:51 2015
@@ -4,8 +4,8 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: autotools-dev,
-               cdbs (>= 0.4.90),
-               debhelper (>= 8),
+               cdbs (>= 0.4.93),
+               debhelper (>= 9),
                dh-autoreconf,
                gnome-pkg-tools,
                gobject-introspection (>= 0.9.12-4~),
@@ -28,6 +28,7 @@
 Package: libtotem-plparser-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends: gir1.2-totem-plparser-1.0 (= ${binary:Version}),
          libtotem-plparser18 (= ${binary:Version}),
          libarchive-dev,
@@ -44,6 +45,7 @@
 
 Package: libtotem-plparser-common
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}
 Breaks: libtotem-plparser17,
         libtotem-plparser18
@@ -57,6 +59,8 @@
 
 Package: libtotem-plparser18
 Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
          ${shlibs:Depends},
          libtotem-plparser-common
@@ -82,6 +86,7 @@
 Package: gir1.2-totem-plparser-1.0
 Section: introspection
 Architecture: any
+Multi-Arch: same
 Depends: ${gir:Depends},
          ${misc:Depends},
          ${shlibs:Depends}

Modified: desktop/unstable/totem-pl-parser/debian/gir1.2-totem-plparser-1.0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/gir1.2-totem-plparser-1.0.install?rev=45605&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/gir1.2-totem-plparser-1.0.install	[utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/gir1.2-totem-plparser-1.0.install	[utf-8] Sun Jul 26 12:16:51 2015
@@ -1 +1 @@
-usr/lib/girepository-*
+usr/lib/*/girepository-*

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=45605&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] Sun Jul 26 12:16:51 2015
@@ -1,6 +1,6 @@
 usr/include/*
-usr/lib/lib*.a
-usr/lib/lib*.so
-usr/lib/pkgconfig/*
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
+usr/lib/*/pkgconfig/*
 usr/share/gir-*
 usr/share/gtk-doc

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=45605&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:16:51 2015
@@ -1 +1 @@
-usr/lib/lib*.so.*
+usr/lib/*/lib*.so.*

Modified: desktop/unstable/totem-pl-parser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/rules?rev=45605&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/rules	[utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/rules	[utf-8] Sun Jul 26 12:16:51 2015
@@ -10,6 +10,7 @@
 
 DEB_DH_MAKESHLIBS_ARGS_$(libtotem-plparserN) += -V -- -c4
 
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
+DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
+                             --enable-gtk-doc
 
 DEB_DH_AUTORECONF_ARGS += ./autogen.sh




More information about the pkg-gnome-commits mailing list