tags 640439 + pending
thanks

Dear maintainer,

I've prepared an NMU for gtk-nodoka-engine (versioned as 0.7.0-1.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 ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: Pink Floyd: Wish You Were Here
diff -u gtk-nodoka-engine-0.7.0/debian/changelog gtk-nodoka-engine-0.7.0/debian/changelog
--- gtk-nodoka-engine-0.7.0/debian/changelog
+++ gtk-nodoka-engine-0.7.0/debian/changelog
@@ -1,3 +1,14 @@
+gtk-nodoka-engine (0.7.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: nodoka_style.c:1279: undefined reference to `sqrt'":
+    add patch from Ubuntu / Micah Gersten:
+    - Add -lm to LIBS to fix FTBFS (LP: #858750)
+      + update debian/rules
+    (Closes: #640439)
+
+ -- gregor herrmann <gre...@debian.org>  Sat, 03 Dec 2011 21:59:02 +0100
+
 gtk-nodoka-engine (0.7.0-1) unstable; urgency=low
 
   * Initial release (Closes: #443934), with consent of original filer.
diff -u gtk-nodoka-engine-0.7.0/debian/rules gtk-nodoka-engine-0.7.0/debian/rules
--- gtk-nodoka-engine-0.7.0/debian/rules
+++ gtk-nodoka-engine-0.7.0/debian/rules
@@ -19,7 +19,7 @@
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
 	cp -f /usr/share/misc/config.guess config.guess
 endif
-	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" --enable-animation
+	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LIBS="-lm" LDFLAGS="-Wl,-z,defs" --enable-animation
 
 
 build: build-stamp

Attachment: signature.asc
Description: Digital signature

Reply via email to