File: rules

package info (click to toggle)
caja-seahorse 1.18.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,856 kB
  • sloc: ansic: 4,278; xml: 469; makefile: 134; sh: 15
file content (15 lines) | stat: -rwxr-xr-x 341 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
include /usr/share/dpkg/buildflags.mk

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	find debian/caja-seahorse -name '*.la' -exec rm -f {} \;

get-orig-source:
	uscan --noconf --force-download --rename --download-current-version --destdir=..