File: rules

package info (click to toggle)
guile-gnutls 5.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,204 kB
  • sloc: sh: 5,522; ansic: 5,367; lisp: 2,980; makefile: 238
file content (18 lines) | stat: -rwxr-xr-x 446 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /usr/bin/make -f
# Build the gnutls package for Debian.

export DEB_BUILD_MAINT_OPTIONS := hardening=+bindnow
export DEB_CFLAGS_MAINT_APPEND := -Wall
export DEB_CXXFLAGS_MAINT_APPEND := -Wall

override_dh_makeshlibs:

override_dh_auto_install:
	dh_auto_install -O--builddirectory=b4deb --destdir=debian/tmp

# Fails with "dwz: Section overlap detected"
override_dh_dwz:
	dh_dwz $(BDIR) -Xextra.go -Xgnutls.go

%:
	dh $@ --builddirectory=b4deb