File: rules

package info (click to toggle)
minder 1.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,604 kB
  • sloc: xml: 710; sh: 98; python: 87; ansic: 78; makefile: 7; tcl: 4
file content (16 lines) | stat: -rwxr-xr-x 291 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
#export DH_VERBOSE = 1


export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export DEB_CFLAGS_MAINT_APPEND  =
export DEB_LDFLAGS_MAINT_APPEND =


%:
	dh $@

execute_after_dh_auto_install:
	# tmp
	find debian/minder/usr/share/icons/hicolor/ -name '*.svg' -exec chmod -x {} +