tag #324606 +patch
thanks
Hello,
Here is the patch for the second RC bug.
I'll also NMU for this bug. Sorry for doing 2 NMUs in a row, I had just
forgotten about the 2nd RC will working on the 1st one.
Regards,
--
Zorglub
Clément Stenac
--- orig/flite-1.2-release/debian/rules 2005-09-04 18:13:54.000000000 +0200
+++ new/flite-1.2-release/debian/rules 2005-09-04 19:57:19.000000000 +0200
@@ -28,6 +28,7 @@
build-stamp: config.status
dh_testdir
+ mkdir bin
$(MAKE)
(set -e; cd doc; $(MAKE) flite.ps flite.pdf flite.html; makeinfo
flite.texi)
@@ -48,6 +49,9 @@
dh_clean
+ # Work around a Makefile strangeness - We'll recreate it in build
+ rm -rf bin/
+
install: build
dh_testdir
dh_testroot
--- orig/flite-1.2-release/debian/changelog 2005-09-04 18:13:54.000000000
+0200
+++ new/flite-1.2-release/debian/changelog 2005-09-04 20:23:18.000000000
+0200
@@ -1,3 +1,9 @@
+flite (1.2-release-2.2) unstable; urgency=low
+
+ * Non-maintainer upload
+ * Fix build as a normal user using sudo (Closes:#324606)
+
+ -- Clément Stenac <[EMAIL PROTECTED]> Sun, 4 Sep 2005 20:23:17 +0200
+
flite (1.2-release-2.1) unstable; urgency=low
* Non-maintainer upload