[SCM] mate-polkit Debian package branch, master, updated. 7764d3f12af9ebc266cfd5363a6019e46c480b0f
Mike Gabriel
sunweaver at alioth.debian.org
Thu Aug 15 22:44:18 UTC 2013
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-polkit.git;a=commitdiff;h=7764d3f
The following commit has been merged in the master branch:
commit 7764d3f12af9ebc266cfd5363a6019e46c480b0f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Aug 16 00:43:12 2013 +0200
add /debian packaging folder as provided by upstream internal packaging repos
---
debian/changelog | 73 ++++++++++++++++++++++++++++++++++++++
debian/compat | 1 +
debian/control | 58 ++++++++++++++++++++++++++++++
debian/copyright | 43 ++++++++++++++++++++++
debian/libmatepolkit-dev.install | 3 ++
debian/libmatepolkit.install | 1 +
debian/mate-polkit.install | 3 ++
debian/rules | 17 +++++++++
debian/source/format | 1 +
debian/watch | 3 ++
10 files changed, 203 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d0e4cf3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,73 @@
+mate-polkit (1.6.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Stefano Karapetsas <stefano at 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 at 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 at gmail.com> Fri, 13 Jul 2012 19:35:43 -0400
+
+mate-polkit (1.2.0-4) unstable; urgency=low
+
+ * Rebuild.
+
+ -- Stefano Karapetsas <stefano at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at karapetsas.com> Sat, 22 Oct 2011 14:04:43 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..687e799
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,58 @@
+Source: mate-polkit
+Section: mate
+Priority: optional
+Maintainer: Stefano Karapetsas <stefano at karapetsas.com>
+Uploaders: Steve Zesch <stevezesch2 at 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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..42a0a16
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+This work was packaged for Debian by:
+
+ Stefano Karapetsas <stefano at 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 at 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 at 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.
+
diff --git a/debian/libmatepolkit-dev.install b/debian/libmatepolkit-dev.install
new file mode 100644
index 0000000..6ddde9a
--- /dev/null
+++ b/debian/libmatepolkit-dev.install
@@ -0,0 +1,3 @@
+usr/include/
+usr/lib/pkgconfig/
+usr/lib/*.so
diff --git a/debian/libmatepolkit.install b/debian/libmatepolkit.install
new file mode 100644
index 0000000..093956b
--- /dev/null
+++ b/debian/libmatepolkit.install
@@ -0,0 +1 @@
+usr/lib/*.so.*
diff --git a/debian/mate-polkit.install b/debian/mate-polkit.install
new file mode 100644
index 0000000..ea7e7c9
--- /dev/null
+++ b/debian/mate-polkit.install
@@ -0,0 +1,3 @@
+etc/
+usr/lib/polkit-mate/
+usr/share/locale/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d90d321
--- /dev/null
+++ b/debian/rules
@@ -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=..
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..10e5380
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.*\/mate-polkit-?([\d\.-]+)\.tar\.gz/mate-polkit-$1.tar.gz/ \
+https://github.com/mate-desktop/mate-polkit/tags .*/archive/mate-polkit-?([\d\.]+).tar.gz
--
mate-polkit Debian package
More information about the pkg-mate-commits
mailing list