summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b30cfde)
raw | patch | inline | side by side (parent: b30cfde)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 25 Sep 2009 11:09:36 +0000 (13:09 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 25 Sep 2009 11:09:36 +0000 (13:09 +0200) |
This file is created by configure but not cleaned up by any Makefile.
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index c1018a0594160e193560201386c871906d3f7d3c..f9be5c4e7cf945cdd4e6e2c8666a01e1f0daa2c4 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
upstream.
- Build-depend on libdbi0-dev, required by rrdgraph to read values from an
SQL database.
+ * debian/rules:
+ - Remove config.h in the 'clean' target - this is created by configure but
+ not cleaned up by any Makefile.
- -- Sebastian Harl <tokkee@debian.org> Fri, 25 Sep 2009 13:00:01 +0200
+ -- Sebastian Harl <tokkee@debian.org> Fri, 25 Sep 2009 13:08:48 +0200
rrdtool (1.3.8-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 10f18a0394ff74a32a01fabd2729b8a15b903955..73678ee33782c5714805011abb01d813641ceb34 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
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
+ rm -f config.h
dh_clean