File: rules

package info (click to toggle)
keepass2-plugin-keepasshttp 1.8.4.2%2Bdfsg1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,816 kB
  • sloc: cs: 2,273; makefile: 7
file content (13 lines) | stat: -rwxr-xr-x 224 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

export DH_VERBOSE=1

%:
	dh $@  --with=cli

override_dh_auto_clean:
	:

override_dh_auto_build:
	LC_ALL=C.UTF-8 xbuild  /property:Configuration=Release /p:TargetFrameworkVersion="v4.5"