File: rules

package info (click to toggle)
pathogen 1.1.1-7
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 524 kB
  • sloc: cpp: 2,035; ansic: 57; makefile: 25
file content (14 lines) | stat: -rwxr-xr-x 365 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_install:
	$(MAKE) install DESTDIR=$(CURDIR)/debian/pathogen

override_dh_install:
	dh_install
	dh_install debian/pathogen.desktop usr/share/applications
	mkdir -p debian/pathogen/usr/share/icons/hicolor/64x64/apps
	cp data/ball.png debian/pathogen/usr/share/icons/hicolor/64x64/apps/pathogen.png