Control: tags -1 +pending +patch

Hi,

 I've fixed this FTBFS bug as attached simple diff.
 Could you apply it, please?

 Also I'll upload it to 7-days-delayed queue. If you want to cancel it,
 please tell me.


-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -u vimoutliner-0.3.4+pristine/debian/changelog vimoutliner-0.3.4+pristine/debian/changelog
--- vimoutliner-0.3.4+pristine/debian/changelog
+++ vimoutliner-0.3.4+pristine/debian/changelog
@@ -1,3 +1,11 @@
+vimoutliner (0.3.4+pristine-9.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules
+    - deal with newer order strict uudecode (sharutils) (Closes: #735790)
+
+ -- Hideki Yamane <henr...@debian.org>  Tue, 11 Feb 2014 09:53:59 +0900
+
 vimoutliner (0.3.4+pristine-9) unstable; urgency=low
 
   [ martin f. krafft ]
diff -u vimoutliner-0.3.4+pristine/debian/rules vimoutliner-0.3.4+pristine/debian/rules
--- vimoutliner-0.3.4+pristine/debian/rules
+++ vimoutliner-0.3.4+pristine/debian/rules
@@ -8,8 +8,9 @@
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
 	dh build
-	uudecode debian/contrib/doc/otl2html/ljlogo.png.b64 \
-     		 -o debian/contrib/doc/otl2html/ljlogo.png
+	uudecode -o debian/contrib/doc/otl2html/ljlogo.png \
+		debian/contrib/doc/otl2html/ljlogo.png.b64
+
 	touch build-stamp
 
 clean: unpatch

Reply via email to