From a72b8d2b8d795cf1c043631e595854b2302d55aa Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 26 Apr 2014 00:48:48 +0200 Subject: [PATCH] rules: Clean up bindings/perl-shared/MYMETA.json. --- debian/changelog | 2 ++ debian/rules | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.30.2