* debian/rules: Stop trying to install *.dat.

master
Colin Watson 19 years ago
parent e6e76e1ebe
commit a18acd80dc

6
debian/changelog vendored

@ -1,3 +1,9 @@
gfxboot-theme-ubuntu (0.1.5) UNRELEASED; urgency=low
* debian/rules: Stop trying to install *.dat.
-- Colin Watson <cjwatson@ubuntu.com> Wed, 21 Dec 2005 13:14:47 +0000
gfxboot-theme-ubuntu (0.1.4) dapper; urgency=low
* Remove kroete.dat idle animation, which doesn't fit with the Ubuntu

2
debian/rules vendored

@ -17,7 +17,7 @@ install: build
dh_testroot
dh_clean -k
dh_installdirs
install -m644 Makefile languages *.config *.dat *.fnt *.inc *.jpg \
install -m644 Makefile languages *.config *.fnt *.inc *.jpg \
$(themedir)
install -m755 keymapchars $(themedir)
install -m644 install/bootlogo.tar.gz $(themedir)

Loading…
Cancel
Save