Package: glimpse
Version: 4.18.0-6
Severity: normal
Tags: patch

Hi,

Attached is the diff for my glimpse 4.18.0-6.1 NMU.

-- 
Homepage: http://www.sesse.net/
diff -Nru /tmp/FnKhTQrs9x/glimpse-4.18.0/debian/changelog 
/tmp/A15Y8EFtmz/glimpse-4.18.0/debian/changelog
--- /tmp/FnKhTQrs9x/glimpse-4.18.0/debian/changelog     2006-09-08 
02:00:48.000000000 +0200
+++ /tmp/A15Y8EFtmz/glimpse-4.18.0/debian/changelog     2006-09-08 
02:00:49.000000000 +0200
@@ -1,3 +1,12 @@
+glimpse (4.18.0-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Link against -lfl_pic instead of -lfl; fixes FTBFS on several
+    architectures (among them amd64) with gcc 4.1. (Closes: #384961)
+  * Build-depend on flex (>= 2.5.33-6) to get -lfl_pic.
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]>  Fri,  8 Sep 2006 01:55:29 +0200
+
 glimpse (4.18.0-6) unstable; urgency=low
 
   * Fix typos in the manual pages. Closes: #335339, #335341.
diff -Nru /tmp/FnKhTQrs9x/glimpse-4.18.0/debian/control 
/tmp/A15Y8EFtmz/glimpse-4.18.0/debian/control
--- /tmp/FnKhTQrs9x/glimpse-4.18.0/debian/control       2006-09-08 
02:00:48.000000000 +0200
+++ /tmp/A15Y8EFtmz/glimpse-4.18.0/debian/control       2006-09-08 
02:00:49.000000000 +0200
@@ -2,7 +2,7 @@
 Section: non-free/text
 Priority: optional
 Maintainer: Shaun Jackman <[EMAIL PROTECTED]>
-Build-Depends: flex, debhelper (>= 4.0.0)
+Build-Depends: flex (>= 2.5.33-6), debhelper (>= 4.0.0)
 Standards-Version: 3.6.2.1
 
 Package: glimpse
diff -Nru /tmp/FnKhTQrs9x/glimpse-4.18.0/dynfilters/Makefile.in 
/tmp/A15Y8EFtmz/glimpse-4.18.0/dynfilters/Makefile.in
--- /tmp/FnKhTQrs9x/glimpse-4.18.0/dynfilters/Makefile.in       2001-07-07 
07:47:08.000000000 +0200
+++ /tmp/A15Y8EFtmz/glimpse-4.18.0/dynfilters/Makefile.in       2006-09-08 
02:00:49.000000000 +0200
@@ -31,7 +31,7 @@
 
 # lex and flex require that you link against an additional library. If you use
 # AT&T lex, change this to "-ll".
-LEXLIB=-lfl
+LEXLIB=-lfl_pic
 
 
 # You can ignore the next lines if you do not want to build the filter

Reply via email to