[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Clint Adams schizo at debian.org
Tue Aug 23 13:05:32 UTC 2011


The following commit has been merged in the upstream branch:
commit ae7036a27e9c2a96ecc2943dc18799f01bb557bc
Author: Clint Adams <schizo at debian.org>
Date:   Tue Dec 21 21:21:44 2004 +0000

    smooth out the `fake' subdir too
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-45

diff --git a/debian/rules b/debian/rules
index cfec2a4..3923e01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -176,6 +176,7 @@ binary: binary-indep binary-arch
 
 prebuild:
 	printf "define(FAKEROOT_VERSION, %s)\n" $$(dpkg-parsechangelog | sed -n '/^Version: \(.*\)$$/ {s//\1/;p}') >acinclude.m4
+	ln -sf ../acinclude.m4 fake/acinclude.m4
 
 	autoreconf -fi
 	cd fake && autoreconf -fi
diff --git a/fake/configure.ac b/fake/configure.ac
index 71d2eaa..2fa1a9c 100644
--- a/fake/configure.ac
+++ b/fake/configure.ac
@@ -1,11 +1,11 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT
+AC_INIT([fakeroot],[FAKEROOT_VERSION],[schizo at debian.org],[fakeroot])
 AC_CONFIG_SRCDIR([libfakeroot.c])
 AC_CANONICAL_TARGET
+AC_CONFIG_AUX_DIR(..)
 
-AM_INIT_AUTOMAKE(fakeroot, 0.9.6)
+AM_INIT_AUTOMAKE
 AM_MAINTAINER_MODE
-AC_CONFIG_AUX_DIR(..)
 
 dnl AM_CONFIG_HEADER(config.h)
 

-- 
fakeroot



More information about the Fakeroot-commits mailing list