r53923 - in /desktop/unstable/totem-pl-parser/debian: changelog control.in libtotem-plparser-dev.install rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Thu Sep 14 20:25:02 UTC 2017


Author: jbicha
Date: Thu Sep 14 20:25:02 2017
New Revision: 53923

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

Modified:
    desktop/unstable/totem-pl-parser/debian/changelog
    desktop/unstable/totem-pl-parser/debian/control.in
    desktop/unstable/totem-pl-parser/debian/libtotem-plparser-dev.install
    desktop/unstable/totem-pl-parser/debian/rules

Modified: desktop/unstable/totem-pl-parser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/changelog?rev=53923&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/changelog	[utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/changelog	[utf-8] Thu Sep 14 20:25:02 2017
@@ -1,6 +1,7 @@
 totem-pl-parser (3.26.0-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Build with meson
   * Bump Standards-Version to 4.1.0
 
  -- Jeremy Bicha <jbicha at debian.org>  Thu, 14 Sep 2017 15:29:50 -0400

Modified: desktop/unstable/totem-pl-parser/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/control.in?rev=53923&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/control.in	[utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/control.in	[utf-8] Thu Sep 14 20:25:02 2017
@@ -3,11 +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,
                gobject-introspection (>= 0.9.12-4~),
                gtk-doc-tools (>= 1.11),
-               intltool (>= 0.35),
                libarchive-dev (>= 3.0),
                libgcrypt20-dev,
                libgirepository1.0-dev (>= 0.10.7-1~),
@@ -17,7 +16,8 @@
                libquvi-0.9-dev,
                libsoup-gnome2.4-dev (>= 2.43.0),
                libxml-parser-perl,
-               libxml2-dev
+               libxml2-dev,
+               meson (>= 0.40.1)
 Standards-Version: 4.1.0
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/totem-pl-parser
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/totem-pl-parser

Modified: desktop/unstable/totem-pl-parser/debian/libtotem-plparser-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/libtotem-plparser-dev.install?rev=53923&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/libtotem-plparser-dev.install	[utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/libtotem-plparser-dev.install	[utf-8] Thu Sep 14 20:25:02 2017
@@ -1,5 +1,4 @@
 usr/include/*
-usr/lib/*/lib*.a
 usr/lib/*/lib*.so
 usr/lib/*/pkgconfig/*
 usr/share/gir-*

Modified: desktop/unstable/totem-pl-parser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/rules?rev=53923&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/rules	[utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/rules	[utf-8] Thu Sep 14 20:25:02 2017
@@ -5,15 +5,15 @@
 libtotem-plparserN := $(shell sed -rn 's/^Package:[[:space:]]*(libtotem-plparser[0-9]+)[[:space:]]*$$/\1/p' debian/control)
 
 %:
-	dh $@ --with gnome,gir
+	dh $@ --with gnome,gir --buildsystem=meson
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--libexecdir=\$${libdir}/$(libtotem-plparserN) \
-		--enable-gtk-doc
-
-override_dh_autoreconf:
-	NOCONFIGURE=true dh_autoreconf ./autogen.sh
+		--libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH)/$(libtotem-plparserN) \
+		-Denable-gtk-doc=true \
+		-Denable-libarchive=yes \
+		-Denable-libgcrypt=yes \
+		-Denable-quvi=yes
 
 override_dh_makeshlibs:
 	dh_makeshlibs -p $(libtotem-plparserN) -V -- -c4




More information about the pkg-gnome-commits mailing list