[Git][gnome-team/dconf][debian/master] 2 commits: Build with meson
Jeremy Bicha
gitlab at salsa.debian.org
Sat Apr 7 13:59:19 UTC 2018
Jeremy Bicha pushed to branch debian/master at GNOME / dconf
Commits:
10450b92 by Jeremy Bicha at 2018-04-07T09:54:52-04:00
Build with meson
- - - - -
738f8a9a by Jeremy Bicha at 2018-04-07T09:57:54-04:00
releasing package dconf version 0.28.0-2
- - - - -
3 changed files:
- debian/changelog
- debian/control.in
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dconf (0.28.0-2) unstable; urgency=medium
+
+ * Build with meson
+
+ -- Jeremy Bicha <jbicha at debian.org> Sat, 07 Apr 2018 09:57:50 -0400
+
dconf (0.28.0-1) unstable; urgency=medium
* New upstream release
=====================================
debian/control.in
=====================================
--- a/debian/control.in
+++ b/debian/control.in
@@ -3,14 +3,14 @@ Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 11),
+Build-Depends: debhelper (>= 11.1.3),
gnome-pkg-tools,
gtk-doc-tools (>= 1.15),
- intltool (>= 0.50.0),
- xsltproc,
- valac (>= 0.18.0),
libglib2.0-dev (>= 2.44.0),
- libxml2-dev
+ libxml2-dev,
+ meson,
+ valac (>= 0.18.0),
+ xsltproc
Build-Depends-Indep: libglib2.0-doc
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/gnome-team/dconf
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -8,9 +8,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
override_dh_auto_configure:
dh_auto_configure -- \
- --enable-gtk-doc \
- --libexecdir=/usr/lib/dconf \
- --with-gio-modules-dir=/usr/lib/$(DEB_HOST_MULTIARCH)/gio/modules
+ -Denable-gtk-doc=true \
+ --libexecdir=/usr/lib/dconf
override_dh_missing:
dh_missing --fail-missing
View it on GitLab: https://salsa.debian.org/gnome-team/dconf/compare/aa1a62b170045a8b1c963c3c7f78291281fc9991...738f8a9ae5c8fc27f367b3c343067d87088179e7
---
View it on GitLab: https://salsa.debian.org/gnome-team/dconf/compare/aa1a62b170045a8b1c963c3c7f78291281fc9991...738f8a9ae5c8fc27f367b3c343067d87088179e7
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-commits/attachments/20180407/50d5c604/attachment-0001.html>
More information about the pkg-gnome-commits
mailing list