Import Debian changes 1.24.0-ok1
mate-polkit (1.24.0-ok1) yangtze; urgency=medium * Build for openKylin.
This commit is contained in:
parent
eefe6afc96
commit
d48cbc45b5
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
/usr/lib/@DEB_HOST_MULTIARCH@/polkit-mate/polkit-mate-authentication-agent-1 &
|
|
@ -0,0 +1,5 @@
|
|||
mate-polkit (1.24.0-ok1) yangtze; urgency=medium
|
||||
|
||||
* Build for openKylin.
|
||||
|
||||
-- openKylinBot <openKylinBot@openkylin.com> Mon, 25 Apr 2022 22:03:04 +0800
|
|
@ -0,0 +1 @@
|
|||
10
|
|
@ -0,0 +1,67 @@
|
|||
Source: mate-polkit
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Maintainer: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>
|
||||
Uploaders: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>,
|
||||
Stefano Karapetsas <stefano@karapetsas.com>,
|
||||
Mike Gabriel <sunweaver@debian.org>,
|
||||
Vangelis Mouhtsis <vangelis@gnugr.org>,
|
||||
Build-Depends: autoconf-archive,
|
||||
cdbs,
|
||||
debhelper (>= 10.3~),
|
||||
dpkg-dev (>= 1.16.1.1),
|
||||
libayatana-appindicator3-dev,
|
||||
libgtk-3-dev (>= 3.14),
|
||||
libpolkit-agent-1-dev,
|
||||
libpolkit-gobject-1-dev,
|
||||
mate-common (>= 1.18),
|
||||
pkg-config,
|
||||
Standards-Version: 4.5.0
|
||||
Rules-Requires-Root: no
|
||||
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
|
||||
|
||||
Package: mate-polkit-bin
|
||||
Architecture: all
|
||||
Depends: mate-polkit (>= ${source:Version}),
|
||||
${misc:Depends},
|
||||
Breaks: mate-polkit (<< 1.12.0-0),
|
||||
Description: MATE authentication agent for PolicyKit-1 (executable wrapper script)
|
||||
The mate-polkit package provides a D-Bus session bus service that is used to
|
||||
bring up authentication dialogs used for obtaining privileges.
|
||||
.
|
||||
This package contains an executable wrapper script for the MATE policy kit
|
||||
authentication agent.
|
||||
.
|
||||
This package eases using mate-polkit as PolicyKit-1 authentication agent on
|
||||
non-MATE desktop environments that don't auto-launch their own authentication
|
||||
agent (e.g., i3, awesome, ratpoison and alike).
|
||||
|
||||
Package: mate-polkit
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: accountsservice,
|
||||
mate-polkit-common (= ${binary:Version}),
|
||||
policykit-1,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Provides: polkit-1-auth-agent,
|
||||
Description: MATE authentication agent for PolicyKit-1
|
||||
The mate-polkit package provides a D-Bus session bus service that is used to
|
||||
bring up authentication dialogs used for obtaining privileges.
|
||||
.
|
||||
This package contains the MATE policy kit authentication agent.
|
||||
|
||||
Package: mate-polkit-common
|
||||
Architecture: any
|
||||
Multi-Arch: foreign
|
||||
Depends: ${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Breaks: mate-polkit (<< 1.8.0),
|
||||
Description: MATE authentication agent for PolicyKit-1 (common files)
|
||||
The mate-polkit package provides a D-Bus session bus service that is used to
|
||||
bring up authentication dialogs used for obtaining privileges.
|
||||
.
|
||||
This package contains common files for the MATE policy kit authentication
|
||||
agent.
|
|
@ -0,0 +1,126 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: MATE Polkit
|
||||
Upstream-Contact: Martin Wimpress <martin@mate-desktop.org>
|
||||
Source: https://git.mate-desktop.org/mate-polkit/
|
||||
|
||||
Files: src/main.c
|
||||
src/polkitmateauthenticationdialog.c
|
||||
src/polkitmateauthenticationdialog.h
|
||||
src/polkitmateauthenticator.c
|
||||
src/polkitmateauthenticator.h
|
||||
src/polkitmatelistener.c
|
||||
src/polkitmatelistener.h
|
||||
Copyright: 2009, Red Hat, Inc
|
||||
License: LGPL-2+
|
||||
|
||||
Files: .github/issue_template.md
|
||||
.github/FUNDING.yml
|
||||
.travis.yml
|
||||
.tx/config
|
||||
AUTHORS
|
||||
ChangeLog
|
||||
HACKING
|
||||
Makefile.am
|
||||
NEWS
|
||||
README
|
||||
autogen.sh
|
||||
configure.ac
|
||||
makepot
|
||||
po/ChangeLog
|
||||
po/Makevars
|
||||
po/LINGUAS
|
||||
po/POTFILES.*
|
||||
po/gnome-copyrights.txt
|
||||
src/Makefile.am
|
||||
src/polkit-mate-authentication-agent-1.desktop.in.in
|
||||
Copyright: *No copyright*
|
||||
License: LGPL-2+
|
||||
Comment:
|
||||
Assume license found in COPYING file.
|
||||
|
||||
Files: mate-polkit.pot
|
||||
po/*.po
|
||||
Copyright: 2008-2010, the authors of mate-polkit
|
||||
2008-2010, the authors of gnome-polkit
|
||||
2008-2009, Khaled Hosny <khaledhosny@eglug.org>
|
||||
2009, Alexander Nyakhaychyk <nyakhaychyk@gmail.com>
|
||||
2010, Runa Bhattacharjee <runab@redhat.com>
|
||||
2007, David Zeuthen
|
||||
2008-2009, David Planella Molas <david.planella@gmail.com>
|
||||
2008, Adrian Guniš <andygun@seznam.cz>
|
||||
2008-2009, Petr Kovar <pknbe@volny.cz>
|
||||
2007, David Zeuthen <davidz@redhat.com>
|
||||
2009, Mads Bille Lundby <lundbymads@gmail.com>
|
||||
2008, Denis Washington <denisw@svn.gnome.org>
|
||||
2009, Mario Blättermann <mariobl@gnome.org>
|
||||
2009, Christian Kirbach <Christian.Kirbach@googlemail.com>
|
||||
2008, Rosetta Contributors and Canonical Ltd.
|
||||
2008, Jennie Petoumenou <epetoumenou@gmail.com>
|
||||
2009, Tournaris Pavlos <p.tournaris@gmail.com>
|
||||
2009, Simos Xenitellis <simos@gnome.org>
|
||||
2008-2009, Philip Withnall <philip@tecnocode.co.uk>
|
||||
2008, Jorge González <jorgegonz@svn.gnome.org>
|
||||
2008, Juanje Ojeda <jojeda@emergya.es>
|
||||
2009, Jorge González <jorgegonz@svn.gnome.org>
|
||||
2009, Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>
|
||||
2007-2008 Ville-Pekka Vainio, Timo Jyrinki
|
||||
2009, Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>
|
||||
2007-2010 Free Software Foundation, Inc.
|
||||
2008-2009, Claude Paroz <claude@2xlibre.net>
|
||||
2008, Robert-André Mauchin <zebob.m@pengzone.org>
|
||||
2009, Fran Diéguez <fran.dieguez@mabishu.com>
|
||||
2009-2010, Sweta Kothari <swkothar@redhat.com>
|
||||
2008, Mark Krapivner
|
||||
2010, Rajesh Ranjan <rajesh672@gmail.com>
|
||||
2008, Rosetta Contributors and Canonical Ltd.
|
||||
2008-2009, Gabor Kelemen <kelemeng at gnome dot hu>
|
||||
2008-2009, Gianvito Cavasoli <janvitus@ubuntu-it.org>
|
||||
2008, Takeshi AIHANA <takeshi.aihana@gmail.com>
|
||||
2010, Shankar Prasad <svenkate@redhat.com>
|
||||
2009, Žygimantas Beručka <zygis@gnome.org>
|
||||
2010, Aurimas Černius <aurisc4@gmail.com>
|
||||
2010, Ani Peter <apeter@redhat.com>
|
||||
2010, Sandeep Shedmake <sshedmak@redhat.com>
|
||||
2008, Kjartan Maraas <kmaraas@gnome.org>
|
||||
2010, Manoj Kumar Giri <mgiri@redhat.com>
|
||||
2009-2010, A S Alam <aalam@users.sf.net>
|
||||
2008-2009, António Lima <amrlima@gmail.com>
|
||||
2007-2010, David Zeuthen
|
||||
2008, Laudeci Oliveira <laudeci@gmail.com>
|
||||
2008, Igor Pires Soares <igor@projetofedora.org>
|
||||
2009, Leonardo Ferreira Fontenelle <leonardof@gnome.org>
|
||||
2009, Enrico Nicoletto <liverig@gmail.com>
|
||||
2009, Rosetta Contributors and Canonical Ltd
|
||||
2010, Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
|
||||
2008, Leonid Kanter <leon@asplinux.ru>
|
||||
2008-2010, Pavol Šimo <palo.simo@gmail.com>
|
||||
2010, Matej Urbančič <gnomeju@svn.gnome.org>
|
||||
2008-2009, Daniel Nylander <po@danielnylander.se>
|
||||
2010, I. Felix <ifelix@redhat.com>
|
||||
2010, Krishna Babu K <kkrothap@redhat.com>
|
||||
2010, Sira Nokyoongtong <gumaraa@gmail.com>
|
||||
2010, Maxim Dziumanenko <dziumanenko@gmail.com>
|
||||
2008, 甘露(Lu Gan) <ganlu@svn.gnome.org>
|
||||
2009, Tao Wei <weitao1979@gmail.com>
|
||||
2009, Aron Xu <happyaron.xu@gmail.com>
|
||||
2008-2010, Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
|
||||
License: LGPL-2+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2011-2014 Stefano Karapetsas <stefano@karapetsas.com>
|
||||
2014 Mike Gabriel <sunweaver@debian.org>
|
||||
License: LGPL-2+
|
||||
|
||||
License: LGPL-2+
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
.
|
||||
This library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Library General Public License for more details.
|
||||
.
|
||||
On Debian systems, the complete text of the GNU Library General
|
||||
Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2".
|
|
@ -0,0 +1,8 @@
|
|||
.TH mate-polkit 1 "" ""
|
||||
.SH NAME
|
||||
mate-polkit \- MATE PolicyKit-1 executable wrapper
|
||||
.SH SYNOPSIS
|
||||
.B mate-polkit
|
||||
.SH DESCRIPTION
|
||||
A wrapper for the MATE PolicyKit-1 executable. Make MATE PolicyKit-1 easily
|
||||
accessible on non-MATE desktops (e.g., i3, awesome, ratpoison and such).
|
|
@ -0,0 +1 @@
|
|||
usr/bin/
|
|
@ -0,0 +1,2 @@
|
|||
etc/
|
||||
usr/share/locale/
|
|
@ -0,0 +1 @@
|
|||
usr/lib/*/polkit-mate/
|
|
@ -0,0 +1 @@
|
|||
debian/man/mate-polkit.1
|
|
@ -0,0 +1,13 @@
|
|||
Description: Drop empty Categories= key. Fix line-wrapping after file has been translated.
|
||||
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
|
||||
|
||||
--- a/src/polkit-mate-authentication-agent-1.desktop.in.in
|
||||
+++ b/src/polkit-mate-authentication-agent-1.desktop.in.in
|
||||
@@ -4,7 +4,6 @@
|
||||
Exec=@FULL_LIBEXECDIR@/polkit-mate-authentication-agent-1
|
||||
Terminal=false
|
||||
Type=Application
|
||||
-Categories=
|
||||
NoDisplay=true
|
||||
OnlyShowIn=MATE;
|
||||
X-MATE-AutoRestart=true
|
|
@ -0,0 +1,3 @@
|
|||
0xxx: Grabbed from upstream development.
|
||||
1xxx: Possibly relevant for upstream adoption.
|
||||
2xxx: Only relevant for official Debian release.
|
|
@ -0,0 +1 @@
|
|||
1001_drop-empty-categories.patch
|
|
@ -0,0 +1,41 @@
|
|||
#!/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
|
||||
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
DPKG_EXPORT_BUILDFLAGS = 1
|
||||
include /usr/share/dpkg/buildflags.mk
|
||||
|
||||
DEB_BUILD_PARALLEL = 1
|
||||
|
||||
# use the NEWS file as upstream ChangeLog...
|
||||
DEB_DH_INSTALLCHANGELOGS_ARGS = NEWS
|
||||
DEB_INSTALL_DOCS_ALL = README AUTHORS HACKING
|
||||
|
||||
DEB_CONFIGURE_SCRIPT := ./autogen.sh
|
||||
|
||||
DEB_CONFIGURE_EXTRA_FLAGS := --disable-silent-rules \
|
||||
--localstatedir=/var \
|
||||
--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
|
||||
|
||||
common-install-indep:: remove-cruft install-wrapper
|
||||
common-install-arch:: remove-cruft install-wrapper
|
||||
common-binary-post-install-arch:: list-missing
|
||||
|
||||
remove-cruft::
|
||||
rm -fv debian/tmp/usr/lib/*/*.la
|
||||
|
||||
install-wrapper::
|
||||
mkdir -p debian/tmp/usr/bin/
|
||||
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=..
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
|
@ -0,0 +1,6 @@
|
|||
Bug-Database: https://github.com/mate-desktop/mate-polkit/issues
|
||||
Bug-Submit: https://github.com/mate-desktop/mate-polkit/issues/new
|
||||
Donation: http://mate-desktop.org/donate/
|
||||
Repository: https://github.com/mate-desktop/mate-polkit.git
|
||||
Repository-Browse: https://github.com/mate-desktop/mate-polkit
|
||||
Security-Contact: security@mate-desktop.org
|
|
@ -0,0 +1,3 @@
|
|||
version=3
|
||||
https://git.mate-desktop.org/mate-polkit/ \
|
||||
snapshot/mate-polkit-(\d\.(?:[0-9]+|)[24680]\.\d)\.tar\.xz
|
Loading…
Reference in New Issue