Skip to content
Commits on Source (3)
#!/bin/sh
/usr/lib/@BUILD_ARCH@/polkit-mate/polkit-mate-authentication-agent-1 &
/usr/lib/@DEB_HOST_MULTIARCH@/polkit-mate/polkit-mate-authentication-agent-1 &
mate-polkit (1.20.1-2) unstable; urgency=medium
[ Helmut Grohne ]
* debian/rules: Fix build/host confusion. (Closes: #913416).
-- Mike Gabriel <sunweaver@debian.org> Sun, 11 Nov 2018 15:56:48 +0100
mate-polkit (1.20.1-1) unstable; urgency=medium
* New upstream release.
......
......@@ -15,7 +15,7 @@ Build-Depends: cdbs,
libpolkit-gobject-1-dev,
mate-common (>= 1.18),
pkg-config,
Standards-Version: 4.1.4
Standards-Version: 4.3.0
Homepage: http://www.mate-desktop.org/
Vcs-Browser: https://salsa.debian.org/debian-mate-team/mate-polkit
Vcs-Git: https://salsa.debian.org/debian-mate-team/mate-polkit.git
......
#!/usr/bin/make -f
include /usr/share/dpkg/architecture.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/utils.mk
......@@ -20,9 +21,9 @@ DEB_CONFIGURE_SCRIPT := ./autogen.sh
DEB_CONFIGURE_EXTRA_FLAGS := --disable-silent-rules \
--localstatedir=/var \
--libdir=/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH) \
--includedir=/usr/include/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH) \
--libexecdir=/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)/polkit-mate \
--libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
--includedir=/usr/include/$(DEB_HOST_MULTIARCH) \
--libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH)/polkit-mate \
--disable-silent-rules \
--disable-static \
--enable-gtk-doc
......@@ -36,7 +37,7 @@ remove-cruft::
install-wrapper::
mkdir -p debian/tmp/usr/bin/
cat debian/bin/mate-polkit.in | sed -e 's/@BUILD_ARCH@/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)/' > debian/tmp/usr/bin/mate-polkit
sed -e 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/' < debian/bin/mate-polkit.in > debian/tmp/usr/bin/mate-polkit
get-orig-source:
uscan --noconf --force-download --rename --download-current-version --destdir=..