Initial import from MATE upstream repo
This commit is contained in:
commit
238835bb5f
73
debian/changelog
vendored
Normal file
73
debian/changelog
vendored
Normal file
@ -0,0 +1,73 @@
|
||||
mate-polkit (1.6.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Stefano Karapetsas <stefano@karapetsas.com> Sun, 31 Mar 2013 21:26:37 +0200
|
||||
|
||||
mate-polkit (1.5.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream development release.
|
||||
|
||||
-- Stefano Karapetsas <stefano@karapetsas.com> Wed, 10 Oct 2012 20:53:27 +0200
|
||||
|
||||
mate-polkit (1.4.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Steve Zesch <stevezesch2@gmail.com> Fri, 13 Jul 2012 19:35:43 -0400
|
||||
|
||||
mate-polkit (1.2.0-4) unstable; urgency=low
|
||||
|
||||
* Rebuild.
|
||||
|
||||
-- Stefano Karapetsas <stefano@karapetsas.com> Sun, 01 Apr 2012 17:25:12 +0200
|
||||
|
||||
mate-polkit (1.2.0-3) unstable; urgency=low
|
||||
|
||||
* Rebuild for precise
|
||||
|
||||
-- Steve Zesch <stevezesch2@gmail.com> Fri, 30 Mar 2012 19:47:23 -0400
|
||||
|
||||
mate-polkit (1.2.0-2) unstable; urgency=low
|
||||
|
||||
* Fix conflict between libmatepolkit and mate-polkit-1.0.0-1
|
||||
(https://github.com/mate-desktop/debian-packages/issues/17).
|
||||
|
||||
-- Stefano Karapetsas <stefano@karapetsas.com> Wed, 14 Mar 2012 14:05:36 +0100
|
||||
|
||||
mate-polkit (1.2.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Stefano Karapetsas <stefano@karapetsas.com> Sat, 25 Feb 2012 20:10:22 +0100
|
||||
|
||||
mate-polkit (1.1.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Stefano Karapetsas <stefano@karapetsas.com> Sat, 10 Dec 2011 18:37:59 +0100
|
||||
|
||||
mate-polkit (1.0.0-2) unstable; urgency=low
|
||||
|
||||
* Splitted into more binary packages.
|
||||
|
||||
-- Stefano Karapetsas <stefano@karapetsas.com> Sat, 05 Nov 2011 19:26:30 +0100
|
||||
|
||||
mate-polkit (1.0.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
||||
-- Clement Lefebvre <root@linuxmint.com> Sat, 05 Nov 2011 12:19:23 +0000
|
||||
|
||||
mate-polkit (2011.10.30-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Stefano Karapetsas <stefano@karapetsas.com> Sun, 30 Oct 2011 13:36:25 +0100
|
||||
|
||||
mate-polkit (2011.10.18-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Stefano Karapetsas <stefano@karapetsas.com> Sat, 22 Oct 2011 14:04:43 +0200
|
||||
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
||||
8
|
58
debian/control
vendored
Normal file
58
debian/control
vendored
Normal file
@ -0,0 +1,58 @@
|
||||
Source: mate-polkit
|
||||
Section: mate
|
||||
Priority: optional
|
||||
Maintainer: Stefano Karapetsas <stefano@karapetsas.com>
|
||||
Uploaders: Steve Zesch <stevezesch2@gmail.com>
|
||||
Build-Depends: cdbs,
|
||||
debhelper (>= 8),
|
||||
autotools-dev,
|
||||
pkg-config,
|
||||
libdbus-glib-1-dev,
|
||||
libgtk2.0-dev,
|
||||
libpolkit-agent-1-dev,
|
||||
libpolkit-gobject-1-dev,
|
||||
gtk-doc-tools,
|
||||
quilt,
|
||||
libgirepository1.0-dev,
|
||||
gobject-introspection,
|
||||
mate-common
|
||||
Standards-Version: 3.9.3
|
||||
Homepage: http://www.mate-desktop.org/
|
||||
|
||||
Package: mate-polkit
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
libmatepolkit,
|
||||
policykit-1
|
||||
Description: MATE authentication agent for PolicyKit-1
|
||||
mate-polkit provides a D-Bus session bus service that is used to
|
||||
bring up authentication dialogs used for obtaining privileges.
|
||||
|
||||
Package: libmatepolkit
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
policykit-1
|
||||
Breaks: mate-polkit (<< 1.1.0-1)
|
||||
Replaces: mate-polkit (<< 1.1.0-1)
|
||||
Description: MATE authentication agent for PolicyKit-1 (library)
|
||||
mate-polkit provides a D-Bus session bus service that is used to
|
||||
bring up authentication dialogs used for obtaining privileges.
|
||||
.
|
||||
This package contains the library.
|
||||
|
||||
Package: libmatepolkit-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
libmatepolkit (= ${binary:Version}),
|
||||
mate-polkit,
|
||||
policykit-1
|
||||
Description: MATE authentication agent for PolicyKit-1 (development files)
|
||||
mate-polkit provides a D-Bus session bus service that is used to
|
||||
bring up authentication dialogs used for obtaining privileges.
|
||||
.
|
||||
This package contains the development files.
|
43
debian/copyright
vendored
Normal file
43
debian/copyright
vendored
Normal file
@ -0,0 +1,43 @@
|
||||
This work was packaged for Debian by:
|
||||
|
||||
Stefano Karapetsas <stefano@karapetsas.com> on Sat, 22 Oct 2011 14:04:43 +0200
|
||||
|
||||
It was downloaded from:
|
||||
|
||||
<https://github.com/Perberos/Mate-Desktop-Environment>
|
||||
|
||||
Upstream Author:
|
||||
|
||||
Perberos <perberos@gmail.com>
|
||||
|
||||
Copyright:
|
||||
|
||||
Copyright (C) 2011 Perberos
|
||||
|
||||
License:
|
||||
|
||||
This package is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This package 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 General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
|
||||
|
||||
The Debian packaging is:
|
||||
|
||||
Copyright (C) 2011 Stefano Karapetsas <stefano@karapetsas.com>
|
||||
|
||||
you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
3
debian/libmatepolkit-dev.install
vendored
Normal file
3
debian/libmatepolkit-dev.install
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
usr/include/
|
||||
usr/lib/pkgconfig/
|
||||
usr/lib/*.so
|
1
debian/libmatepolkit.install
vendored
Normal file
1
debian/libmatepolkit.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/lib/*.so.*
|
3
debian/mate-polkit.install
vendored
Normal file
3
debian/mate-polkit.install
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
etc/
|
||||
usr/lib/polkit-mate/
|
||||
usr/share/locale/
|
17
debian/rules
vendored
Executable file
17
debian/rules
vendored
Executable file
@ -0,0 +1,17 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/autotools.mk
|
||||
include /usr/share/cdbs/1/rules/utils.mk
|
||||
|
||||
DEB_DH_INSTALL_ARGS += --list-missing
|
||||
|
||||
DEB_CONFIGURE_SCRIPT := ./autogen.sh
|
||||
|
||||
DEB_CONFIGURE_EXTRA_FLAGS := --localstatedir=/var \
|
||||
--libexecdir=/usr/lib/polkit-mate \
|
||||
--disable-static \
|
||||
--disable-introspection
|
||||
|
||||
get-orig-source:
|
||||
uscan --noconf --force-download --rename --download-current-version --destdir=..
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
2
debian/watch
vendored
Normal file
2
debian/watch
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
version=3
|
||||
http://pub.mate-desktop.org/releases/(\d\.\d)/mate-polkit-(.*)\.tar\.xz
|
Loading…
Reference in New Issue
Block a user