r53386 - in /desktop/unstable/gnome-bluetooth/debian: changelog control control.in rules
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Sun Sep 3 13:45:30 UTC 2017
Author: jbicha
Date: Sun Sep 3 13:45:30 2017
New Revision: 53386
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53386
Log:
Build with meson (Closes: #830052)
Modified:
desktop/unstable/gnome-bluetooth/debian/changelog
desktop/unstable/gnome-bluetooth/debian/control
desktop/unstable/gnome-bluetooth/debian/control.in
desktop/unstable/gnome-bluetooth/debian/rules
Modified: desktop/unstable/gnome-bluetooth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/changelog?rev=53386&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/changelog [utf-8] Sun Sep 3 13:45:30 2017
@@ -1,6 +1,7 @@
gnome-bluetooth (3.25.91-1) UNRELEASED; urgency=medium
* New upstream release
+ * Build with meson (Closes: #830052)
-- Jeremy Bicha <jbicha at debian.org> Sun, 03 Sep 2017 09:40:47 -0400
Modified: desktop/unstable/gnome-bluetooth/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/control?rev=53386&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/control [utf-8] Sun Sep 3 13:45:30 2017
@@ -6,20 +6,19 @@
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 10),
- gnome-common,
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Jeremy Bicha <jbicha at debian.org>, Michael Biebl <biebl at debian.org>
+Build-Depends: debhelper (>= 10.3~),
gnome-pkg-tools,
gobject-introspection (>= 0.10.2-1~),
gtk-doc-tools,
- intltool (>= 0.40.0),
libcanberra-gtk3-dev,
libgirepository1.0-dev (>= 0.9.5),
libglib2.0-dev (>= 2.38.0),
libgtk-3-dev (>= 3.12.0),
libnotify-dev,
libudev-dev,
- libxml2-utils
+ libxml2-utils,
+ meson (>= 0.41.0)
Standards-Version: 3.9.8
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-bluetooth
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-bluetooth/
Modified: desktop/unstable/gnome-bluetooth/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/control.in?rev=53386&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/control.in [utf-8] Sun Sep 3 13:45:30 2017
@@ -3,19 +3,18 @@
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 10),
- gnome-common,
+Build-Depends: debhelper (>= 10.3~),
gnome-pkg-tools,
gobject-introspection (>= 0.10.2-1~),
gtk-doc-tools,
- intltool (>= 0.40.0),
libcanberra-gtk3-dev,
libgirepository1.0-dev (>= 0.9.5),
libglib2.0-dev (>= 2.38.0),
libgtk-3-dev (>= 3.12.0),
libnotify-dev,
libudev-dev,
- libxml2-utils
+ libxml2-utils,
+ meson (>= 0.41.0)
Standards-Version: 3.9.8
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-bluetooth
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-bluetooth/
Modified: desktop/unstable/gnome-bluetooth/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/rules?rev=53386&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/rules [utf-8] Sun Sep 3 13:45:30 2017
@@ -2,19 +2,21 @@
include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+# needed with the Ubuntu toolchain to avoid issues
+export DEB_LDFLAGS_MAINT_STRIP := -Wl,-Bsymbolic-functions
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
%:
- dh $@ --with gir,gnome
+ dh $@ --with gir,gnome --buildsystem=meson
override_dh_autoreconf:
dh_autoreconf --as-needed
override_dh_auto_configure:
dh_auto_configure -- \
- --disable-desktop-update \
- --disable-icon-update \
- --enable-introspection
+ -Denable-gtk-doc=true \
+ -Denable-icon-update=true \
+ -Denable-introspection=true
override_dh_install:
dh_install --list-missing
@@ -25,3 +27,7 @@
override_dh_girepository:
dh_girepository -l applet \
/usr/lib/$(DEB_HOST_MULTIARCH)/gnome-bluetooth/
+
+override_dh_translations:
+ ninja -C obj-$(DEB_HOST_GNU_TYPE) gnome-bluetooth2-pot
+ dh_translations
More information about the pkg-gnome-commits
mailing list