From e3a0ac1ef95361e2e6fa5429357d554541639626 Mon Sep 17 00:00:00 2001 From: Julien Lavergne Date: Mon, 20 Aug 2012 22:08:30 +0200 Subject: [PATCH] * debian/rules: - Update rules for the second icon theme. --- debian/changelog | 2 ++ debian/rules | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 33d50a6..854d9ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ lubuntu-artwork (0.31) UNRELEASED; urgency=low - Move the old icon theme into a new binary. * debian/control: - Update the decriptions of the icon themes. + * debian/rules: + - Update rules for the second icon theme. -- Julien Lavergne Fri, 17 Aug 2012 00:34:59 +0200 diff --git a/debian/rules b/debian/rules index a2624ad..25143bc 100755 --- a/debian/rules +++ b/debian/rules @@ -11,9 +11,13 @@ override_dh_auto_build: override_dh_install: # Make lintian happy by not installing extra copyright files. - find $(CURDIR)/debian/tmp -name "COPYING" -delete 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 + for d in $$(find $(CURDIR)/debian/lubuntu-elementary-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 + + find $(CURDIR)/debian/*/ -name "COPYING" -delete