r40081 - in /desktop/unstable/seed/debian: changelog control patches/fix_autogen_and_configure.patch patches/series

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Wed Oct 23 16:14:37 UTC 2013


Author: bigon
Date: Wed Oct 23 16:14:36 2013
New Revision: 40081

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40081
Log:
  - Add autotools-dev, dh-autoreconf and libglib2.0-dev to the
    build-dependencies
* debian/rules: Call dh_autoreconf during build
* debian/patches/fix_autogen_and_configure.patch: Prevent possible FTBFS due
  to changes in gnome-common

Added:
    desktop/unstable/seed/debian/patches/fix_autogen_and_configure.patch
Modified:
    desktop/unstable/seed/debian/changelog
    desktop/unstable/seed/debian/control
    desktop/unstable/seed/debian/patches/series

Modified: desktop/unstable/seed/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seed/debian/changelog?rev=40081&op=diff
==============================================================================
--- desktop/unstable/seed/debian/changelog	[utf-8] (original)
+++ desktop/unstable/seed/debian/changelog	[utf-8] Wed Oct 23 16:14:36 2013
@@ -9,11 +9,15 @@
       (Closes: #642177)
   * debian/control.in:
     - Bump Standards-Version to 3.9.4 (no further changes)
-    - Add autotools-dev and libglib2.0-dev to the build-dependencies
+    - Add autotools-dev, dh-autoreconf and libglib2.0-dev to the
+      build-dependencies
   * debian/patches/fix_format.patch: Fix FTBFS when compiled with
     -Werror=format-security flag
   * debian/patches/link_gmodule.patch: Explicitly link against libgmodule,
     libseed is using some of its symbols
+  * debian/rules: Call dh_autoreconf during build
+  * debian/patches/fix_autogen_and_configure.patch: Prevent possible FTBFS due
+    to changes in gnome-common
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Fri, 28 Jun 2013 18:38:03 -0400
 

Modified: desktop/unstable/seed/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seed/debian/control?rev=40081&op=diff
==============================================================================
--- desktop/unstable/seed/debian/control	[utf-8] (original)
+++ desktop/unstable/seed/debian/control	[utf-8] Wed Oct 23 16:14:36 2013
@@ -10,6 +10,7 @@
 Build-Depends: debhelper (>= 8),
                cdbs (>= 0.4.4),
                autotools-dev,
+               dh-autoreconf,
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.35.0),
                libffi-dev (>= 3.0),

Added: desktop/unstable/seed/debian/patches/fix_autogen_and_configure.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seed/debian/patches/fix_autogen_and_configure.patch?rev=40081&op=file
==============================================================================
--- desktop/unstable/seed/debian/patches/fix_autogen_and_configure.patch	(added)
+++ desktop/unstable/seed/debian/patches/fix_autogen_and_configure.patch	[utf-8] Wed Oct 23 16:14:36 2013
@@ -0,0 +1,21 @@
+From 24c5968e2ae3bdc49811329fa722035dba76db01 Mon Sep 17 00:00:00 2001
+From: Seán de Búrca <leftmostcat at gmail.com>
+Date: Mon, 26 Aug 2013 21:16:45 +0000
+Subject: Fix autogen and configure
+
+https://bugzilla.gnome.org/show_bug.cgi?id=706833
+---
+diff --git a/configure.ac b/configure.ac
+index f741f24..ddcab40 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -4,6 +4,7 @@ AC_INIT(seed, 3.8.2)
+ AM_INIT_AUTOMAKE([1.7 -Wno-portability])
+ AM_MAINTAINER_MODE([enable])
+ AC_CONFIG_HEADERS([config.h])
++AC_CONFIG_MACRO_DIR([m4])
+ 
+ AC_CANONICAL_HOST
+ 
+--
+cgit v0.9.2

Modified: desktop/unstable/seed/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seed/debian/patches/series?rev=40081&op=diff
==============================================================================
--- desktop/unstable/seed/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/seed/debian/patches/series	[utf-8] Wed Oct 23 16:14:36 2013
@@ -1,2 +1,3 @@
 fix_format.patch
 link_gmodule.patch
+fix_autogen_and_configure.patch




More information about the pkg-gnome-commits mailing list