From d37b8f793c5a69ec061a98c0a39efcc97b14ee2e Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 20 Dec 2008 17:47:04 +0100 Subject: [PATCH] debian/rules: Remove src/librrd.sym in the clean target. This fil is automatically created during the build but not cleaned up in the upstream Makefiles. --- debian/changelog | 5 ++++- debian/rules | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8f67e1a..808c510 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,8 +13,11 @@ rrdtool (1.3.5-1) unstable; urgency=low - Removed bts499349-memleaks - included upstream. - Removed bts499350-data-corruption - included upstream. - Removed typo-ruby - included upstream. + * debian/rules: + - Remove src/librrd.sym in the clean target - this file is automatically + created during the build but not cleaned up in the upstream Makefiles. - -- Sebastian Harl Sat, 20 Dec 2008 15:25:42 +0100 + -- Sebastian Harl Sat, 20 Dec 2008 17:46:08 +0100 rrdtool (1.3.1-4) unstable; urgency=high diff --git a/debian/rules b/debian/rules index d642464..809c703 100755 --- a/debian/rules +++ b/debian/rules @@ -113,13 +113,14 @@ endif find . -name \*.pyc | xargs rm -f rm -rf bindings/python/build - #clean what the Makefiles do not clean.... + # clean what the Makefiles do not clean ... rm -rf bindings/perl-piped/blib bindings/perl-shared/blib \ bindings/perl-piped/Makefile.old bindings/perl-shared/Makefile.old rm -f bindings/tcl/pkgIndex.tcl bindings/tcl/tclrrd*.so rm -f examples/cgi-demo.cgi rm -rf src/.libs src/.deps doc/*.html doc/*.1 doc/*.txt rm -f intltool-extract intltool-merge intltool-update + rm -f src/librrd.sym dh_clean -- 2.30.2