File: rules

package info (click to toggle)
mousetweaks 3.32.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,348 kB
  • sloc: sh: 4,730; ansic: 3,096; makefile: 121; xml: 19; sed: 16
file content (12 lines) | stat: -rwxr-xr-x 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs

%:
	dh $@

override_dh_autoreconf:
	dh_autoreconf --as-needed

override_dh_gnome_clean: