From c2d1e71b3e5b773e1a2b47887fcbb3d0deac9fe5 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Wed, 4 Mar 2009 19:05:54 +0100 Subject: [PATCH] rules: Rename mlmmj-make-ml.sh.1 to mlmmj-make-ml.1. We rename the binary as well. --- debian/changelog | 5 ++++- debian/rules | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6168a94..b436351 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,8 +15,11 @@ mlmmj (1.2.16-0.1) unstable; urgency=low - Removed. It's the job of a VCS to keep track of old versions. * debian/dirs: - Removed. This file is not needed. + * debian/rules: + - Rename mlmmj-make-ml.sh.1 to mlmmj-make-ml.1, since we rename the binary + as well. - -- Sebastian Harl Wed, 04 Mar 2009 18:59:45 +0100 + -- Sebastian Harl Wed, 04 Mar 2009 19:05:17 +0100 mlmmj (1.2.15-1.1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 443c296..dd1e962 100755 --- a/debian/rules +++ b/debian/rules @@ -86,6 +86,8 @@ install-arch: build-arch rm -f $(CURDIR)/debian/mlmmj/usr/bin/mlmmj-make-ml.sh install -m 755 -D $(CURDIR)/debian/mlmmj-make-ml.sh \ $(CURDIR)/debian/mlmmj/usr/bin/mlmmj-make-ml + mv debian/mlmmj/usr/share/man/man1/mlmmj-make-ml.sh.1 \ + debian/mlmmj/usr/share/man/man1/mlmmj-make-ml.1 dh_install -s install-indep: build-indep -- 2.30.2