Hi!

Yes, I was wrong. And Laurent was almost right on adding a build-depends
on file. :-)
tcptrace uses debmake to builds the package, BUT, it's not declaring a
build-depends on it.

Including a build-depends on debmake fix this bug (since it depends on
file).

(I know that it's deprecated to use debmake to build a package, but
NMU changes are only targeted to fix important things. Updating the
package to use another build system doesn't fit on a NMU (my opinion)).

Below is my NMU diff that I will upload.

Thank you!

Best regards,
Nelson

diff -u tcptrace-6.6.1/debian/changelog tcptrace-6.6.1/debian/changelog
--- tcptrace-6.6.1/debian/changelog
+++ tcptrace-6.6.1/debian/changelog
@@ -1,3 +1,12 @@
+tcptrace (6.6.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * tcptrace needs to build-depends on debmake to get packages built properly.
+    Now, dependencies are correctly declared on generated packages.
+    (Closes: #405268)
+
+ -- Nelson A. de Oliveira <[EMAIL PROTECTED]>  Mon,  8 Jan 2007 19:58:20 -0200
+
 tcptrace (6.6.1-1) unstable; urgency=low
 
   * New upstream release.
diff -u tcptrace-6.6.1/debian/control tcptrace-6.6.1/debian/control
--- tcptrace-6.6.1/debian/control
+++ tcptrace-6.6.1/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Noah Meyerhans <[EMAIL PROTECTED]>
 Standards-Version: 3.6.1
-Build-depends: libpcap-dev
+Build-depends: libpcap-dev, debmake
 
 Package: tcptrace
 Architecture: any


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to