File: rules

package info (click to toggle)
aria2 1.30.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 20,536 kB
  • ctags: 15,863
  • sloc: cpp: 113,178; ansic: 8,383; sh: 4,905; makefile: 1,466; ruby: 475; python: 233; xml: 176; sed: 16
file content (16 lines) | stat: -rwxr-xr-x 286 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

%:
	dh $@ --with autotools-dev

override_dh_auto_configure:
	dh_auto_configure -- \
		--with-gnutls \
		--without-openssl \
		--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt

override_dh_auto_test: