summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 384fc81)
raw | patch | inline | side by side (parent: 384fc81)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 20 Dec 2008 16:47:04 +0000 (17:47 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 20 Dec 2008 16:57:05 +0000 (17:57 +0100) |
This fil is automatically created during the build but not cleaned up in the
upstream Makefiles.
upstream Makefiles.
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 8f67e1a13d23fb7420bf48014663bfb23e8e6c11..808c5108347b97c2f48489214edaa97d99c29578 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- 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 <sh@tokkee.org> Sat, 20 Dec 2008 15:25:42 +0100
+ -- Sebastian Harl <sh@tokkee.org> 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 d642464cef1dab1303a48ea254c2f81191b4816f..809c70399e46f36946e811188ac0ebdcb4a41802 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
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