File: rules

package info (click to toggle)
yagtd 0.3.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,584 kB
  • ctags: 343
  • sloc: python: 1,094; lisp: 174; makefile: 8
file content (17 lines) | stat: -rwxr-xr-x 330 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

%:
	dh $@

override_dh_install:
	dh_install

	# Rename script
	cd debian/yagtd/usr/bin && mv yagtd.py yagtd

	# Remove extra copies of changelog, licensing information
	cd debian/yagtd/usr/share/doc/yagtd && rm INSTALL COPYING LICENCE ChangeLog

override_dh_installchangelogs:
	dh_installchangelogs ChangeLog