Your message dated Fri, 15 Jun 2012 12:56:07 +0300
with message-id <[email protected]>
and subject line Bug#673995 Close bts:debian
has caused the Debian Bug report #673995,
regarding FTFBS in Ubuntu due to wrong linker flag order
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
673995: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673995
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bsdiff
Version: 4.3-13
Severity: normal

Hi!

bsdiff fails to build in Ubuntu because of wrong linker flag order.
Could the following diff be applied:

--- bsdiff-4.3/debian/rules     2012-03-22 18:11:03.000000000 +0100
+++ bsdiff-4.3/debian/rules     2012-05-22 14:43:19.000000000 +0200
@@ -14,8 +14,8 @@
        lynx -dump $(URL) > $(CHANGELOG)

 override_dh_auto_build:
-       gcc $(CFLAGS) $(CPPFLAGS) -lbz2 -o bsdiff  $(LDFLAGS) bsdiff.c
-       gcc $(CFLAGS) $(CPPFLAGS) -lbz2 -o bspatch $(LDFLAGS) bspatch.c
+       gcc $(CFLAGS) $(CPPFLAGS) -o bsdiff  $(LDFLAGS) bsdiff.c -lbz2
+       gcc $(CFLAGS) $(CPPFLAGS) -o bspatch $(LDFLAGS) bspatch.c -lbz2

 override_dh_installchangelogs:
        dh_installchangelogs $(CHANGELOG)


Thanks!
Jean-Louis




--- End Message ---
--- Begin Message ---
Package: bsdiff
Version: 4.3-14

Reason for close:
Fix included in upload, but not automatically closed due to typo in 
debian/changelog


--- End Message ---

Reply via email to