File: rules

package info (click to toggle)
libdbd-sybase-perl 1.14-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 620 kB
  • ctags: 360
  • sloc: ansic: 5,171; perl: 2,147; makefile: 7
file content (13 lines) | stat: -rwxr-xr-x 191 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_MAINT_CFLAGS_APPEND := -Wall
export SYBASE=/usr

%:
	dh $@ --with perl_dbi

override_dh_auto_configure:
	dh_auto_configure < /dev/null

override_dh_auto_test: