File: rules

package info (click to toggle)
libmateweather 1.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 56,212 kB
  • sloc: ansic: 5,224; makefile: 741; sh: 78; perl: 66; python: 12
file content (24 lines) | stat: -rwxr-xr-x 570 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
23
24
#!/usr/bin/make -f

DHFLAGS=--parallel

%:
	dh $@ $(DHFLAGS)

override_dh_install:
	dh_install --list-missing

override_dh_auto_configure:
	# upstream tarball is without configure. autogen.sh will create it
	NOCONFIGURE=1 ./autogen.sh
	dh_auto_configure $(DHFLAGS) -- \
                --disable-silent-rules \
		--disable-static \
		--enable-locations-compression \
		--enable-python=no

override_dh_strip:
	dh_strip -plibmateweather1 --dbg-package=libmateweather1-dbg

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