r53113 - in /desktop/unstable/gnome-font-viewer/debian: changelog control control.in rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Wed Aug 30 15:50:57 UTC 2017


Author: jbicha-guest
Date: Wed Aug 30 15:50:57 2017
New Revision: 53113

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53113
Log:
Build with meson

Modified:
    desktop/unstable/gnome-font-viewer/debian/changelog
    desktop/unstable/gnome-font-viewer/debian/control
    desktop/unstable/gnome-font-viewer/debian/control.in
    desktop/unstable/gnome-font-viewer/debian/rules

Modified: desktop/unstable/gnome-font-viewer/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-font-viewer/debian/changelog?rev=53113&op=diff
==============================================================================
--- desktop/unstable/gnome-font-viewer/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-font-viewer/debian/changelog	[utf-8] Wed Aug 30 15:50:57 2017
@@ -1,6 +1,7 @@
 gnome-font-viewer (3.25.90-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Build with meson
 
  -- Jeremy Bicha <jbicha at debian.org>  Wed, 30 Aug 2017 11:48:52 -0400
 

Modified: desktop/unstable/gnome-font-viewer/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-font-viewer/debian/control?rev=53113&op=diff
==============================================================================
--- desktop/unstable/gnome-font-viewer/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-font-viewer/debian/control	[utf-8] Wed Aug 30 15:50:57 2017
@@ -6,16 +6,16 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 10),
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Jeremy Bicha <jbicha at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
+Build-Depends: debhelper (>= 10.3~),
                gnome-pkg-tools (>= 0.10),
-               intltool (>= 0.40.0),
                libglib2.0-dev (>= 2.35.1),
                libgnome-desktop-3-dev,
                libgtk-3-dev (>= 3.20.0),
                libharfbuzz-dev (>= 0.9.9),
                libfontconfig1-dev,
-               libfreetype6-dev
+               libfreetype6-dev,
+               meson (>= 0.40.1),
 Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-font-viewer
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-font-viewer

Modified: desktop/unstable/gnome-font-viewer/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-font-viewer/debian/control.in?rev=53113&op=diff
==============================================================================
--- desktop/unstable/gnome-font-viewer/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-font-viewer/debian/control.in	[utf-8] Wed Aug 30 15:50:57 2017
@@ -3,15 +3,15 @@
 Priority: optional
 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),
                libglib2.0-dev (>= 2.35.1),
                libgnome-desktop-3-dev,
                libgtk-3-dev (>= 3.20.0),
                libharfbuzz-dev (>= 0.9.9),
                libfontconfig1-dev,
-               libfreetype6-dev
+               libfreetype6-dev,
+               meson (>= 0.40.1),
 Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-font-viewer
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-font-viewer

Modified: desktop/unstable/gnome-font-viewer/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-font-viewer/debian/rules?rev=53113&op=diff
==============================================================================
--- desktop/unstable/gnome-font-viewer/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-font-viewer/debian/rules	[utf-8] Wed Aug 30 15:50:57 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