tags 567241 + pending
thanks

Dear maintainer,

I've prepared an NMU for libbuffy-bindings (versioned as 0.11+nmu1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: Beatles
diff -Nru libbuffy-bindings-0.11/debian/changelog libbuffy-bindings-0.11+nmu1/debian/changelog
--- libbuffy-bindings-0.11/debian/changelog	2010-08-02 11:32:15.000000000 +0200
+++ libbuffy-bindings-0.11+nmu1/debian/changelog	2010-09-19 17:31:28.000000000 +0200
@@ -1,3 +1,13 @@
+libbuffy-bindings (0.11+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "fails after binnmu" by applying the two patches from Niko Tyni:
+    - 0001-Stop-writing-C-code-into-Buffy.pm.patch
+    - 0002-Fix-inter-target-dependencies-not-to-run-the-build-t.patch
+    Closes: #567241
+
+ -- gregor herrmann <[email protected]>  Sun, 19 Sep 2010 17:26:18 +0200
+
 libbuffy-bindings (0.11) unstable; urgency=low
 
   * Applied patch by Stefano Rivera. Closes: #586937
diff -Nru libbuffy-bindings-0.11/debian/rules libbuffy-bindings-0.11+nmu1/debian/rules
--- libbuffy-bindings-0.11/debian/rules	2010-08-02 11:32:15.000000000 +0200
+++ libbuffy-bindings-0.11+nmu1/debian/rules	2010-09-19 17:24:29.000000000 +0200
@@ -40,7 +40,7 @@
 
 #Architecture
 build: build-stamp
-build-stamp: configure
+build-stamp: config-stamp
 	# Build
 	cd perl && make all OPTIMIZE="$(CXXFLAGS)"
 	cd ruby && make all
@@ -125,7 +125,7 @@
 binary-indep:
 
 binary: binary-arch binary-indep
-.PHONY: build clean binary-arch binary-indep binary install
+.PHONY: build clean binary-arch binary-indep binary install configure
 
 
 # Personal convenience rules
diff -Nru libbuffy-bindings-0.11/perl/Makefile.PL libbuffy-bindings-0.11+nmu1/perl/Makefile.PL
--- libbuffy-bindings-0.11/perl/Makefile.PL	2010-08-02 11:32:15.000000000 +0200
+++ libbuffy-bindings-0.11+nmu1/perl/Makefile.PL	2010-09-19 17:24:24.000000000 +0200
@@ -11,7 +11,9 @@
 
 sub MY::postamble {
 	return <<'MAKE_FRAG';
-buffy_wrap.cc Buffy.pm: ../buffy.i
+Buffy.pm: buffy_wrap.cc
+
+buffy_wrap.cc: ../buffy.i
 	swig -perl -c++ -I/usr/include -o $@ $<
 MAKE_FRAG
 }

Attachment: signature.asc
Description: Digital signature

Reply via email to