Bug#652782: liblayout: FTBFS: /build/liblayout-ZOAz0x/liblayout-0.2.10/build.xml:38: /build/liblayout-ZOAz0x/liblayout-0.2.10/lib does not exist.

Miguel Landaeta miguel at miguel.cc
Tue Jan 17 01:47:47 UTC 2012


tags 652782 + pending
thanks

On Tue, Dec 20, 2011 at 04:02:27PM +0100, Lucas Nussbaum wrote:
> Source: liblayout
> Version: 0.2.10-1
> Severity: serious
> Tags: wheezy sid
> User: debian-qa at lists.debian.org
> Usertags: qa-ftbfs-20111220 qa-ftbfs
> Justification: FTBFS on amd64
> 
> Hi,
> 
> During a rebuild of all packages in sid, your package failed to build on
> amd64.
> 

I didn't commit the fix to a VCS because I couldn't find it.
A possible fix is attached.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
"Faith means not wanting to know what is true." -- Nietzsche
-------------- next part --------------
diff -Nru liblayout-0.2.10/debian/changelog liblayout-0.2.10/debian/changelog
--- liblayout-0.2.10/debian/changelog	2012-01-16 21:11:40.000000000 -0430
+++ liblayout-0.2.10/debian/changelog	2012-01-16 21:04:56.000000000 -0430
@@ -1,3 +1,13 @@
+liblayout (0.2.10-2) unstable; urgency=low
+
+  * Team upload.
+  * Small fix in clean target to create a directory needed during build time.
+    (Closes: #652782).
+  * Remove usage of deprecate simple-patchsys patch management.
+  * Switch to source format 3.0 (quilt).
+
+ -- Miguel Landaeta <miguel at miguel.cc>  Mon, 16 Jan 2012 20:40:36 -0430
+
 liblayout (0.2.10-1) unstable; urgency=low
 
   * New upstream release
diff -Nru liblayout-0.2.10/debian/rules liblayout-0.2.10/debian/rules
--- liblayout-0.2.10/debian/rules	2012-01-16 21:11:40.000000000 -0430
+++ liblayout-0.2.10/debian/rules	2012-01-16 20:54:19.000000000 -0430
@@ -3,7 +3,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 JAVA_HOME := /usr/lib/jvm/java-gcj
 ANT_HOME := /usr/share/ant
@@ -20,6 +19,7 @@
 	-rm -f liblayout*-$(DEB_UPSTREAM_VERSION).jar
 	# don't use them, go sure
 	-rm -f lib/* lib/optional/*
+	mkdir -p lib
 
 install/liblayout-java::
 	install -m 644 build/lib/liblayout.jar debian/liblayout-java/usr/share/java/liblayout-$(DEB_UPSTREAM_VERSION).jar
diff -Nru liblayout-0.2.10/debian/source/format liblayout-0.2.10/debian/source/format
--- liblayout-0.2.10/debian/source/format	1969-12-31 20:00:00.000000000 -0400
+++ liblayout-0.2.10/debian/source/format	2012-01-16 20:54:50.000000000 -0430
@@ -0,0 +1 @@
+3.0 (quilt)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/attachments/20120116/6c26de33/attachment.pgp>


More information about the pkg-java-maintainers mailing list