r49116 - in /packages/unstable/eog-plugins/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jun 22 20:13:32 UTC 2016


Author: biebl
Date: Wed Jun 22 20:13:32 2016
New Revision: 49116

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49116
Log:
Install plugins into multiarch paths. Bump dependency on eog to
(>= 3.20.3-1~) accordingly.

Modified:
    packages/unstable/eog-plugins/debian/changelog
    packages/unstable/eog-plugins/debian/control
    packages/unstable/eog-plugins/debian/control.in
    packages/unstable/eog-plugins/debian/rules

Modified: packages/unstable/eog-plugins/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/eog-plugins/debian/changelog?rev=49116&op=diff
==============================================================================
--- packages/unstable/eog-plugins/debian/changelog	[utf-8] (original)
+++ packages/unstable/eog-plugins/debian/changelog	[utf-8] Wed Jun 22 20:13:32 2016
@@ -1,3 +1,10 @@
+eog-plugins (3.16.4-2) UNRELEASED; urgency=medium
+
+  * Install plugins into multiarch paths. Bump dependency on eog to
+    (>= 3.20.3-1~) accordingly.
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 22 Jun 2016 22:10:22 +0200
+
 eog-plugins (3.16.4-1) unstable; urgency=medium
 
   * New upstream release.

Modified: packages/unstable/eog-plugins/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/eog-plugins/debian/control?rev=49116&op=diff
==============================================================================
--- packages/unstable/eog-plugins/debian/control	[utf-8] (original)
+++ packages/unstable/eog-plugins/debian/control	[utf-8] Wed Jun 22 20:13:32 2016
@@ -11,7 +11,7 @@
                libglib2.0-dev (>= 2.38.0),
                libgtk-3-dev (>= 3.14.0),
                libpeas-dev (>= 0.7.4),
-               eog-dev (>= 3.15.90),
+               eog-dev (>= 3.20.3-1~),
                python3 (>= 3.2),
                postr,
                libgdata-dev (>= 0.6),
@@ -32,7 +32,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python3:Depends},
-         eog (>= 3.15.90),
+         eog (>= 3.20.3-1~),
          python3-gi,
          gir1.2-gtk-3.0,
          gsettings-desktop-schemas

Modified: packages/unstable/eog-plugins/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/eog-plugins/debian/control.in?rev=49116&op=diff
==============================================================================
--- packages/unstable/eog-plugins/debian/control.in	[utf-8] (original)
+++ packages/unstable/eog-plugins/debian/control.in	[utf-8] Wed Jun 22 20:13:32 2016
@@ -11,7 +11,7 @@
                libglib2.0-dev (>= 2.38.0),
                libgtk-3-dev (>= 3.14.0),
                libpeas-dev (>= 0.7.4),
-               eog-dev (>= 3.15.90),
+               eog-dev (>= 3.20.3-1~),
                python3 (>= 3.2),
                postr,
                libgdata-dev (>= 0.6),
@@ -32,7 +32,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python3:Depends},
-         eog (>= 3.15.90),
+         eog (>= 3.20.3-1~),
          python3-gi,
          gir1.2-gtk-3.0,
          gsettings-desktop-schemas

Modified: packages/unstable/eog-plugins/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/eog-plugins/debian/rules?rev=49116&op=diff
==============================================================================
--- packages/unstable/eog-plugins/debian/rules	[utf-8] (original)
+++ packages/unstable/eog-plugins/debian/rules	[utf-8] Wed Jun 22 20:13:32 2016
@@ -9,7 +9,7 @@
 
 LDFLAGS += -Wl,--as-needed
 DEB_DH_MAKESHLIBS_ARGS_eog-plugins := --no-act
-DEB_CONFIGURE_EXTRA_FLAGS += --with-plugins=all --enable-python
+DEB_CONFIGURE_EXTRA_FLAGS += --with-plugins=all --enable-python --libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
 
 clean::
 	plugins_desc_script="/^ @PLUGINS_DESCRIPTION@\$$/ c \\$$(find . -iname \*.desktop.in | while read f; do cat $$f | awk -f debian/desktop2description.awk; done | sed 's/.*/  &\\/'; echo " ")"; \
@@ -19,5 +19,5 @@
 			debian/control.in > debian/control
 
 binary-install/eog-plugins::
-	dh_python3 -p$(cdbs_curpkg) --no-ext-rename /usr/lib/eog/plugins
+	dh_python3 -p$(cdbs_curpkg) --no-ext-rename /usr/lib/$(DEB_HOST_MULTIARCH)/eog/plugins
 	find debian/$(cdbs_curpkg) -name '*.la' -print -delete




More information about the pkg-gnome-commits mailing list