File: rules

package info (click to toggle)
bodr 10-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,544 kB
  • sloc: xml: 29,107; sh: 494; makefile: 182
file content (19 lines) | stat: -rwxr-xr-x 395 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	$(RM) $(CURDIR)/debian/bodr/usr/share/doc/bodr/ChangeLog \
	      $(CURDIR)/debian/bodr/usr/share/doc/bodr/COPYING

override_dh_installchangelogs:
	dh_installchangelogs NEWS

override_dh_auto_test:
	# do nothing to fix FTBFS with bodr 9