File: upstream-test-suite

package info (click to toggle)
squid 7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,388 kB
  • sloc: cpp: 184,632; ansic: 12,437; sh: 5,688; makefile: 5,245; perl: 2,560; sql: 326; python: 240; awk: 141; sed: 1
file content (17 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
set -e

dpkg-source --before-build `pwd`
dh_update_autotools_config
dh_autoreconf
dh_auto_configure -- ${DEB_CONFIGURE_EXTRA_FLAGS} --with-gnutls
make -C src/base libbase.la
make -C src/comm libminimal.la
make -C src/debug libdebug.la
make -C src/mem libmem.la
make -C src/time libtime.la
make -C src globals.o
make -C lib all
make -C compat
make -C src squid.conf.default
make -C test-suite check