File: rules

package info (click to toggle)
mate-dock-applet 0.88-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 772 kB
  • sloc: python: 6,942; xml: 197; makefile: 148; sh: 13
file content (22 lines) | stat: -rwxr-xr-x 663 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f
# -*- makefile -*-

include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/utils.mk

DEB_VERBOSE_ALL = 1
DH_VERBOSE = 1
DEB_CONFIGURE_EXTRA_FLAGS += --prefix=/usr --with-gtk3
DEB_DH_INSTALL_ARGS += --fail-missing

common-install-indep:: remove-cruft
common-install-arch:: remove-cruft
common-binary-post-install-arch:: list-missing

remove-cruft::
	rm -Rf debian/mate-dock-applet/usr/lib/mate-applets/mate-dock-applet/__pycache__/

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