Bug#725513: xprintidle: FTBFS: required file './compile' not found

2013-10-17 Thread Milan Zamazal
 HY == Hideki Yamane henr...@debian.or.jp writes:

HY Attached patch would fix this FTBFS, could you consider to apply
HY it, please?

Thanks for the patch, I'll try to handle it soon.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#725513: xprintidle: FTBFS: required file './compile' not found

2013-10-15 Thread Hideki Yamane
Control: tags -1 +patch

Hi,

 Attached patch would fix this FTBFS, could you consider to apply it,
 please?


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru xprintidle-0.2/debian/changelog xprintidle-0.2/debian/changelog
--- xprintidle-0.2/debian/changelog	2013-06-30 01:10:47.0 +0900
+++ xprintidle-0.2/debian/changelog	2013-10-15 21:54:14.0 +0900
@@ -1,3 +1,12 @@
+xprintidle (0.2-7.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- specify -fi option to autoreconf fix FTBFS (Closes: #725513)
+- clean target should not rely on configure-stamp. 
+
+ -- Hideki Yamane henr...@debian.org  Tue, 15 Oct 2013 21:53:28 +0900
+
 xprintidle (0.2-7) unstable; urgency=low
 
   * Fix of FTBFS error; closes: #713448.
diff -Nru xprintidle-0.2/debian/rules xprintidle-0.2/debian/rules
--- xprintidle-0.2/debian/rules	2013-06-30 01:10:47.0 +0900
+++ xprintidle-0.2/debian/rules	2013-10-15 21:51:42.0 +0900
@@ -31,7 +31,7 @@
 configure-stamp:
 	dh_testdir
 	set -e; for f in $(autofiles); do if [ ! -f $$ff.upstream ]; then cp $$f $$f.upstream; fi; done
-	autoreconf
+	autoreconf -fi
 	./configure --prefix=/usr --x-libraries=/usr/lib
 	touch configure-stamp
 
@@ -43,12 +43,12 @@
 	$(MAKE)
 	touch build-stamp
 
-clean: configure-stamp
+clean: 
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	$(MAKE) distclean
-	rm -f xprintidle
+	-$(MAKE) distclean
+	-rm -f xprintidle
 	dh_clean 
 	set -e; for f in $(autofiles); do if [ -f $$f.upstream ]; then mv $$f.upstream $$f; fi; done
 


Bug#725513: xprintidle: FTBFS: required file './compile' not found

2013-10-06 Thread Daniel Schepler
Source: xprintidle
Version: 0.2-7
Severity: serious

From my pbuilder build log:

...
 fakeroot debian/rules clean
dh_testdir
set -e; for f in aclocal.m4 configure Makefile.in; do if [ ! -f $ff.upstream 
]; then cp $f $f.upstream; fi; done
autoreconf
configure.ac:10: error: required file './compile' not found
configure.ac:10:   'automake --add-missing' can install 'compile'
autoreconf: automake failed with exit status: 1
make: *** [configure-stamp] Error 1
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2
-- 
Daniel Schepler


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org