diff options
author | Ted Gould <ted@gould.cx> | 2013-08-30 13:37:10 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-08-30 13:37:10 -0500 |
commit | 2725d59b1c9bb81379014c95b0b64f3a2dae5f04 (patch) | |
tree | 912766d1d5f17713d38208741f25174a276140be /debian | |
parent | e2166ae7ab113c0989cccb52ac23847ffc8e8ffa (diff) | |
parent | 9ecfe061ca5446d46f9b8a820c9ea6569ba0e64c (diff) | |
download | ayatana-greeter-session-broadcast-2725d59b1c9bb81379014c95b0b64f3a2dae5f04.tar.gz ayatana-greeter-session-broadcast-2725d59b1c9bb81379014c95b0b64f3a2dae5f04.tar.bz2 ayatana-greeter-session-broadcast-2725d59b1c9bb81379014c95b0b64f3a2dae5f04.zip |
Update to trunk
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 25 | ||||
-rw-r--r-- | debian/copyright | 21 | ||||
-rw-r--r-- | debian/unity-greeter-session-broadcast.install | 1 |
3 files changed, 45 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 9ea6a20..5e9ae83 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,33 @@ -unity-greeter-session-broadcast (0.1-0ubuntu2) UNRELEASED; urgency=low +unity-greeter-session-broadcast (0.1+13.10.20130830.2-0ubuntu1) saucy; urgency=low + * Automatic snapshot from revision 20 + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 30 Aug 2013 10:04:18 +0000 + +unity-greeter-session-broadcast (0.1+13.10.20130830.1-0ubuntu1) saucy; urgency=low + + [ Łukasz 'sil2100' Zemczak ] * Remove debian/watch * debian/control: - Modifications related to compliance with our packaging standards * Added copyright info in the source code * Automatic snapshot from revision 14 (bootstrap) - -- Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> Tue, 09 Jul 2013 18:36:53 +0200 + [ Michael Terry ] + * Implement the basic service. Adds RequestApplicationStart method + which sends out a StartApplication signal. + * Fix licensing to specify GPL-3 or LGPL-3 as appropriate. + + [ Ted Gould ] + * Signal the start instead of starting it directly. + + [ Łukasz 'sil2100' Zemczak ] + * The name for copyright is COPYING, not COPYRIGHT in our projects + + [ Ubuntu daily release ] + * Automatic snapshot from revision 19 + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 30 Aug 2013 06:04:22 +0000 unity-greeter-session-broadcast (0.1-0ubuntu1) saucy; urgency=low diff --git a/debian/copyright b/debian/copyright index 88892b0..34a734d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -6,6 +6,11 @@ Files: * Copyright: 2013 Canonical, Ltd. License: GPL-3 +Files: libunity-greeter-session-broadcast/*.c + libunity-greeter-session-broadcast/*.h +Copyright: 2013 Canonical, Ltd. +License: LGPL-3 + 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 as published by @@ -21,3 +26,19 @@ License: GPL-3 . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3' + +License: LGPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, version 3 of the License. + . + 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 Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + . + On Debian systems, the complete text of the GNU Lesser General Public License + can be found in `/usr/share/common-licenses/LGPL-3' diff --git a/debian/unity-greeter-session-broadcast.install b/debian/unity-greeter-session-broadcast.install index 46805f9..4a7f626 100644 --- a/debian/unity-greeter-session-broadcast.install +++ b/debian/unity-greeter-session-broadcast.install @@ -1,3 +1,4 @@ +etc/dbus-1 usr/lib/*/unity-greeter-session-broadcast usr/share/dbus-1 usr/share/glib-2.0 |