r54402 - in /desktop/unstable/gnome-backgrounds/debian: changelog control control.in rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Sat Oct 14 00:53:57 UTC 2017


Author: jbicha
Date: Sat Oct 14 00:53:57 2017
New Revision: 54402

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

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

Modified: desktop/unstable/gnome-backgrounds/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-backgrounds/debian/changelog?rev=54402&op=diff
==============================================================================
--- desktop/unstable/gnome-backgrounds/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-backgrounds/debian/changelog	[utf-8] Sat Oct 14 00:53:57 2017
@@ -1,6 +1,7 @@
 gnome-backgrounds (3.26.2-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Build with meson
 
  -- Jeremy Bicha <jbicha at debian.org>  Fri, 13 Oct 2017 20:04:59 -0400
 

Modified: desktop/unstable/gnome-backgrounds/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-backgrounds/debian/control?rev=54402&op=diff
==============================================================================
--- desktop/unstable/gnome-backgrounds/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-backgrounds/debian/control	[utf-8] Sat Oct 14 00:53:57 2017
@@ -6,10 +6,11 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Jeremy Bicha <jbicha at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 10),
+Uploaders: Jeremy Bicha <jbicha at debian.org>, Michael Biebl <biebl at debian.org>
+Build-Depends: debhelper (>= 10.3~),
                gnome-pkg-tools,
-               libglib2.0-dev
+               libglib2.0-dev,
+               meson (>= 0.41.0)
 Standards-Version: 4.1.0
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-backgrounds
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-backgrounds

Modified: desktop/unstable/gnome-backgrounds/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-backgrounds/debian/control.in?rev=54402&op=diff
==============================================================================
--- desktop/unstable/gnome-backgrounds/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-backgrounds/debian/control.in	[utf-8] Sat Oct 14 00:53:57 2017
@@ -3,9 +3,10 @@
 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,
-               libglib2.0-dev
+               libglib2.0-dev,
+               meson (>= 0.41.0)
 Standards-Version: 4.1.0
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-backgrounds
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-backgrounds

Modified: desktop/unstable/gnome-backgrounds/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-backgrounds/debian/rules?rev=54402&op=diff
==============================================================================
--- desktop/unstable/gnome-backgrounds/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-backgrounds/debian/rules	[utf-8] Sat Oct 14 00:53:57 2017
@@ -3,7 +3,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 %:
-	dh $@ --with gnome
+	dh $@ --with gnome --buildsystem=meson
 
 override_dh_install:
 	dh_install




More information about the pkg-gnome-commits mailing list