r52825 - in /desktop/unstable/gnome-calendar/debian: changelog control control.in rules
jbicha-guest at users.alioth.debian.org
jbicha-guest at users.alioth.debian.org
Wed Aug 16 12:13:11 UTC 2017
Author: jbicha-guest
Date: Wed Aug 16 12:13:11 2017
New Revision: 52825
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52825
Log:
Build with meson
Modified:
desktop/unstable/gnome-calendar/debian/changelog
desktop/unstable/gnome-calendar/debian/control
desktop/unstable/gnome-calendar/debian/control.in
desktop/unstable/gnome-calendar/debian/rules
Modified: desktop/unstable/gnome-calendar/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-calendar/debian/changelog?rev=52825&op=diff
==============================================================================
--- desktop/unstable/gnome-calendar/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-calendar/debian/changelog [utf-8] Wed Aug 16 12:13:11 2017
@@ -1,6 +1,7 @@
gnome-calendar (3.25.90-1) UNRELEASED; urgency=medium
* New upstream release
+ * Build with meson
* Drop all patches. They have either been applied in the new
upstream release or were for Ubuntu Online Accounts integration
which is no longer supported in Ubuntu.
Modified: desktop/unstable/gnome-calendar/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-calendar/debian/control?rev=52825&op=diff
==============================================================================
--- desktop/unstable/gnome-calendar/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-calendar/debian/control [utf-8] Wed Aug 16 12:13:11 2017
@@ -8,11 +8,9 @@
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: appstream-util,
- autoconf-archive,
- debhelper (>= 10),
+ debhelper (>= 10.3),
gnome-pkg-tools,
gsettings-desktop-schemas-dev (>= 3.21.2),
- intltool (>= 0.40.6),
libecal1.2-dev (>= 3.17.1),
libedataserver1.2-dev (>= 3.17.1),
libedataserverui1.2-dev (>= 3.17.1),
@@ -21,6 +19,7 @@
libgtk-3-dev (>= 3.21.6),
libical-dev (>= 1.0.1),
libsoup2.4-dev,
+ meson (>= 0.41.0),
pkg-config (>= 0.22)
Standards-Version: 3.9.8
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-calendar
Modified: desktop/unstable/gnome-calendar/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-calendar/debian/control.in?rev=52825&op=diff
==============================================================================
--- desktop/unstable/gnome-calendar/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-calendar/debian/control.in [utf-8] Wed Aug 16 12:13:11 2017
@@ -4,11 +4,9 @@
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: appstream-util,
- autoconf-archive,
- debhelper (>= 10),
+ debhelper (>= 10.3),
gnome-pkg-tools,
gsettings-desktop-schemas-dev (>= 3.21.2),
- intltool (>= 0.40.6),
libecal1.2-dev (>= 3.17.1),
libedataserver1.2-dev (>= 3.17.1),
libedataserverui1.2-dev (>= 3.17.1),
@@ -17,6 +15,7 @@
libgtk-3-dev (>= 3.21.6),
libical-dev (>= 1.0.1),
libsoup2.4-dev,
+ meson (>= 0.41.0),
pkg-config (>= 0.22)
Standards-Version: 3.9.8
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-calendar
Modified: desktop/unstable/gnome-calendar/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-calendar/debian/rules?rev=52825&op=diff
==============================================================================
--- desktop/unstable/gnome-calendar/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-calendar/debian/rules [utf-8] Wed Aug 16 12:13:11 2017
@@ -3,4 +3,4 @@
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
%:
- dh $@ --with gnome
+ dh $@ --with gnome --buildsystem=meson
More information about the pkg-gnome-commits
mailing list