File: rules

package info (click to toggle)
basez 1.6.2-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 412 kB
  • sloc: ansic: 1,751; sh: 449; makefile: 14
file content (19 lines) | stat: -rwxr-xr-x 484 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

export DH_VERBOSE=1

%:
	dh $@ 

override_dh_auto_configure:
	dh_auto_configure -- \
          --disable-unhex-command \
          --disable-base64-command \
          --disable-base32-command \
          CFLAGS="$(shell dpkg-buildflags --get CFLAGS) -O3" \
          CPPFLAGS="$(shell dpkg-buildflags --get CPPFLAGS)" \
          LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS)"

override_dh_compress:
	rm -f debian/basez/usr/share/doc/basez/LICENSE
	dh_compress