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

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


The following commit has been merged in the upstream branch:
commit 964c633a9ed337492f4d894d87fe00995444c251
Author: Clint Adams <schizo at debian.org>
Date:   Fri Nov 3 03:36:23 2006 +0000

    argh
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-102

diff --git a/debian/changelog b/debian/changelog
index a96d967..c497508 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 fakeroot (1.5.10) unstable; urgency=low
 
-  * Move po4a stuff to dist-hook.
+  * Move po4a stuff to dist-hook and prebuild.
   * Drop po4a from build-deps.
   * In postrm, remove the symlink which may have been generated
     by ldconfig, to avoid upsetting piuparts.  closes: #351299.
diff --git a/debian/rules b/debian/rules
index 5629785..ebc9bd4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -235,16 +235,18 @@ binary: binary-indep binary-arch
 
 prebuild:
 	printf "define(FAKEROOT_VERSION, %s)\n" $(fakeroot_version) >acinclude.m4
-#	ln -sf ../acinclude.m4 fake/acinclude.m4
-	ln -f ../acinclude.m4 fake/acinclude.m4
+	ln -sf ../acinclude.m4 fake/acinclude.m4
+#	ln -f acinclude.m4 fake/acinclude.m4
 
 	autoreconf -fi
 	cd fake && autoreconf -fi
 
-	./configure
-	$(MAKE) dist
-	mv fakeroot-$(fakeroot_version).tar.gz ../fakeroot_$(fakeroot_version).tar.gz
-	$(MAKE) distclean
+	cd doc && po4a -k 0 --rm-backups --variable "srcdir=$(CURDIR)/doc/" po4a/po4a.cfg
+
+#	./configure
+#	$(MAKE) dist
+#	mv fakeroot-$(fakeroot_version).tar.gz ../fakeroot_$(fakeroot_version).tar.gz
+#	$(MAKE) distclean
 
 define checkdir
 	test -f debian/rules

-- 
fakeroot



More information about the Fakeroot-commits mailing list