* debian/rules:
- Add icon-name-mapping for lubuntu-icon-theme.
This commit is contained in:
parent
f3c4e69ee7
commit
f78c9882e6
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -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 <gilir@ubuntu.com> Mon, 30 Aug 2010 23:49:59 +0200
|
||||
-- Julien Lavergne <gilir@ubuntu.com> Sat, 04 Sep 2010 15:03:42 +0200
|
||||
|
||||
lubuntu-artwork (0.8) maverick; urgency=low
|
||||
|
||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user