[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05
Clint Adams
schizo at debian.org
Sun Nov 15 03:17:52 UTC 2009
The following commit has been merged in the upstream branch:
commit 66474abedc64ae634d251ff4d7afb65d50a68ba2
Author: Clint Adams <schizo at debian.org>
Date: Sun Nov 8 21:06:34 2009 -0500
Adapt prebuild to preroll for upstream separation.
diff --git a/Makefile.am b/Makefile.am
index ba6fd6d..d382d03 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,7 +31,8 @@ EXTRA_DIST=wrapawk wrapfunc.inp \
debian/rules debian/changelog debian/control \
message.h \
DEBUG BUGS \
- setenv.c
+ setenv.c \
+ preroll
CLEAN_FILES=fakerootconfig.h
diff --git a/preroll b/preroll
new file mode 100755
index 0000000..874644a
--- /dev/null
+++ b/preroll
@@ -0,0 +1,11 @@
+#!/bin/sh -v
+
+mkdir build-aux
+
+[ -n "${DEB_VERSION}" ] || exit 1
+
+printf "define(FAKEROOT_VERSION, %s)\n" "${DEB_VERSION%-*}" >acinclude.m4 || exit 1
+autoreconf -fi || exit 1
+(cd doc && po4a -k 0 --rm-backups --variable "srcdir=../doc/" po4a/po4a.cfg) || exit 1
+
+rm -rf autom4te.cache build-aux
--
fakeroot
More information about the Fakeroot-commits
mailing list