[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#476048: netdude: FTBFS: checking for shared library run path origin... /bin/sh: ./config.rpath: No such file or directory



On Fri, Apr 25, 2008 at 8:15 AM, Chris Lamb wrote:
>  > But the attached patch also does a lot of QA fixes, which I thought
>  > might be useful. I hope you can adapt it to your upload.
>
>  I think you forgot to attach the file. :)

Goof up! Here you go! :-)

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600036
diff -u netdude-0.3.3/debian/rules netdude-0.3.3/debian/rules
--- netdude-0.3.3/debian/rules
+++ netdude-0.3.3/debian/rules
@@ -5,8 +5,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=3
+unexport LDFLAGS
+unexport CFLAGS
+unexport CPPFLAGS
+unexport CXXFLAGS
 
 PACKAGE=netdude
 
diff -u netdude-0.3.3/debian/changelog netdude-0.3.3/debian/changelog
--- netdude-0.3.3/debian/changelog
+++ netdude-0.3.3/debian/changelog
@@ -1,3 +1,18 @@
+netdude (0.3.3-6) unstable; urgency=medium
+
+  * QA Upload.
+  * debian/rules:
+    + Unexport flags set by dpkg-buildpackage to allow
+      configure to run, thus preventing an FTBFS. (Closes: #476048).
+    + Do not set DH_COMPAT.
+  * debian/control:
+    + Standards version is now 3.7.3 (no changes needed).
+    + Use at least debhelper 5 for build.
+    + Update descriptions, fix typos.
+    + Use Homepage field.
+
+ -- Kumar Appaiah <akumar@ee.iitm.ac.in>  Thu, 24 Apr 2008 09:34:10 +0530
+
 netdude (0.3.3-5) unstable; urgency=medium
 
   * QA upload.
diff -u netdude-0.3.3/debian/control netdude-0.3.3/debian/control
--- netdude-0.3.3/debian/control
+++ netdude-0.3.3/debian/control
@@ -2,8 +2,9 @@
 Section: net
 Priority: optional
 Maintainer: Debian QA Group <packages@qa.debian.org>
-Build-Depends: debhelper (>> 3.0.0), autotools-dev, gettext, bison, m4, libgtk1.2-dev, libpcap-dev, dpatch
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>= 5.0.0), autotools-dev, gettext, bison, m4, libgtk1.2-dev, libpcap-dev, dpatch
+Standards-Version: 3.7.3
+Homepage: http://netdude.sourceforge.net/
 
 Package: netdude
 Architecture: any
@@ -26,8 +27,6 @@
     TCP and UDP, and a dummy plugin.
   * Through the plugin mechanism, Netdude provides a good facility for
     writing tcpdump trace file filters.
-  .
-  http://netdude.sourceforge.net/
 
 Package: netdude-dev
 Architecture: any
@@ -37,7 +36,7 @@
  It is a GUI-based tool that allows you to make detailed changes to
  packets in tcpdump trace files.
  .
- These are the development files.
+ This package contains the development files.
 
 Package: libnetdude
 Architecture: any
@@ -50 +49 @@
- This are the libs.
+ This package contains the are the libraries.
only in patch2:
unchanged:
--- netdude-0.3.3.orig/debian/compat
+++ netdude-0.3.3/debian/compat
@@ -0,0 +1 @@
+5

Reply to: