File: rules

package info (click to toggle)
mpdscribble 0.22-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 820 kB
  • sloc: sh: 4,162; ansic: 2,666; makefile: 81
file content (20 lines) | stat: -rwxr-xr-x 368 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --with-http-client=soup

override_dh_auto_install:
	dh_auto_install
	rm debian/mpdscribble/etc/mpdscribble.conf

override_dh_strip:
	dh_strip --dbgsym-migration='mpdscribble-dbg (<< 0.22-6~)'

override_dh_clean:
	debconf-updatepo
	dh_clean