diff -u nfdump-1.5.7/debian/changelog nfdump-1.5.7/debian/changelog --- nfdump-1.5.7/debian/changelog +++ nfdump-1.5.7/debian/changelog @@ -1,3 +1,9 @@ +nfdump (1.5.7-5ubuntu1) intrepid; urgency=low + + * Disable nostrip build option (LP: #268811) + + -- Stefan Ebner Thu, 02 Oct 2008 21:27:00 +0200 + nfdump (1.5.7-5) unstable; urgency=low * start daemon with DATA_BASE_DIR set to /var/cache/nfdump Closes: #497452 diff -u nfdump-1.5.7/debian/control nfdump-1.5.7/debian/control --- nfdump-1.5.7/debian/control +++ nfdump-1.5.7/debian/control @@ -1,7 +1,8 @@ Source: nfdump Section: net Priority: optional -Maintainer: Erik Wenzel +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Erik Wenzel Homepage: http://nfdump.sourceforge.net/ Vcs-Git: git://gpl.code.de/git/nfdump.git Vcs-Browser: http://gpl.code.de/gitweb?p=nfdump.git;a=summary diff -u nfdump-1.5.7/debian/rules nfdump-1.5.7/debian/rules --- nfdump-1.5.7/debian/rules +++ nfdump-1.5.7/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -DEB_BUILD_OPTIONS=nostrip +#DEB_BUILD_OPTIONS=nostrip include /usr/share/cdbs/1/rules/debhelper.mk #include /usr/share/cdbs/1/rules/dpatch.mk