File: rules

package info (click to toggle)
sope 5.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 16,596 kB
  • sloc: objc: 169,017; sh: 3,823; ansic: 3,409; javascript: 446; python: 318; makefile: 185
file content (30 lines) | stat: -rwxr-xr-x 631 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/usr/bin/make -f
# -*- makefile -*-
export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
include /usr/share/dpkg/buildflags.mk
include /usr/share/GNUstep/debian/config.mk

%:
	dh $@

override_dh_auto_clean:
	touch config.make
	#$(MAKE) distclean
	dh_auto_clean

override_dh_auto_configure:
	./configure --disable-strip --with-gnustep --with-ssl=ssl

override_dh_auto_build:
	dh_auto_build -- $(optim) $(verbose) OBJCFLAGS="$(CFLAGS)"

# This will make sure that the SOGo binary packages will always depend
# on the latest SOPE
override_dh_makeshlibs:
	dh_makeshlibs -V

override_dh_link:
	gsdh_gnustep
	dh_link