Hi!
There is no need to include a build-depends on the file package.
We just need to call "dh_shlibdeps":
diff -urN tcptrace-6.6.1/debian/compat tcptrace-6.6.1.mod/debian/compat
--- tcptrace-6.6.1/debian/compat 1969-12-31 21:00:00.000000000 -0300
+++ tcptrace-6.6.1.mod/debian/compat 2007-01-08 00:26:06.000000000 -0200
@@ -0,0 +1 @@
+5
diff -urN tcptrace-6.6.1/debian/control tcptrace-6.6.1.mod/debian/control
--- tcptrace-6.6.1/debian/control 2007-01-08 00:29:03.000000000 -0200
+++ tcptrace-6.6.1.mod/debian/control 2007-01-08 00:26:49.000000000 -0200
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Noah Meyerhans <[EMAIL PROTECTED]>
Standards-Version: 3.6.1
-Build-depends: libpcap-dev
+Build-depends: libpcap-dev, debhelper (>= 5)
Package: tcptrace
Architecture: any
diff -urN tcptrace-6.6.1/debian/rules tcptrace-6.6.1.mod/debian/rules
--- tcptrace-6.6.1/debian/rules 2007-01-08 00:29:03.000000000 -0200
+++ tcptrace-6.6.1.mod/debian/rules 2007-01-08 00:24:14.000000000 -0200
@@ -36,6 +36,7 @@
chown -R root.root debian/tmp
chmod -R go=rX debian/tmp
dpkg --build debian/tmp ..
+ dh_shlibdeps
define checkdir
test -f debian/rules
Best regards,
Nelson
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]