debian/rules: Install in debian/tmp and use dh_install for installation.

ubuntu/bionic
Julien Lavergne 14 years ago
parent b5bf23624c
commit 08d093c3e4

1
debian/changelog vendored

@ -3,6 +3,7 @@ lubuntu-artwork (0.4) UNRELEASED; urgency=low
* debian/links: Add symlink to jpg wallpaper file for backward compatibility.
* debian/control : Add a plymouth theme binary.
* debian/*.install & *.links: Reorganize with the new binary.
* debian/rules: Install in debian/tmp and use dh_install for installation.
* Switch to a Lubuntu custom theme, made by Rafael Laguna.
- Add a lubuntu-logo plymouth theme, based on the ubuntu-logo.

3
debian/rules vendored

@ -16,7 +16,8 @@ install: build
dh_testroot
dh_prep
dh_installdirs
$(MAKE) DESTDIR=$(CURDIR)/debian/lubuntu-artwork
$(MAKE) DESTDIR=$(CURDIR)/debian/tmp
dh_install
binary-indep: build install
dh_testdir

Loading…
Cancel
Save