r47032 - in /desktop/unstable/vte2.91/debian: changelog compat control control.in gir1.2-vte-2.91.install libvte-2.91-0.install libvte-2.91-dev.install rules
bigon at users.alioth.debian.org
bigon at users.alioth.debian.org
Fri Nov 13 13:10:07 UTC 2015
Author: bigon
Date: Fri Nov 13 13:10:07 2015
New Revision: 47032
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47032
Log:
* Bump debhelper version to 9
* Add multi-arch support (LP: #1508636)
Modified:
desktop/unstable/vte2.91/debian/changelog
desktop/unstable/vte2.91/debian/compat
desktop/unstable/vte2.91/debian/control
desktop/unstable/vte2.91/debian/control.in
desktop/unstable/vte2.91/debian/gir1.2-vte-2.91.install
desktop/unstable/vte2.91/debian/libvte-2.91-0.install
desktop/unstable/vte2.91/debian/libvte-2.91-dev.install
desktop/unstable/vte2.91/debian/rules
Modified: desktop/unstable/vte2.91/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte2.91/debian/changelog?rev=47032&op=diff
==============================================================================
--- desktop/unstable/vte2.91/debian/changelog [utf-8] (original)
+++ desktop/unstable/vte2.91/debian/changelog [utf-8] Fri Nov 13 13:10:07 2015
@@ -1,3 +1,10 @@
+vte2.91 (0.42.1-2) UNRELEASED; urgency=medium
+
+ * Bump debhelper version to 9
+ * Add multi-arch support (LP: #1508636)
+
+ -- Laurent Bigonville <bigon at debian.org> Fri, 13 Nov 2015 13:28:07 +0100
+
vte2.91 (0.42.1-1) unstable; urgency=medium
* New upstream release.
Modified: desktop/unstable/vte2.91/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte2.91/debian/compat?rev=47032&op=diff
==============================================================================
--- desktop/unstable/vte2.91/debian/compat [utf-8] (original)
+++ desktop/unstable/vte2.91/debian/compat [utf-8] Fri Nov 13 13:10:07 2015
@@ -1 +1 @@
-8
+9
Modified: desktop/unstable/vte2.91/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte2.91/debian/control?rev=47032&op=diff
==============================================================================
--- desktop/unstable/vte2.91/debian/control [utf-8] (original)
+++ desktop/unstable/vte2.91/debian/control [utf-8] Fri Nov 13 13:10:07 2015
@@ -6,10 +6,10 @@
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Iain Lane <laney at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Iain Lane <laney at debian.org>, Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
Standards-Version: 3.9.6
-Build-Depends: cdbs (>= 0.4.90),
- debhelper (>= 8),
+Build-Depends: cdbs (>= 0.4.93~),
+ debhelper (>= 9),
gnome-pkg-tools (>= 0.10),
dh-autoreconf,
libglib2.0-dev (>= 2.40.0),
@@ -34,6 +34,8 @@
Depends: ${misc:Depends},
${shlibs:Depends},
libvte-2.91-common (= ${source:Version})
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
Description: Terminal emulator widget for GTK+ 3.0 - runtime files
The VTE library provides a terminal emulator widget VteTerminal for
applications using the GTK+ toolkit. It also provides the VtePTY object
@@ -64,6 +66,7 @@
Section: introspection
Depends: ${gir:Depends},
${misc:Depends}
+Multi-Arch: same
Description: GObject introspection data for the VTE library
This package contains introspection data for VTE, a terminal emulator
widget for GTK+.
@@ -85,6 +88,7 @@
libvte-2.91-common
Recommends: libvte-2.91-doc
Conflicts: libvte-2.90-dev
+Multi-Arch: same
Description: Terminal emulator widget for GTK+ 3.0 - development files
The VTE library provides a terminal emulator widget VteTerminal for
applications using the GTK+ toolkit. It also provides the VtePTY object
@@ -98,6 +102,7 @@
Package: libvte-2.91-common
Architecture: all
Depends: ${misc:Depends}
+Multi-Arch: foreign
Description: Terminal emulator widget for GTK+ 3.0 - common files
The VTE library provides a terminal emulator widget VteTerminal for
applications using the GTK+ toolkit. It also provides the VtePTY object
Modified: desktop/unstable/vte2.91/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte2.91/debian/control.in?rev=47032&op=diff
==============================================================================
--- desktop/unstable/vte2.91/debian/control.in [utf-8] (original)
+++ desktop/unstable/vte2.91/debian/control.in [utf-8] Fri Nov 13 13:10:07 2015
@@ -4,8 +4,8 @@
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
Standards-Version: 3.9.6
-Build-Depends: cdbs (>= 0.4.90),
- debhelper (>= 8),
+Build-Depends: cdbs (>= 0.4.93~),
+ debhelper (>= 9),
gnome-pkg-tools (>= 0.10),
dh-autoreconf,
libglib2.0-dev (>= 2.40.0),
@@ -30,6 +30,8 @@
Depends: ${misc:Depends},
${shlibs:Depends},
libvte-2.91-common (= ${source:Version})
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
Description: Terminal emulator widget for GTK+ 3.0 - runtime files
The VTE library provides a terminal emulator widget VteTerminal for
applications using the GTK+ toolkit. It also provides the VtePTY object
@@ -60,6 +62,7 @@
Section: introspection
Depends: ${gir:Depends},
${misc:Depends}
+Multi-Arch: same
Description: GObject introspection data for the VTE library
This package contains introspection data for VTE, a terminal emulator
widget for GTK+.
@@ -81,6 +84,7 @@
libvte-2.91-common
Recommends: libvte-2.91-doc
Conflicts: libvte-2.90-dev
+Multi-Arch: same
Description: Terminal emulator widget for GTK+ 3.0 - development files
The VTE library provides a terminal emulator widget VteTerminal for
applications using the GTK+ toolkit. It also provides the VtePTY object
@@ -94,6 +98,7 @@
Package: libvte-2.91-common
Architecture: all
Depends: ${misc:Depends}
+Multi-Arch: foreign
Description: Terminal emulator widget for GTK+ 3.0 - common files
The VTE library provides a terminal emulator widget VteTerminal for
applications using the GTK+ toolkit. It also provides the VtePTY object
Modified: desktop/unstable/vte2.91/debian/gir1.2-vte-2.91.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte2.91/debian/gir1.2-vte-2.91.install?rev=47032&op=diff
==============================================================================
--- desktop/unstable/vte2.91/debian/gir1.2-vte-2.91.install [utf-8] (original)
+++ desktop/unstable/vte2.91/debian/gir1.2-vte-2.91.install [utf-8] Fri Nov 13 13:10:07 2015
@@ -1 +1 @@
-usr/lib/girepository-1.0/Vte-2.91.typelib
+usr/lib/*/girepository-1.0/Vte-2.91.typelib
Modified: desktop/unstable/vte2.91/debian/libvte-2.91-0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte2.91/debian/libvte-2.91-0.install?rev=47032&op=diff
==============================================================================
--- desktop/unstable/vte2.91/debian/libvte-2.91-0.install [utf-8] (original)
+++ desktop/unstable/vte2.91/debian/libvte-2.91-0.install [utf-8] Fri Nov 13 13:10:07 2015
@@ -1 +1 @@
-usr/lib/libvte-2.91.so.*
+usr/lib/*/libvte-2.91.so.*
Modified: desktop/unstable/vte2.91/debian/libvte-2.91-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte2.91/debian/libvte-2.91-dev.install?rev=47032&op=diff
==============================================================================
--- desktop/unstable/vte2.91/debian/libvte-2.91-dev.install [utf-8] (original)
+++ desktop/unstable/vte2.91/debian/libvte-2.91-dev.install [utf-8] Fri Nov 13 13:10:07 2015
@@ -1,7 +1,7 @@
usr/include/vte-2.91
-usr/lib/pkgconfig/vte-2.91.pc
-usr/lib/libvte-2.91.a
-usr/lib/libvte-2.91.so
+usr/lib/*/pkgconfig/vte-2.91.pc
+usr/lib/*/libvte-2.91.a
+usr/lib/*/libvte-2.91.so
usr/share/gir-1.0
usr/share/glade
usr/share/vala/vapi
Modified: desktop/unstable/vte2.91/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte2.91/debian/rules?rev=47032&op=diff
==============================================================================
--- desktop/unstable/vte2.91/debian/rules [utf-8] (original)
+++ desktop/unstable/vte2.91/debian/rules [utf-8] Fri Nov 13 13:10:07 2015
@@ -19,11 +19,15 @@
DEB_DH_MAKESHLIBS_ARGS_$(libvte2.91N) += --add-udeb=$(udeb) -- -c4
DEB_CONFIGURE_FLAGS_main += \
+ --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
--enable-gnome-pty-helper \
--enable-glade-catalogue \
--enable-gtk-doc \
--enable-introspection \
--with-gnutls
+
+# FIXME: not honoured
+#DEB_CONFIGURE_EXTRA_FLAGS_main += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
DEB_CONFIGURE_FLAGS_udeb += \
--disable-gnome-pty-helper \
More information about the pkg-gnome-commits
mailing list