tags 666349 + patch
tags 666349 + pending
thanks

Dear maintainer,

I've prepared an NMU for openais (versioned as 1.1.4-4.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Van Morrison
diff -Nru openais-1.1.4/debian/changelog openais-1.1.4/debian/changelog
--- openais-1.1.4/debian/changelog	2011-11-24 10:51:10.000000000 +0100
+++ openais-1.1.4/debian/changelog	2012-05-01 17:35:26.000000000 +0200
@@ -1,3 +1,12 @@
+openais (1.1.4-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: make[1]: *** No targets specified and no makefile found.
+    Stop.": fix target dependencies
+    (Closes: #666349)
+
+ -- gregor herrmann <gre...@debian.org>  Tue, 01 May 2012 17:35:17 +0200
+
 openais (1.1.4-4) unstable; urgency=low
 
   * debian/control: Make libopenais-dev depend on openais-dev to ensure that
diff -Nru openais-1.1.4/debian/rules openais-1.1.4/debian/rules
--- openais-1.1.4/debian/rules	2011-10-21 11:50:49.000000000 +0200
+++ openais-1.1.4/debian/rules	2012-05-01 17:33:48.000000000 +0200
@@ -10,17 +10,19 @@
 		    --sysconfdir=/etc \
                     --libexecdir=/usr/lib/ \
 		    --with-lcrso-dir=/usr/lib/lcrso
+	touch $@
 
-build: configure-stamp build-arch build-indep
+build: build-arch build-indep
 build-arch: build-stamp
 build-indep: build-stamp
-build-stamp:
+build-stamp: configure-stamp
 	make
+	touch $@
 
 clean:
 	dh_testdir
 	[ ! -f Makefile ] || $(MAKE) distclean
-	dh_clean configure-stamp
+	dh_clean configure-stamp build-stamp
 
 install: build
 	dh_testdir

Attachment: signature.asc
Description: Digital signature

Reply via email to