Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
debian/rules: Fix build/host confusion. (Closes: #913416).
· 7dd432bf
Helmut Grohne
authored
Nov 11, 2018
and
Mike Gabriel
committed
Nov 11, 2018
7dd432bf
upload to unstable (debian/1.20.1-2)
· 891d4ed1
Mike Gabriel
authored
Nov 11, 2018
891d4ed1
debian/control: Bump Standards-Version: to 4.3.0. No changes needed.
· c09edc22
Mike Gabriel
authored
Jan 04, 2019
c09edc22
Show whitespace changes
Inline
Side-by-side
debian/bin/mate-polkit.in
View file @
c09edc22
#!/bin/sh
/usr/lib/@
BUILD_
ARCH@/polkit-mate/polkit-mate-authentication-agent-1 &
/usr/lib/@
DEB_HOST_MULTI
ARCH@/polkit-mate/polkit-mate-authentication-agent-1 &
debian/changelog
View file @
c09edc22
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.
...
...
debian/control
View file @
c09edc22
...
...
@@ -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
...
...
debian/rules
View file @
c09edc22
#!/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=..