* debian/rules:

- Remove COPYING files in debian/tmp.
ubuntu/bionic
Julien Lavergne 12 years ago
parent 956fcff752
commit 3a9d2844d7

2
debian/changelog vendored

@ -10,6 +10,8 @@ lubuntu-artwork (0.30) UNRELEASED; urgency=low
- Remove direct depends of lubuntu-artwork package for gtk engines.
* debian/lubuntu-icon-theme.install:
- Install only default lubuntu icon theme.
* debian/rules:
- Remove COPYING files in debian/tmp.
-- Julien Lavergne <gilir@ubuntu.com> Wed, 18 Jul 2012 22:59:36 +0200

5
debian/rules vendored

@ -10,9 +10,10 @@ override_dh_auto_build:
$(MAKE) DESTDIR=$(CURDIR)/debian/tmp
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
# Make lintian happy by not installing extra copyright files.
find . -name "COPYING" -delete

Loading…
Cancel
Save