File: rules

package info (click to toggle)
sed 4.9-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 12,888 kB
  • sloc: ansic: 71,786; sh: 12,853; perl: 2,240; sed: 655; makefile: 103
file content (23 lines) | stat: -rwxr-xr-x 451 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
#! /usr/bin/make -f

ifneq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
MAKEINFO = true
export MAKEINFO
endif

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --with-packager=Debian --without-included-regex

ifneq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
execute_after_dh_auto_install:
	rmdir debian/sed/usr/share/info
endif

override_dh_shlibdeps:
	dh_shlibdeps -- -dPre-Depends

override_dh_auto_clean:
	test ! -f Makefile || dh_auto_clean