r47436 - in /desktop/unstable/totem-pl-parser/debian: changelog control.in libtotem-plparser18.install rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Thu Mar 3 15:08:20 UTC 2016


Author: ah
Date: Thu Mar  3 15:08:20 2016
New Revision: 47436

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47436
Log:
* debian/rules: set libexecdir to a (multiarched) so-versioned path
  where we install the videosite helper. (Nothing else uses libexecdir.)
* debian/libtotem-pl-parser18.install:
  install usr/lib/*/libtotem-plparser*/totem-pl-parser directory
  which contains 99-totem-pl-parser-videosite helper.
  (Closes: #816575)
* Bump Standards-Version to 3.9.7

Modified:
    desktop/unstable/totem-pl-parser/debian/changelog
    desktop/unstable/totem-pl-parser/debian/control.in
    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=47436&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/changelog	[utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/changelog	[utf-8] Thu Mar  3 15:08:20 2016
@@ -1,3 +1,15 @@
+totem-pl-parser (3.10.6-4) unstable; urgency=medium
+
+  * debian/rules: set libexecdir to a (multiarched) so-versioned path
+    where we install the videosite helper. (Nothing else uses libexecdir.)
+  * debian/libtotem-pl-parser18.install:
+    install usr/lib/*/libtotem-plparser*/totem-pl-parser directory
+    which contains 99-totem-pl-parser-videosite helper.
+    (Closes: #816575)
+  * Bump Standards-Version to 3.9.7
+
+ -- Andreas Henriksson <andreas at fatal.se>  Thu, 03 Mar 2016 15:59:53 +0100
+
 totem-pl-parser (3.10.6-2) unstable; urgency=medium
 
   * Upload to unstable. (Closes: #810952)

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=47436&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/control.in	[utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/control.in	[utf-8] Thu Mar  3 15:08:20 2016
@@ -21,7 +21,7 @@
                libsoup-gnome2.4-dev (>= 2.43.0),
                libxml-parser-perl,
                libxml2-dev
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/totem-pl-parser
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/totem-pl-parser
 

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=47436&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] Thu Mar  3 15:08:20 2016
@@ -1 +1,3 @@
 usr/lib/*/lib*.so.*
+# for videosite helper binary:
+usr/lib/*/libtotem-plparser*/totem-pl-parser

Modified: desktop/unstable/totem-pl-parser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/rules?rev=47436&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/rules	[utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/rules	[utf-8] Thu Mar  3 15:08:20 2016
@@ -11,6 +11,7 @@
 DEB_DH_MAKESHLIBS_ARGS_$(libtotem-plparserN) += -V -- -c4
 
 DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
+                             --libexecdir=\$${libdir}/$(libtotem-plparserN) \
                              --enable-gtk-doc
 
 DEB_DH_AUTORECONF_ARGS += ./autogen.sh




More information about the pkg-gnome-commits mailing list