r53959 - in /desktop/unstable/atk1.0/debian: changelog control control.in rules
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Sat Sep 16 00:39:29 UTC 2017
Author: jbicha
Date: Sat Sep 16 00:39:29 2017
New Revision: 53959
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53959
Log:
Build with meson
Modified:
desktop/unstable/atk1.0/debian/changelog
desktop/unstable/atk1.0/debian/control
desktop/unstable/atk1.0/debian/control.in
desktop/unstable/atk1.0/debian/rules
Modified: desktop/unstable/atk1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/atk1.0/debian/changelog?rev=53959&op=diff
==============================================================================
--- desktop/unstable/atk1.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/atk1.0/debian/changelog [utf-8] Sat Sep 16 00:39:29 2017
@@ -1,6 +1,7 @@
atk1.0 (2.26.0-1) UNRELEASED; urgency=medium
* New upstream release
+ * Build with meson
-- Jeremy Bicha <jbicha at debian.org> Fri, 15 Sep 2017 20:34:23 -0400
Modified: desktop/unstable/atk1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/atk1.0/debian/control?rev=53959&op=diff
==============================================================================
--- desktop/unstable/atk1.0/debian/control [utf-8] (original)
+++ desktop/unstable/atk1.0/debian/control [utf-8] Sat Sep 16 00:39:29 2017
@@ -6,10 +6,11 @@
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Iain Lane <laney at debian.org>, Mario Lang <mlang at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Iain Lane <laney at debian.org>, Jeremy Bicha <jbicha at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/atk1.0
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/atk1.0
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 10.3~),
+ meson (>= 0.40.1),
pkg-config,
libglib2.0-dev (>= 2.31.2),
gnome-pkg-tools (>= 0.10),
Modified: desktop/unstable/atk1.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/atk1.0/debian/control.in?rev=53959&op=diff
==============================================================================
--- desktop/unstable/atk1.0/debian/control.in [utf-8] (original)
+++ desktop/unstable/atk1.0/debian/control.in [utf-8] Sat Sep 16 00:39:29 2017
@@ -5,7 +5,8 @@
Uploaders: @GNOME_TEAM@
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/atk1.0
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/atk1.0
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 10.3~),
+ meson (>= 0.40.1),
pkg-config,
libglib2.0-dev (>= 2.31.2),
gnome-pkg-tools (>= 0.10),
Modified: desktop/unstable/atk1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/atk1.0/debian/rules?rev=53959&op=diff
==============================================================================
--- desktop/unstable/atk1.0/debian/rules [utf-8] (original)
+++ desktop/unstable/atk1.0/debian/rules [utf-8] Sat Sep 16 00:39:29 2017
@@ -7,13 +7,12 @@
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
%:
- dh $@ --with gir,gnome
+ dh $@ --with gir,gnome --buildsystem=meson
override_dh_auto_configure:
dh_auto_configure -- \
- --enable-gtk-doc \
- --enable-static \
- --enable-introspection
+ -Denable_docs=true \
+ -Ddisable_introspection=false
override_dh_makeshlibs:
dh_makeshlibs -plibatk1.0-0 \
More information about the pkg-gnome-commits
mailing list