File: rules

package info (click to toggle)
aria2 1.35.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 20,728 kB
  • sloc: cpp: 113,725; ansic: 8,340; sh: 4,916; makefile: 1,465; ruby: 475; python: 233; xml: 176; sed: 16
file content (22 lines) | stat: -rwxr-xr-x 444 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

%:
	dh $@

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

override_dh_auto_install:
	dh_auto_install
	rm -f $(CURDIR)/debian/tmp/usr/lib/*/libaria2.la

override_dh_auto_test:
	#Disable tests