File: rules

package info (click to toggle)
irssi-plugin-otr 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 268 kB
  • ctags: 187
  • sloc: ansic: 2,180; makefile: 50; sh: 5
file content (14 lines) | stat: -rwxr-xr-x 318 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --disable-silent-rules

override_dh_auto_install:
	dh_auto_install --destdir=debian/irssi-plugin-otr

# can be dropped after Stretch
override_dh_strip:
	dh_strip  --dbgsym-migration='irssi-plugin-otr-dbg (<< 1.0.2-1~)'