summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1b119be)
raw | patch | inline | side by side (parent: 1b119be)
author | Bernd Zeimetz <bzed@debian.org> | |
Sat, 9 Feb 2008 00:36:10 +0000 (01:36 +0100) | ||
committer | Bernd Zeimetz <bzed@debian.org> | |
Sat, 9 Feb 2008 00:36:10 +0000 (01:36 +0100) |
debian/rules | patch | blob | history |
diff --git a/debian/rules b/debian/rules
index 09425ff6c47cebb199084ee2e13b5e739204475d..685669fec3d0a7a40a3b5f6e98dc6f7326fa329c 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
clean: $(PY_VERS:%=clean-python%)
dh_testdir
dh_testroot
-
- #sanity check if debian/control lists the right package name
- grep -q '^Package: librrd$(LIB_major)' debian/control
+ #sanity check if debian/control lists the right package name
+ grep -q '^Package: librrd$(LIB_major)' debian/control
[ ! -f Makefile ] || make distclean
rm -f config.guess
endif
rm -f build-arch-stamp build-indep-stamp config.status
-
find . -name \*.pyc | xargs rm -f
rm -rf bindings/python/build
- rm -rf bindings/perl-piped/blib bindings/perl-shared/blib
+ #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
dh_clean
binary: binary-arch binary-indep
-.PHONY: build clean binary-indep binary-arch binary install install-arch install-indep configure install-python% clean-python%
+.PHONY: build clean configure \
+ binary-indep binary-arch binary \
+ install install-arch install-indep \
+ install-python% clean-python%