File: rules

package info (click to toggle)
ora2pg 25.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,696 kB
  • sloc: perl: 31,346; sh: 143; makefile: 11; sql: 5
file content (15 lines) | stat: -rwxr-xr-x 265 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
	INSTALLDIRS=vendor \
	QUIET=1 \
	BINDIR=/usr/bin \
	CONFDIR=/etc/ora2pg \
	MANDIR=/usr/share/man/man3 \
	DOCDIR=/usr/share/doc/ora2pg \
	DESTDIR=debian/ora2pg/