tags 631689 + pending
tags 639176 + patch
tags 639176 + pending
thanks

Dear maintainer,

I've prepared an NMU for fdm (versioned as 1.6-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 ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: Pat Metheny, B.B. King, Dave Brubeck: Pat Metheny & Heath Brothers 
/
diff -Nru fdm-1.6/debian/changelog fdm-1.6/debian/changelog
--- fdm-1.6/debian/changelog	2010-09-05 12:47:59.000000000 +0200
+++ fdm-1.6/debian/changelog	2011-11-09 17:33:56.000000000 +0100
@@ -1,3 +1,16 @@
+fdm (1.6-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: unsatisfiable build-dependency: tdb-dev (>=
+    1.1.1~svn26294-1.1) (versioned dep on a virtual pkg?)": build-depend on
+    libtdb-dev instead.
+    (Closes: #639176)
+  * Fix "FTBFS with ld --as-needed": add patch from Ubuntu / Ilya Barygin:
+    - 08linkorder.patch: new patch, fixes FTBFS (LP: #770976)
+    (Closes: #631689)
+
+ -- gregor herrmann <gre...@debian.org>  Wed, 09 Nov 2011 17:33:55 +0100
+
 fdm (1.6-4) unstable; urgency=low
 
   * The "package housekeeping" release.
diff -Nru fdm-1.6/debian/control fdm-1.6/debian/control
--- fdm-1.6/debian/control	2010-09-05 12:47:59.000000000 +0200
+++ fdm-1.6/debian/control	2011-11-09 17:25:29.000000000 +0100
@@ -2,7 +2,7 @@
 Section: mail
 Priority: optional
 Maintainer: Frank Terbeck <f...@bewatermyfriend.org>
-Build-Depends: debhelper (>= 7), libssl-dev, zlib1g-dev, libpcre3-dev, tdb-dev (>= 1.1.1~svn26294-1.1), bison, flex, quilt
+Build-Depends: debhelper (>= 7), libssl-dev, zlib1g-dev, libpcre3-dev, libtdb-dev, bison, flex, quilt
 Homepage: http://fdm.sf.net
 Standards-Version: 3.9.1
 
diff -Nru fdm-1.6/debian/patches/08linkorder.patch fdm-1.6/debian/patches/08linkorder.patch
--- fdm-1.6/debian/patches/08linkorder.patch	1970-01-01 01:00:00.000000000 +0100
+++ fdm-1.6/debian/patches/08linkorder.patch	2011-11-09 17:26:34.000000000 +0100
@@ -0,0 +1,16 @@
+Description: Place libraries after object files to fix linking FTBFS.
+Author: Ilya Barygin <bary...@gmail.com>
+
+Index: fdm-1.6/GNUmakefile
+===================================================================
+--- fdm-1.6.orig/GNUmakefile	2011-06-04 01:33:35.000000000 +0400
++++ fdm-1.6/GNUmakefile	2011-06-04 01:34:03.000000000 +0400
+@@ -104,7 +104,7 @@
+ all: fdm
+ 
+ $(PROG): $(OBJS)
+-	$(CC) $(LDFLAGS) $(LIBS) -o $@ $+
++	$(CC) $(LDFLAGS) -o $@ $+ $(LIBS)
+ 
+ depend: $(SRCS)
+ 	$(CC) $(CPPFLAGS) -MM $(SRCS) > .depend
diff -Nru fdm-1.6/debian/patches/series fdm-1.6/debian/patches/series
--- fdm-1.6/debian/patches/series	2010-09-05 12:26:04.000000000 +0200
+++ fdm-1.6/debian/patches/series	2011-11-09 17:29:44.000000000 +0100
@@ -5,3 +5,4 @@
 05savemove.patch
 06sslretval.patch
 07incrlinelim.patch
+08linkorder.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to