r53519 - in /desktop/unstable/gnome-dictionary/debian: changelog control.in rules
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Wed Sep 6 15:22:47 UTC 2017
Author: jbicha
Date: Wed Sep 6 15:22:47 2017
New Revision: 53519
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53519
Log:
Build with meson
Modified:
desktop/unstable/gnome-dictionary/debian/changelog
desktop/unstable/gnome-dictionary/debian/control.in
desktop/unstable/gnome-dictionary/debian/rules
Modified: desktop/unstable/gnome-dictionary/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/changelog?rev=53519&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/changelog [utf-8] Wed Sep 6 15:22:47 2017
@@ -2,6 +2,7 @@
* New upstream release
- Remove libgdict
+ * Build with meson
-- Jeremy Bicha <jbicha at debian.org> Wed, 06 Sep 2017 11:12:11 -0400
Modified: desktop/unstable/gnome-dictionary/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/control.in?rev=53519&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/control.in [utf-8] Wed Sep 6 15:22:47 2017
@@ -4,12 +4,12 @@
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 10.3~),
gnome-pkg-tools (>= 0.10),
- intltool (>= 0.40.0),
+ itstool,
libglib2.0-dev (>= 2.42.0),
libgtk-3-dev (>= 3.21.1),
- yelp-tools,
+ meson (>= 0.39.1),
gobject-introspection (>= 1.42.0),
libgirepository1.0-dev (>= 1.42.0)
Standards-Version: 4.1.0
Modified: desktop/unstable/gnome-dictionary/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/rules?rev=53519&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/rules [utf-8] Wed Sep 6 15:22:47 2017
@@ -5,12 +5,11 @@
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
%:
- dh $@ --with gnome,gir
+ dh $@ --with gnome,gir --buildsystem=meson
override_dh_auto_configure:
dh_auto_configure -- \
- --enable-ipv6 \
- --enable-gtk-doc
+ -Duse_ipv6=true \
override_dh_install:
dh_install --fail-missing
More information about the pkg-gnome-commits
mailing list