File: rules

package info (click to toggle)
didiwiki 3.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,912 kB
  • sloc: ansic: 5,985; sh: 1,532; makefile: 27
file content (16 lines) | stat: -rwxr-xr-x 363 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic

override_dh_auto_clean:
	! [ -f debian/autoreconf.before ] || dh_auto_clean

override_dh_install:
	dh_install
	mv debian/didiwiki/usr/libexec/notifynewuser.sh debian/didiwiki/usr/libexec/didiwiki-notifynewuser.sh

%:
	dh $@