r53028 - in /packages/unstable/gnome-multi-writer/debian: changelog control control.in rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Tue Aug 29 23:41:00 UTC 2017


Author: jbicha-guest
Date: Tue Aug 29 23:41:00 2017
New Revision: 53028

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

Modified:
    packages/unstable/gnome-multi-writer/debian/changelog
    packages/unstable/gnome-multi-writer/debian/control
    packages/unstable/gnome-multi-writer/debian/control.in
    packages/unstable/gnome-multi-writer/debian/rules

Modified: packages/unstable/gnome-multi-writer/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-multi-writer/debian/changelog?rev=53028&op=diff
==============================================================================
--- packages/unstable/gnome-multi-writer/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-multi-writer/debian/changelog	[utf-8] Tue Aug 29 23:41:00 2017
@@ -1,6 +1,7 @@
 gnome-multi-writer (3.25.90-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Build with meson
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Tue, 29 Aug 2017 19:37:51 -0400
 

Modified: packages/unstable/gnome-multi-writer/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-multi-writer/debian/control?rev=53028&op=diff
==============================================================================
--- packages/unstable/gnome-multi-writer/debian/control	[utf-8] (original)
+++ packages/unstable/gnome-multi-writer/debian/control	[utf-8] Tue Aug 29 23:41:00 2017
@@ -6,10 +6,9 @@
 Section: utils
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Michael Biebl <biebl at debian.org>
+Uploaders: Jeremy Bicha <jbicha at ubuntu.com>, Michael Biebl <biebl at debian.org>
 Build-Depends: appstream-util,
-               autoconf-archive,
-               debhelper (>= 10),
+               debhelper (>= 10.3~),
                docbook-utils,
                gnome-pkg-tools,
                gobject-introspection,
@@ -22,6 +21,7 @@
                libpolkit-gobject-1-dev,
                libudisks2-dev,
                libxml2-utils,
+               meson (>= 0.37.0),
                pkg-config (>= 0.16),
                yelp-tools,
 Standards-Version: 3.9.8

Modified: packages/unstable/gnome-multi-writer/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-multi-writer/debian/control.in?rev=53028&op=diff
==============================================================================
--- packages/unstable/gnome-multi-writer/debian/control.in	[utf-8] (original)
+++ packages/unstable/gnome-multi-writer/debian/control.in	[utf-8] Tue Aug 29 23:41:00 2017
@@ -4,8 +4,7 @@
 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~),
                docbook-utils,
                gnome-pkg-tools,
                gobject-introspection,
@@ -18,6 +17,7 @@
                libpolkit-gobject-1-dev,
                libudisks2-dev,
                libxml2-utils,
+               meson (>= 0.37.0),
                pkg-config (>= 0.16),
                yelp-tools,
 Standards-Version: 3.9.8

Modified: packages/unstable/gnome-multi-writer/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-multi-writer/debian/rules?rev=53028&op=diff
==============================================================================
--- packages/unstable/gnome-multi-writer/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-multi-writer/debian/rules	[utf-8] Tue Aug 29 23:41:00 2017
@@ -8,10 +8,7 @@
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
-	dh $@  --with gnome
-
-override_dh_autoreconf:
-	dh_autoreconf --as-needed
+	dh $@  --with gnome --buildsystem=meson
 
 override_dh_auto_configure:
 	dh_auto_configure -- \




More information about the pkg-gnome-commits mailing list