From f4510543fec52423f3646cfed6ea6bf0ad461cb3 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Wed, 4 Mar 2009 19:10:18 +0100 Subject: [PATCH] rules: Do not manually install listtexts. The upstream build system takes care of that itself. --- debian/changelog | 4 +++- debian/rules | 14 -------------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index b436351..a991847 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,8 +18,10 @@ mlmmj (1.2.16-0.1) unstable; urgency=low * debian/rules: - Rename mlmmj-make-ml.sh.1 to mlmmj-make-ml.1, since we rename the binary as well. + - Do not manually install listtexts - the upstream build system takes care + of that itself. - -- Sebastian Harl Wed, 04 Mar 2009 19:05:17 +0100 + -- Sebastian Harl Wed, 04 Mar 2009 19:09:29 +0100 mlmmj (1.2.15-1.1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index dd1e962..1fca5d9 100755 --- a/debian/rules +++ b/debian/rules @@ -66,20 +66,6 @@ install-arch: build-arch # Add here commands to install the package into debian/mlmmj. $(MAKE) install DESTDIR=$(CURDIR)/debian/mlmmj - # Install translated list texts - - install -d \ - $(TEXTDIR)/da/ \ - $(TEXTDIR)/cz/ \ - $(TEXTDIR)/it/ \ - $(TEXTDIR)/de/ \ - $(TEXTDIR)/es/ - install -m 644 listtexts/da/* $(TEXTDIR)/da/ - install -m 644 listtexts/cz/* $(TEXTDIR)/cz/ - install -m 644 listtexts/it/* $(TEXTDIR)/it/ - install -m 644 listtexts/de/* $(TEXTDIR)/de/ - install -m 644 listtexts/es/* $(TEXTDIR)/es/ - # Don't advertise that mlmmj-make-ml is a shell script # And install our own version of mlmmj-make-ml, until upstream # has stabilised somewhat -- 2.30.2