From: Sebastian Harl Date: Fri, 25 Apr 2014 22:48:48 +0000 (+0200) Subject: rules: Clean up bindings/perl-shared/MYMETA.json. X-Git-Tag: debian/1.4.8-1~5 X-Git-Url: https://git.tokkee.org/?p=pkg-rrdtool.git;a=commitdiff_plain;h=a72b8d2b8d795cf1c043631e595854b2302d55aa rules: Clean up bindings/perl-shared/MYMETA.json. --- diff --git a/debian/changelog b/debian/changelog index 67dd8f1..5661b88 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,8 @@ rrdtool (1.4.8-1) UNRELEASED; urgency=medium - Optionally recommend fonts-dejavu-core as (the preferred) alternative to ttf-dejavu-core; thanks to Martin-Éric Racine for reporting this (Closes: #743947). + * debian/rules: + - Clean up bindings/perl-shared/MYMETA.json. [ Alin Dobre ] * debian/patches: diff --git a/debian/rules b/debian/rules index 390eb8d..7896220 100755 --- a/debian/rules +++ b/debian/rules @@ -121,7 +121,8 @@ endif # 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 bindings/perl-shared/MYMETA.yml + bindings/perl-piped/Makefile.old bindings/perl-shared/Makefile.old + rm -f bindings/perl-shared/MYMETA.yml bindings/perl-shared/MYMETA.json 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