Hi,

Attached is the diff for my ttt 1.7-3.2 NMU.

Cheers,
-- 
Jérémy Bobbio                        .''`. 
[EMAIL PROTECTED]                    : :Ⓐ  :  # apt-get install anarchism
                                    `. `'` 
                                      `-   
diff -u ttt-1.7/debian/changelog ttt-1.7/debian/changelog
--- ttt-1.7/debian/changelog
+++ ttt-1.7/debian/changelog
@@ -1,3 +1,14 @@
+ttt (1.7-3.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Apply patch by Kumar Appaiah to fix FTBFS with recent pcap versions.
+    (Closes: #439448)
+  * Fix debian-rules-ignores-make-clean-error lintian warning.
+  * Use ${binary:Version} instead of ${Source-Version} in debian/control.
+  * Bump Standards-Version to 3.7.2.2. 
+
+ -- Jérémy Bobbio <[EMAIL PROTECTED]>  Sat, 29 Sep 2007 00:53:49 +0200
+
 ttt (1.7-3.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u ttt-1.7/debian/rules ttt-1.7/debian/rules
--- ttt-1.7/debian/rules
+++ ttt-1.7/debian/rules
@@ -73,7 +73,7 @@
        -test -r cf/config.guess.orig && \
          ( mv cf/config.guess.orig cf/config.guess )
 
-       -$(MAKE) distclean
+       [ ! -f Makefile ] || $(MAKE) distclean
 
        dh_clean
 
diff -u ttt-1.7/debian/control ttt-1.7/debian/control
--- ttt-1.7/debian/control
+++ ttt-1.7/debian/control
@@ -3,11 +3,11 @@
 Priority: optional
 Maintainer: Thomas Scheffczyk <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>> 3.0.0), autotools-dev, tcl8.4-dev, tk8.4-dev, 
blt-dev, libpcap-dev
-Standards-Version: 3.5.9
+Standards-Version: 3.7.2.2
 
 Package: ttt
 Architecture: any
-Depends: ${shlibs:Depends}, tttview (= ${Source-Version})
+Depends: ${shlibs:Depends}, tttview (= ${binary:Version})
 Description: A standalone program for local traffic-monitoring
  ttt is the standalone traffic monitor program in the ttt 
  program suite. ttt displays trafic-data of a local interface.
only in patch2:
unchanged:
--- ttt-1.7.orig/pcap_inet.c
+++ ttt-1.7/pcap_inet.c
@@ -146,7 +146,8 @@
        return (device);
 }
 
-int
+/* Commented out to use libpcap's pcap_lookupnet function. */
+/*int
 pcap_lookupnet(device, netp, maskp, errbuf)
        register char *device;
        register u_int *netp, *maskp;
@@ -194,3 +195,4 @@
        *netp &= *maskp;
        return (0);
 }
+*/

Attachment: signature.asc
Description: Digital signature

Reply via email to