~ubuntu-branches/debian/lenny/grub-splashimages/lenny

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Burghardt
  • Date: 2008-07-31 21:27:41 UTC
  • mfrom: (2.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080731212741-yopyc0ghnvt6c8c3
Tags: 1.2.3
* Removed mummy.xpm.gz due to copyright issues
* "Homepage:" pseudo-header moved to regular header
* debian/copyright file was reformated to not contain more than 80 characters
  in one line
* "Standards-Version:" bumped to 3.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
 
 
 
2
  
3
3
include /usr/share/cdbs/1/rules/debhelper.mk
4
4
 
5
 
SPLASH_DIR      := /boot/grub/splashimages/
 
5
SPLASH_DIR := /boot/grub/splashimages/
 
6
 
6
7
install/grub-splashimages::
7
8
        install -d debian/$(cdbs_curpkg)/$(SPLASH_DIR)
8
9
        install -m 644 *.xpm.gz debian/$(cdbs_curpkg)/$(SPLASH_DIR)