Code

debian/rules: Remove src/librrd.sym in the clean target.
authorSebastian Harl <sh@tokkee.org>
Sat, 20 Dec 2008 16:47:04 +0000 (17:47 +0100)
committerSebastian 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.

debian/changelog
debian/rules

index 8f67e1a13d23fb7420bf48014663bfb23e8e6c11..808c5108347b97c2f48489214edaa97d99c29578 100644 (file)
@@ -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 <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
 
index d642464cef1dab1303a48ea254c2f81191b4816f..809c70399e46f36946e811188ac0ebdcb4a41802 100755 (executable)
@@ -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