Skip to content

Latest commit

 

History

History
executable file
·
16 lines (11 loc) · 389 Bytes

rules

File metadata and controls

executable file
·
16 lines (11 loc) · 389 Bytes
 
Oct 6, 2016
Oct 6, 2016
1
2
3
4
5
6
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
May 24, 2020
May 24, 2020
7
8
9
10
11
LIBDIR=usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
override_dh_auto_build:
dh_auto_build -- LIBDIR=$(LIBDIR) release pkgconfig debian/libmce-glib.install debian/libmce-glib-dev.install
Oct 6, 2016
Oct 6, 2016
12
override_dh_auto_install:
May 24, 2020
May 24, 2020
13
dh_auto_install -- LIBDIR=$(LIBDIR) install-dev
Oct 6, 2016
Oct 6, 2016
14
15
16
%:
dh $@