From f78c9882e601e0faf574a45b6b67451c3cded9bf Mon Sep 17 00:00:00 2001 From: Julien Lavergne Date: Sat, 4 Sep 2010 17:58:03 +0200 Subject: [PATCH] * debian/rules: - Add icon-name-mapping for lubuntu-icon-theme. --- debian/changelog | 4 +++- debian/rules | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b31f9a1..79914ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,8 +10,10 @@ lubuntu-artwork (0.9) UNRELEASED; urgency=low - Rename plymouth theme binary to plymouth-theme-lubuntu-logo. - Add ${shlibs:Depends} and Replaces: plymouth (<< 0.8.1-1~) for plymouth-theme-lubuntu-logo. + * debian/rules: + - Add icon-name-mapping for lubuntu-icon-theme. - -- Julien Lavergne Mon, 30 Aug 2010 23:49:59 +0200 + -- Julien Lavergne Sat, 04 Sep 2010 15:03:42 +0200 lubuntu-artwork (0.8) maverick; urgency=low diff --git a/debian/rules b/debian/rules index 9dadbc9..262a61a 100755 --- a/debian/rules +++ b/debian/rules @@ -18,6 +18,12 @@ install: build dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/tmp dh_install + for d in $$(find $(CURDIR)/debian/lubuntu-icon-theme/usr/share/icons -mindepth 2 -maxdepth 2 -type d) ; do \ + (cd $$d; for c in *; do /usr/lib/icon-naming-utils/icon-name-mapping -c $$c; done); \ + done + # Make lintian happy by not installing extra copyright files. + find . -name "COPYING" -delete + touch $@ binary-indep: build install dh_testdir