File: rules

package info (click to toggle)
termdebug 2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 456 kB
  • ctags: 685
  • sloc: ansic: 5,008; sh: 560; makefile: 48; lex: 46
file content (17 lines) | stat: -rwxr-xr-x 427 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	rm debian/termdebug/usr/share/doc/termdebug/COPYING
	rm debian/termdebug/usr/share/doc/termdebug/Changelog

# configure defaults to c99 but code is not gcc c99 compliant
override_dh_auto_configure:
	CC=gcc dh_auto_configure

get_orig_source:
	uscan --noconf --force-download --rename --repack --download-current-version --destdir=$(DEB_DEBIAN_DIR)/..