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

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


The following commit has been merged in the upstream branch:
commit 32bc0b107e3f8124baa46445d27ad602b7b4422a
Author: Clint Adams <schizo at debian.org>
Date:   Fri Jun 18 23:39:47 2004 +0000

    debian/rules prebuild
    
     * Add prebuild target to debian/rules for use with arch-buildpackage.
    
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-5

diff --git a/debian/changelog b/debian/changelog
index b61ed14..c22e4f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ fakeroot (1.0.3) unstable; urgency=low
   * test/tartest: chown to daemon instead of sys, since it's more likely
     to exist.
   * INSTALL: add some terse notes.
+  * Add prebuild target to debian/rules for use with arch-buildpackage.
 
  -- Clint Adams <schizo at debian.org>  Fri, 18 Jun 2004 15:42:33 -0400
 
diff --git a/debian/rules b/debian/rules
index 2ebd1ce..bf22e13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -159,7 +159,11 @@ source diff:
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary checkroot
+.PHONY: build clean binary-indep binary-arch binary checkroot prebuild
+
+prebuild:
+	autoreconf -fi
+	cd fake && autoreconf -fi
 
 define checkdir
 	test -f debian/rules

-- 
fakeroot



More information about the Fakeroot-commits mailing list