* debian/rules:
- Update rules for the second icon theme.
This commit is contained in:
parent
e8a3f5d064
commit
e3a0ac1ef9
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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 <gilir@ubuntu.com> Fri, 17 Aug 2012 00:34:59 +0200
|
||||
|
||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user