File: rules

package info (click to toggle)
nautilus-wipe 0.4.alpha2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 540 kB
  • sloc: ansic: 2,553; makefile: 73; xml: 69; sh: 8
file content (25 lines) | stat: -rwxr-xr-x 594 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
24
25
#!/usr/bin/make -f

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

PACKAGE = nautilus-wipe
DESTDIR = $(CURDIR)/debian/$(PACKAGE)

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --disable-silent-rules

override_dh_auto_install:
	dh_auto_install
	rm -f "$(DESTDIR)/usr/lib/$(DEB_HOST_MULTIARCH)/nautilus/extensions-4/libnautilus-wipe.la"

override_dh_missing:
	dh_missing --fail-missing

# nautilus-wipe does not include any shared libraries
# => let's avoid building a shlibs control file.
override_dh_makeshlibs: