r54341 - in /packages/unstable/libcanberra/debian: autogen.sh changelog rules

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Thu Oct 12 00:39:39 UTC 2017


Author: smcv
Date: Thu Oct 12 00:39:37 2017
New Revision: 54341

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54341
Log:
Run gtkdocize to update build system (Closes: #876596)

Added:
    packages/unstable/libcanberra/debian/autogen.sh   (with props)
Modified:
    packages/unstable/libcanberra/debian/changelog
    packages/unstable/libcanberra/debian/rules

Added: packages/unstable/libcanberra/debian/autogen.sh
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcanberra/debian/autogen.sh?rev=54341&op=file
==============================================================================
--- packages/unstable/libcanberra/debian/autogen.sh	(added)
+++ packages/unstable/libcanberra/debian/autogen.sh	[utf-8] Thu Oct 12 00:39:37 2017
@@ -0,0 +1,5 @@
+#!/bin/sh
+# A simplified form of the upstream autogen.sh
+set -e
+gtkdocize --docdir gtkdoc/
+autoreconf --force --install --symlink

Propchange: packages/unstable/libcanberra/debian/autogen.sh
------------------------------------------------------------------------------
    svn:executable = *

Modified: packages/unstable/libcanberra/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcanberra/debian/changelog?rev=54341&op=diff
==============================================================================
--- packages/unstable/libcanberra/debian/changelog	[utf-8] (original)
+++ packages/unstable/libcanberra/debian/changelog	[utf-8] Thu Oct 12 00:39:37 2017
@@ -3,6 +3,9 @@
   [ Jeremy Bicha ]
   * d/watch: Use format version 4
   * d/watch: Use @PACKAGE@ and @ANY_VERSION@ tokens
+
+  [ Simon McVittie ]
+  * Run gtkdocize to update build system (Closes: #876596)
 
  -- Simon McVittie <smcv at debian.org>  Thu, 12 Oct 2017 01:04:41 +0100
 

Modified: packages/unstable/libcanberra/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcanberra/debian/rules?rev=54341&op=diff
==============================================================================
--- packages/unstable/libcanberra/debian/rules	[utf-8] (original)
+++ packages/unstable/libcanberra/debian/rules	[utf-8] Thu Oct 12 00:39:37 2017
@@ -23,6 +23,8 @@
 ifneq ($(DEB_HOST_ARCH_OS), hurd)
 ENABLE_TDB=--enable-tdb
 endif
+
+DEB_DH_AUTORECONF_ARGS = debian/autogen.sh
 
 DEB_CONFIGURE_EXTRA_FLAGS = 			\
 	--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \




More information about the pkg-gnome-commits mailing list