File: rules

package info (click to toggle)
nautilus-wipe 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,240 kB
  • sloc: sh: 4,687; ansic: 2,256; xml: 69; makefile: 60; sed: 16
file content (25 lines) | stat: -rwxr-xr-x 614 bytes parent folder | download | duplicates (2)
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 $@ --with autoreconf

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-3.0/libnautilus-wipe.la"

override_dh_install:
	dh_install --fail-missing

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