[pkg-remote-commits] [arctica-greeter] 01/12: adopt packaging from upstream
Mike Gabriel
sunweaver at debian.org
Wed Nov 29 14:51:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository arctica-greeter.
commit bc9a5c2ea86cee1c5f3ed6bae5063bb3eaf6635b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Nov 28 18:26:50 2017 +0100
adopt packaging from upstream
---
debian/90-arctica-greeter.conf | 24 +
debian/91-arctica-greeter-guest-session.conf | 16 +
debian/92-arctica-greeter-remote-logon.conf | 4 +
debian/arctica-greeter-guest-session.install | 6 +
debian/arctica-greeter-remote-logon.install | 1 +
.../arctica-greeter-theme-debian.gschema.override | 5 +
debian/arctica-greeter-theme-debian.install | 2 +
debian/arctica-greeter-theme-debian.postinst | 40 +
debian/arctica-greeter-theme-debian.postrm | 37 +
debian/arctica-greeter.install | 14 +
debian/arctica-greeter.pkla | 44 +
debian/changelog | 15 +
debian/compat | 1 +
debian/control | 100 +++
debian/copyright | 949 +++++++++++++++++++++
debian/copyright.in | 312 +++++++
debian/docs | 1 +
debian/maintscript | 1 +
debian/rules | 43 +
debian/source/format | 1 +
debian/theme-debian-logo-bare.png | Bin 0 -> 14716 bytes
debian/theme-debian-logo-v9.png | Bin 0 -> 4042 bytes
debian/watch | 3 +
23 files changed, 1619 insertions(+)
diff --git a/debian/90-arctica-greeter.conf b/debian/90-arctica-greeter.conf
new file mode 100644
index 0000000..3f862fe
--- /dev/null
+++ b/debian/90-arctica-greeter.conf
@@ -0,0 +1,24 @@
+[SeatDefaults]
+
+# For real usage of Arctica Greeter as Thin Client login
+# system, remove the comment hashes for all options below
+
+# we are very serious, we _want_ Arctica Greeter as LightDM greeter!!!
+greeter-session=arctica-greeter
+
+# don't show local user names at Arctica Greeter login prompt
+#greeter-hide-users=true
+
+# don neither show a username / password login prompt for local login
+greeter-show-manual-login=true
+
+# disable guest sessions (a guest session requires a valid default
+# user-session parameter, see below)
+#allow-guest=true
+
+# enforce showing remote login feature
+greeter-show-remote-login=true
+
+# if on Ubuntu and Unity is not installed, this is a minimal user session type for
+# default (guest) sessions (sudo apt-get install openbox)
+#user-session=openbox
diff --git a/debian/91-arctica-greeter-guest-session.conf b/debian/91-arctica-greeter-guest-session.conf
new file mode 100644
index 0000000..f7efef3
--- /dev/null
+++ b/debian/91-arctica-greeter-guest-session.conf
@@ -0,0 +1,16 @@
+[LightDM]
+
+# Override default guest-account script by Arctica Greeters guest
+# account script.
+guest-account-script=arctica-greeter-guest-account-script
+
+[SeatDefaults]
+
+# disable guest sessions (a guest session requires a valid default
+# user-session parameter, see below)
+allow-guest=true
+greeter-allow-guest=true
+
+# if on Ubuntu and Unity is not installed, this is a minimal user session type for
+# default (guest) sessions (sudo apt-get install openbox)
+#user-session=openbox
diff --git a/debian/92-arctica-greeter-remote-logon.conf b/debian/92-arctica-greeter-remote-logon.conf
new file mode 100644
index 0000000..bec1ab2
--- /dev/null
+++ b/debian/92-arctica-greeter-remote-logon.conf
@@ -0,0 +1,4 @@
+[SeatDefaults]
+
+# enforce showing remote login feature
+greeter-show-remote-login=true
diff --git a/debian/arctica-greeter-guest-session.install b/debian/arctica-greeter-guest-session.install
new file mode 100644
index 0000000..f5f55da
--- /dev/null
+++ b/debian/arctica-greeter-guest-session.install
@@ -0,0 +1,6 @@
+etc/lightdm/lightdm.conf.d/91*
+usr/sbin/arctica-greeter-guest-account-script
+usr/lib/*/arctica-greeter/arctica-greeter-guest-session-auto.sh
+usr/lib/*/arctica-greeter/arctica-greeter-guest-session-setup.sh
+usr/share/lightdm/lightdm.conf.d/50-arctica-greeter-guest-wrapper.conf
+usr/share/arctica-greeter/guest-session/skel/.config/autostart/arctica-greeter-guest-session-startup.desktop
diff --git a/debian/arctica-greeter-remote-logon.install b/debian/arctica-greeter-remote-logon.install
new file mode 100644
index 0000000..dd8baa4
--- /dev/null
+++ b/debian/arctica-greeter-remote-logon.install
@@ -0,0 +1 @@
+etc/lightdm/lightdm.conf.d/92*
\ No newline at end of file
diff --git a/debian/arctica-greeter-theme-debian.gschema.override b/debian/arctica-greeter-theme-debian.gschema.override
new file mode 100644
index 0000000..a693c16
--- /dev/null
+++ b/debian/arctica-greeter-theme-debian.gschema.override
@@ -0,0 +1,5 @@
+[org.ArcticaProject.arctica-greeter]
+background='/usr/share/images/desktop-base/desktop-background'
+background-color='#274d63'
+togglebox-button-bgcolor='#274d63'
+logo='/usr/share/arctica-greeter/theme-debian-logo.png'
diff --git a/debian/arctica-greeter-theme-debian.install b/debian/arctica-greeter-theme-debian.install
new file mode 100644
index 0000000..6f95f42
--- /dev/null
+++ b/debian/arctica-greeter-theme-debian.install
@@ -0,0 +1,2 @@
+debian/arctica-greeter-theme-debian.gschema.override usr/share/glib-2.0/schemas/
+debian/theme-debian-logo.png usr/share/arctica-greeter/
\ No newline at end of file
diff --git a/debian/arctica-greeter-theme-debian.postinst b/debian/arctica-greeter-theme-debian.postinst
new file mode 100755
index 0000000..b9aa9fb
--- /dev/null
+++ b/debian/arctica-greeter-theme-debian.postinst
@@ -0,0 +1,40 @@
+#!/bin/sh
+# postinst script for arctica-greeter-theme-debian
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+# * <postinst> `configure' <most-recently-configured-version>
+# * <old-postinst> `abort-upgrade' <new version>
+# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+# <new-version>
+# * <postinst> `abort-remove'
+# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+# <failed-install-package> <version> `removing'
+# <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+ configure)
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ ;;
+
+ abort-upgrade|abort-remove|abort-deconfigure)
+ ;;
+
+ *)
+ echo "postinst called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/arctica-greeter-theme-debian.postrm b/debian/arctica-greeter-theme-debian.postrm
new file mode 100755
index 0000000..8beb806
--- /dev/null
+++ b/debian/arctica-greeter-theme-debian.postrm
@@ -0,0 +1,37 @@
+#!/bin/sh
+# postrm script for arctica-greeter-theme-debian
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+# * <postrm> `remove'
+# * <postrm> `purge'
+# * <old-postrm> `upgrade' <new-version>
+# * <new-postrm> `failed-upgrade' <old-version>
+# * <new-postrm> `abort-install'
+# * <new-postrm> `abort-install' <old-version>
+# * <new-postrm> `abort-upgrade' <old-version>
+# * <disappearer's-postrm> `disappear' <overwriter>
+# <overwriter-version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+case "$1" in
+ purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ ;;
+
+ *)
+ echo "postrm called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/arctica-greeter.install b/debian/arctica-greeter.install
new file mode 100644
index 0000000..a6be53b
--- /dev/null
+++ b/debian/arctica-greeter.install
@@ -0,0 +1,14 @@
+etc/lightdm/lightdm.conf.d/90-arctica-greeter.conf
+usr/sbin/arctica-greeter
+usr/share/arctica-greeter/*.png
+usr/share/arctica-greeter/*.svg
+usr/share/backgrounds/
+usr/share/glib-2.0/
+usr/share/lightdm/lightdm.conf.d/50-arctica-greeter.conf
+usr/share/locale/
+usr/share/man/
+usr/share/sounds/
+usr/share/xgreeters/
+usr/lib/*/arctica-greeter/lightdm-arctica-greeter-session
+usr/lib/*/arctica-greeter/arctica-greeter-set-keyboard-layout
+var/lib/polkit-1/localauthority/10-vendor.d/arctica-greeter.pkla
diff --git a/debian/arctica-greeter.pkla b/debian/arctica-greeter.pkla
new file mode 100644
index 0000000..99235c2
--- /dev/null
+++ b/debian/arctica-greeter.pkla
@@ -0,0 +1,44 @@
+# DO NOT EDIT THIS FILE, it will be overwritten on update
+# Place your local configurations under /etc/polkit-1/localauthority/
+
+[Disable Controlling of Network Devices]
+Identity=unix-user:lightdm
+Action=org.freedesktop.NetworkManager.enable-disable-network;org.freedesktop.NetworkManager.enable-disable-wifi;org.freedesktop.NetworkManager.enable-disable-wwan;org.freedesktop.NetworkManager.enable-disable-wimax;
+ResultActive=no
+ResultInactive=no
+ResultsAny=no
+
+[Disable Sleep and Wake]
+Identity=unix-user:lightdm
+Action=org.freedesktop.NetworkManager.sleep-wake
+ResultActive=no
+ResultInactive=no
+ResultsAny=no
+
+[Disable WiFi Sharing]
+Identity=unix-user:lightdm
+Action=org.freedesktop.NetworkManager.wifi.share.protected;org.freedesktop.NetworkManager.wifi.share.open
+ResultActive=no
+ResultInactive=no
+ResultsAny=no
+
+[Disable Settings Modifications]
+Identity=unix-user:lightdm
+Action=org.freedesktop.NetworkManager.settings.modify.own;org.freedesktop.NetworkManager.settings.modify.system;org.freedesktop.NetworkManager.settings.modify.hostname
+ResultActive=no
+ResultInactive=no
+ResultsAny=no
+
+[Disable User Connections]
+Identity=unix-user:lightdm
+Action=org.freedesktop.NetworkManager.use-user-connections
+ResultActive=no
+ResultInactive=no
+ResultsAny=no
+
+[Enable Controlling of Network Connections]
+Identity=unix-user:lightdm
+Action=org.freedesktop.NetworkManager.network-control
+ResultActive=yes
+ResultInactive=no
+ResultsAny=no
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2ad62a9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,15 @@
+arctica-greeter (0.99.0.2-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for Arctica Greeter.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Tue, 28 Nov 2017 17:54:35 +0100
+
+arctica-greeter (0.99.0.1-0) unstable; urgency=medium
+
+ * Forked from unity-greeter 14.04.10.
+
+ * Upstream-provided Debian package for Arctica Greeter.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Mon, 23 Oct 2017 23:28:32 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f427fde
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,100 @@
+Source: arctica-greeter
+Section: x11
+Priority: optional
+Maintainer: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Standards-Version: 4.1.1
+Build-Depends: at-spi2-core,
+ dbus-x11,
+ debhelper (>= 9),
+ dh-autoreconf,
+ fonts-droid-fallback | fonts-droid,
+ mate-common,
+ mate-settings-daemon-dev,
+ libayatana-ido3-0.4-dev (>= 0.4.0~),
+ libayatana-indicator3-dev (>= 0.6.0~),
+ libcanberra-dev,
+ libgnome-desktop-3-dev,
+ libgtk-3-dev,
+ liblightdm-gobject-dev (>= 1.4.0) | liblightdm-gobject-1-dev (>= 1.4.0),
+ lightdm-vala | liblightdm-gobject-1-dev,
+ libpixman-1-dev,
+ numix-gtk-theme,
+ numix-icon-theme,
+ valac (>= 0.20.0),
+ valgrind [amd64],
+ xvfb,
+ xauth,
+Homepage: http://arctica-project.org
+Vcs-Git: git://cgit.arctica-project.org/arctica-greeter.git
+Vcs-Browser: https://cgit.arctica-project.org/arctica-greeter.git/
+
+Package: arctica-greeter
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ fonts-cantarell,
+ fonts-cabin,
+ lightdm,
+ network-manager,
+ numix-gtk-theme,
+ numix-icon-theme,
+ mate-settings-daemon,
+ systemd,
+ python3,
+ x11-xkb-utils,
+Recommends: ayatana-indicator-application,
+ ayatana-indicator-datetime,
+ ayatana-indicator-keyboard,
+ ayatana-indicator-power,
+ ayatana-indicator-session,
+ ayatana-indicator-sound,
+ network-manager-gnome,
+ xinput,
+ numlockx,
+Provides: lightdm-greeter
+Breaks:
+ edubuntu-artwork (<< 12.01.1~),
+Description: LightDM Arctica Greeter
+ A greeter shell for the LightDM login manager. Arctica Greeter can be used as
+ local display manager as well as thin client login manager.
+
+Package: arctica-greeter-guest-session
+Architecture: any
+Depends: ${misc:Depends},
+ adduser,
+Recommends: openbox,
+Description: LightDM Arctica Greeter - Guest Session Support
+ A greeter shell for the LightDM login manager. Arctica Greeter can be used as
+ local display manager as well as thin client login manager.
+ .
+ This package adds guest account support to the Arctica Greeter login manager.
+
+Package: arctica-greeter-remote-logon
+Architecture: all
+Depends: ${misc:Depends},
+ arctica-greeter-guest-session,
+ remote-logon-service,
+Recommends: lightdm-remote-session-freerdp,
+ lightdm-remote-session-x2go,
+Description: LightDM Arctica Greeter - Remote Login Support
+ A greeter shell for the LightDM login manager. Arctica Greeter can be used as
+ local display manager as well as thin client login manager.
+ .
+ This package adds remote logon support to Arctica Greeter. Remote
+ sessions supported by Arctica Greeter are:
+ .
+ - Arctica Remote Desktop Sessions
+ - X2Go Desktop Sessions
+ - Windows RDP sessions (FreeRDP)
+ - Citrix Remote Desktop Sessions
+
+Package: arctica-greeter-theme-debian
+Architecture: all
+Depends: ${misc:Depends},
+ arctica-greeter,
+ libglib2.0-bin,
+Description: LightDM Arctica Greeter - Debian Theme
+ A greeter shell for the LightDM login manager. Arctica Greeter can be used as
+ local display manager as well as thin client login manager.
+ .
+ This package themes Arctica Greeter with a Debian look'n'feel.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d40fab9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,949 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: arctica-greeter
+Upstream-Contact: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Source: https://github.com/ArcticaProject/arctica-greeter
+
+Files: src/animate-timer.vala
+ src/arctica-greeter.vala
+ src/background.vala
+ src/dash-box.vala
+ src/dash-button.vala
+ src/dash-entry.vala
+ src/flat-button.vala
+ src/greeter-list.vala
+ src/idle-monitor.vala
+ src/main-window.vala
+ src/menubar.vala
+ src/prompt-box.vala
+ src/remote-logon-service.vala
+ src/session-list.vala
+ src/settings-daemon.vala
+ src/settings.vala
+ src/shutdown-dialog.vala
+ src/toggle-box.vala
+ src/user-list.vala
+Copyright: 2011, Canonical Ltd
+ 2011-2012, Canonical Ltd
+ 2012, Canonical Ltd
+ 2013, Canonical Ltd
+ 2014, Canonical Ltd
+ 2014-2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ 2015, 2017, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ 2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ 2015-2016, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ 2015-2017, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ 2017, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+License: GPL-3
+
+Files: arctica-greeter-guest-session-auto.sh
+ lightdm-arctica-greeter-session
+ src/cached-image.vala
+ src/cairo-utils.vala
+ src/email-autocompleter.vala
+ src/fadable-box.vala
+ src/fadable.vala
+ src/fading-label.vala
+ src/list-stack.vala
+ src/menu.vala
+ src/user-prompt-box.vala
+ tests/arctica-greeter.vala
+ tests/menubar.vala
+Copyright: 2011, Canonical Ltd
+ 2011-2012, Canonical Ltd
+ 2012, Canonical Ltd
+ 2013, Canonical Ltd
+License: GPL-3
+
+Files: data/sounds/stereo/*
+ data/sounds/index.theme
+Copyright: 2004, Canonical Ltd.
+License: CC-by-SA-v1
+Comment:
+ Obtained from Ubuntu's GNOME audio theme (ubuntu-sounds package)
+ in 2017.
+ .
+ Sounds composed and recorded by Nathaniel McCallum
+ <npmccallum at canonical.com>
+
+Files: po/af.po
+ po/am.po
+ po/an.po
+ po/ar.po
+ po/ast.po
+ po/az.po
+ po/be.po
+ po/bem.po
+ po/bg.po
+ po/bn.po
+ po/bo.po
+ po/br.po
+ po/bs.po
+ po/ca.po
+ po/ca at valencia.po
+ po/cs.po
+ po/cy.po
+ po/da.po
+ po/de.po
+ po/el.po
+ po/en_AU.po
+ po/en_CA.po
+ po/en_GB.po
+ po/eo.po
+ po/es.po
+ po/et.po
+ po/eu.po
+ po/fa.po
+ po/fi.po
+ po/fil.po
+ po/fo.po
+ po/fr.po
+ po/fr_CA.po
+ po/fy.po
+ po/ga.po
+ po/gd.po
+ po/gl.po
+ po/gu.po
+ po/he.po
+ po/hi.po
+ po/hr.po
+ po/ht.po
+ po/hu.po
+ po/id.po
+ po/is.po
+ po/it.po
+ po/ja.po
+ po/ka.po
+ po/kk.po
+ po/kl.po
+ po/km.po
+ po/kn.po
+ po/ko.po
+ po/ku.po
+ po/kw.po
+ po/ky.po
+ po/la.po
+ po/lb.po
+ po/lt.po
+ po/lv.po
+ po/mg.po
+ po/mhr.po
+ po/mi.po
+ po/ml.po
+ po/mr.po
+ po/ms.po
+ po/my.po
+ po/nb.po
+ po/ne.po
+ po/nl.po
+ po/nn.po
+ po/oc.po
+ po/os.po
+ po/pa.po
+ po/pl.po
+ po/ps.po
+ po/pt.po
+ po/pt_BR.po
+ po/ro.po
+ po/ru.po
+ po/sd.po
+ po/se.po
+ po/shn.po
+ po/si.po
+ po/sk.po
+ po/sl.po
+ po/sq.po
+ po/sr.po
+ po/sv.po
+ po/sw.po
+ po/szl.po
+ po/ta.po
+ po/sk.po
+ po/sl.po
+ po/sq.po
+ po/sr.po
+ po/sv.po
+ po/sw.po
+ po/szl.po
+ po/ta.po
+ po/te.po
+ po/th.po
+ po/ti.po
+ po/tr.po
+ po/ug.po
+ po/uk.po
+ po/ur.po
+ po/uz.po
+ po/vi.po
+ po/wae.po
+ po/zh_CN.po
+ po/zh_HK.po
+ po/zh_TW.po
+Copyright: 2012, Rosetta Contributors
+ 2012, Canonical Ltd
+License: GPL-3
+Comment:
+ This file is distributed under the same license as the arctica-greeter
+ package.
+
+Files: po/ckb.po
+ po/crh.po
+ po/frp.po
+ po/sc.po
+ po/tg.po
+Copyright: 2013, Rosetta Contributors
+ 2013, Canonical Ltd
+License: GPL-3
+Comment:
+ This file is distributed under the same license as the arctica-greeter
+ package.
+
+Files: po/ce.po
+ po/cv.po
+ po/hy.po
+ po/lo.po
+ po/sa.po
+Copyright: 2014, Rosetta Contributors and Canonical Ltd 2014
+License: GPL-3
+Comment:
+ This file is distributed under the same license as the arctica-greeter
+ package.
+
+Files: po/ia.po
+Copyright: 2015, Rosetta Contributors and Canonical Ltd 2015
+License: GPL-3
+Comment:
+ This file is distributed under the same license as the arctica-greeter
+ package.
+
+Files: po/arctica-greeter.pot
+ po/co.po
+Copyright: YEAR THE PACKAGE'S COPYRIGHT HOLDER
+License: GPL-3
+Comment:
+ This file is distributed under the same license as the arctica-greeter
+ package.
+
+Files: data/arctica-greeter-blue.xcf
+ data/arctica-greeter-yellow.xcf
+ data/arctica-greeter.png
+ data/badges/awesome_badge.xcf
+ data/badges/awesome_badge.png
+ data/badges/budgie_badge.xcf
+ data/badges/budgie_badge.png
+ data/badges/gnustep_badge.xcf
+ data/badges/gnustep_badge.png
+ data/badges/i3_badge.xcf
+ data/badges/i3_badge.png
+ data/badges/lxde_badge.xcf
+ data/badges/lxde_badge.png
+ data/badges/matchbox_badge.xcf
+ data/badges/matchbox_badge.png
+ data/badges/mate_badge.xcf
+ data/badges/mate_badge.png
+ data/badges/openbox_badge.xcf
+ data/badges/openbox_badge.png
+ data/badges/sugar_badge.xcf
+ data/badges/sugar_badge.png
+ data/badges/surf_badge.xcf
+ data/badges/surf_badge.png
+ data/badges/twm_badge.xcf
+ data/badges/twm_badge.png
+ data/badges/xfce_badge.xcf
+ data/badges/xfce_badge.png
+ data/badges/xmonad_badge.xcf
+ data/badges/xmonad_badge.png
+ data/badges/xfce_badge.xcf
+ data/badges/xfce_badge.png
+ data/badges/xsession_badge.xcf
+ data/badges/xsession_badge.png
+Copyright: 2015-2017, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+License: CC-by-SA-v3
+
+Files: data/a11y.svg
+Copyright: GNOME Project
+License: CC-by-SA-v3
+
+Files: arctica-greeter-set-keyboard-layout
+Copyright: 2017, Clement Lefebvre <clement.lefebvre at linuxmint.com>
+License: GPL-3
+
+Files: arctica-greeter-guest-account-script.sh.in
+Copyright: 2008, Canonical Ltd.
+License: GPL-2+
+
+Files: fix-patch-whitespace
+Copyright: 2010, Keith Packard <keithp at keithp.com>
+License: MIT~X11
+
+Files: update-po.sh
+ update-pot.sh
+Copyright: 2017, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+License: GPL-3
+
+Files: AUTHORS
+ ChangeLog
+ Makefile.am
+ NEWS
+ NEWS.Canonical
+ README
+ arctica-greeter.doap
+ arctica-greeter-guest-session-setup.sh
+ autogen.sh
+ configure.ac
+ data/50-arctica-greeter.conf.in
+ data/50-arctica-greeter-guest-wrapper.conf.in
+ data/Makefile.am
+ data/arctica-greeter.1
+ data/arctica-greeter.desktop.in
+ data/arctica-greeter-guest-session-startup.desktop.in
+ data/arctica-greeter-guest-account-script.8
+ data/org.ArcticaProject.arctica-greeter.gschema.xml
+ po/LINGUAS
+ po/POTFILES.in
+ po/POTFILES.skip
+ src/Makefile.am
+ src/config.vapi
+ src/fixes.vapi
+ src/indicator.vapi
+ src/logo-generator.vala
+ src/xsync.vapi
+ tests/Makefile.am
+ tests/test-list.vala
+ tests/test-main-window.vala
+ tests/test.vala
+Copyright: 2011-2014, Canonical Ltd
+ 2012-2017, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+License: GPL-3
+Comment:
+ Files lack copyright headers, assuming license from
+ COPYING file, author information from other code files.
+
+Files: data/active.png
+ data/arrow_left.png
+ data/arrow_right.png
+ data/badges/gnome_badge.png
+ data/badges/kde_badge.png
+ data/badges/recovery_console_badge.png
+ data/badges/remote_login_help.png
+ data/badges/ubuntu_badge.png
+ data/badges/unknown_badge.png
+ data/dialog_close.png
+ data/dialog_close_highlight.png
+ data/dialog_close_press.png
+ data/hibernate.png
+ data/hibernate_highlight.png
+ data/logo-bare.png
+ data/logo-bare.svg
+ data/message.png
+ data/restart.png
+ data/restart_highlight.png
+ data/shadow.png
+ data/shutdown.png
+ data/shutdown_highlight.png
+ data/suspend.png
+ data/suspend_highlight.png
+ data/switcher_corner.png
+ data/switcher_left.png
+ data/switcher_top.png
+Copyright: 2011-2014, Canonical Ltd
+License: GPL-3
+Comment:
+ These artwork files stem from Unity Greeter, so
+ assuming appropriate copyright attribution.
+
+Files: debian/*
+Copyright: 2011-2013, Canonical Ltd
+ 2012-2017, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+License: GPL-3
+
+License: GPL-2+
+ This program 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 program 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, write to the Free Software Foundation, Inc., 51
+ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+License: GPL-3
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 3 as
+ published by the Free Software Foundation.
+ .
+ This program 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.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-3’.
+
+License: CC-by-SA-v1
+ THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
+ COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
+ COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
+ AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
+ .
+ BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
+ TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
+ RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
+ AND CONDITIONS.
+ .
+ 1. Definitions
+ .
+ a. "Collective Work" means a work, such as a periodical issue,
+ anthology or encyclopedia, in which the Work in its entirety in
+ unmodified form, along with a number of other contributions,
+ constituting separate and independent works in themselves, are assembled
+ into a collective whole. A work that constitutes a Collective Work will
+ not be considered a Derivative Work (as defined below) for the purposes
+ of this License.
+ b. "Derivative Work" means a work based upon the Work or upon the
+ Work and other pre-existing works, such as a translation, musical
+ arrangement, dramatization, fictionalization, motion picture version,
+ sound recording, art reproduction, abridgment, condensation, or any
+ other form in which the Work may be recast, transformed, or adapted,
+ except that a work that constitutes a Collective Work will not be
+ considered a Derivative Work for the purpose of this License. For the
+ avoidance of doubt, where the Work is a musical composition or sound
+ recording, the synchronization of the Work in timed-relation with a
+ moving image ("synching") will be considered a Derivative Work for the
+ purpose of this License.
+ c. "Licensor" means the individual or entity that offers the Work
+ under the terms of this License.
+ d. "Original Author" means the individual or entity who created the
+ Work.
+ e. "Work" means the copyrightable work of authorship offered under
+ the terms of this License.
+ f. "You" means an individual or entity exercising rights under this
+ License who has not previously violated the terms of this License with
+ respect to the Work, or who has received express permission from the
+ Licensor to exercise rights under this License despite a previous
+ violation.
+ g. "License Elements" means the following high-level license
+ attributes as selected by Licensor and indicated in the title of this
+ License: Attribution, ShareAlike.
+ .
+ 2. Fair Use Rights. Nothing in this license is intended to reduce,
+ limit, or restrict any rights arising from fair use, first sale or other
+ limitations on the exclusive rights of the copyright owner under
+ copyright law or other applicable laws.
+ .
+ 3. License Grant. Subject to the terms and conditions of this License,
+ Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
+ perpetual (for the duration of the applicable copyright) license to
+ exercise the rights in the Work as stated below:
+ .
+ a. to reproduce the Work, to incorporate the Work into one or more
+ Collective Works, and to reproduce the Work as incorporated in the
+ Collective Works;
+ b. to create and reproduce Derivative Works;
+ c. to distribute copies or phonorecords of, display publicly, perform
+ publicly, and perform publicly by means of a digital audio transmission
+ the Work including as incorporated in Collective Works;
+ d. to distribute copies or phonorecords of, display publicly, perform
+ publicly, and perform publicly by means of a digital audio transmission
+ Derivative Works.
+ e. For the avoidance of doubt, where the work is a musical
+ composition:
+ i. Performance Royalties Under Blanket Licenses. Licensor
+ waives the exclusive right to collect, whether individually or via a
+ performance rights society (e.g. ASCAP, BMI, SESAC), royalties for
+ the public performance or public digital performance (e.g. webcast)
+ of the Work.
+ ii. Mechanical Rights and Statutory Royalties. Licensor waives
+ the exclusive right to collect, whether individually or via a music
+ rights society or designated agent (e.g. Harry Fox Agency),
+ royalties for any phonorecord You create from the Work ("cover
+ version") and distribute, subject to the compulsory license created
+ by 17 USC Section 115 of the US Copyright Act (or the equivalent in
+ other jurisdictions).
+ f. Webcasting Rights and Statutory Royalties. For the avoidance of
+ doubt, where the Work is a sound recording, Licensor waives the
+ exclusive right to collect, whether individually or via a
+ performance-rights society (e.g. SoundExchange), royalties for the
+ public digital performance (e.g. webcast) of the Work, subject to the
+ compulsory license created by 17 USC Section 114 of the US Copyright Act
+ (or the equivalent in other jurisdictions).
+ .
+ The above rights may be exercised in all media and formats whether now
+ known or hereafter devised. The above rights include the right to make
+ such modifications as are technically necessary to exercise the rights
+ in other media and formats. All rights not expressly granted by Licensor
+ are hereby reserved.
+ .
+ 4. Restrictions.The license granted in Section 3 above is expressly made
+ subject to and limited by the following restrictions:
+ .
+ a. You may distribute, publicly display, publicly perform, or
+ publicly digitally perform the Work only under the terms of this
+ License, and You must include a copy of, or the Uniform Resource
+ Identifier for, this License with every copy or phonorecord of the Work
+ You distribute, publicly display, publicly perform, or publicly
+ digitally perform. You may not offer or impose any terms on the Work
+ that alter or restrict the terms of this License or the recipients'
+ exercise of the rights granted hereunder. You may not sublicense the
+ Work. You must keep intact all notices that refer to this License and to
+ the disclaimer of warranties. You may not distribute, publicly display,
+ publicly perform, or publicly digitally perform the Work with any
+ technological measures that control access or use of the Work in a
+ manner inconsistent with the terms of this License Agreement. The above
+ applies to the Work as incorporated in a Collective Work, but this does
+ not require the Collective Work apart from the Work itself to be made
+ subject to the terms of this License. If You create a Collective Work,
+ upon notice from any Licensor You must, to the extent practicable,
+ remove from the Collective Work any reference to such Licensor or the
+ Original Author, as requested. If You create a Derivative Work, upon
+ notice from any Licensor You must, to the extent practicable, remove
+ from the Derivative Work any reference to such Licensor or the Original
+ Author, as requested.
+ b. You may distribute, publicly display, publicly perform, or
+ publicly digitally perform a Derivative Work only under the terms of
+ this License, a later version of this License with the same License
+ Elements as this License, or a Creative Commons iCommons license that
+ contains the same License Elements as this License (e.g.
+ Attribution-ShareAlike 2.0 Japan). You must include a copy of, or the
+ Uniform Resource Identifier for, this License or other license specified
+ in the previous sentence with every copy or phonorecord of each
+ Derivative Work You distribute, publicly display, publicly perform, or
+ publicly digitally perform. You may not offer or impose any terms on the
+ Derivative Works that alter or restrict the terms of this License or the
+ recipients' exercise of the rights granted hereunder, and You must keep
+ intact all notices that refer to this License and to the disclaimer of
+ warranties. You may not distribute, publicly display, publicly perform,
+ or publicly digitally perform the Derivative Work with any technological
+ measures that control access or use of the Work in a manner inconsistent
+ with the terms of this License Agreement. The above applies to the
+ Derivative Work as incorporated in a Collective Work, but this does not
+ require the Collective Work apart from the Derivative Work itself to be
+ made subject to the terms of this License.
+ c. If you distribute, publicly display, publicly perform, or publicly
+ digitally perform the Work or any Derivative Works or Collective Works,
+ You must keep intact all copyright notices for the Work and give the
+ Original Author credit reasonable to the medium or means You are
+ utilizing by conveying the name (or pseudonym if applicable) of the
+ Original Author if supplied; the title of the Work if supplied; to the
+ extent reasonably practicable, the Uniform Resource Identifier, if any,
+ that Licensor specifies to be associated with the Work, unless such URI
+ does not refer to the copyright notice or licensing information for the
+ Work; and in the case of a Derivative Work, a credit identifying the use
+ of the Work in the Derivative Work (e.g., "French translation of the
+ Work by Original Author," or "Screenplay based on original Work by
+ Original Author"). Such credit may be implemented in any reasonable
+ manner; provided, however, that in the case of a Derivative Work or
+ Collective Work, at a minimum such credit will appear where any other
+ comparable authorship credit appears and in a manner at least as
+ prominent as such other comparable authorship credit.
+ .
+ 5. Representations, Warranties and Disclaimer
+ UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS
+ THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND
+ CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
+ INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
+ FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
+ LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
+ WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE
+ EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
+ .
+ 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
+ LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
+ ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
+ ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
+ BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+ .
+ 7. Termination
+ .
+ a. This License and the rights granted hereunder will terminate
+ automatically upon any breach by You of the terms of this License.
+ Individuals or entities who have received Derivative Works or Collective
+ Works from You under this License, however, will not have their licenses
... 787 lines suppressed ...
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/arctica-greeter.git
More information about the pkg-remote-commits
mailing list