From b1800fd11ab5297585e0c2beb12b7fc058430bc1 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 22 Oct 2017 21:26:00 +0200 Subject: Fork from unity-greeter-session-broadcast. --- debian/changelog | 94 +--------------------- debian/control | 44 +++++----- ...libunity-greeter-session-broadcast1-dev.install | 3 - debian/libunity-greeter-session-broadcast1.install | 1 - debian/rules | 4 + debian/unity-greeter-session-broadcast.install | 5 -- 6 files changed, 26 insertions(+), 125 deletions(-) delete mode 100644 debian/libunity-greeter-session-broadcast1-dev.install delete mode 100644 debian/libunity-greeter-session-broadcast1.install delete mode 100644 debian/unity-greeter-session-broadcast.install (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 9d64069..b21d873 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,92 +1,6 @@ -unity-greeter-session-broadcast (0.1+14.10.20140601-0ubuntu1) utopic; urgency=low +ayatana-greeter-session-broadcast (0.1.1-0) UNRELEASED; urgency=low - [ Ted Gould ] - * UAL name change + * Upstream-provided Debian package for ayatana-greeter-session-broadcast. + See upstream ChangeLog for recent changes. - -- Ubuntu daily release Sun, 01 Jun 2014 21:36:48 +0000 - -unity-greeter-session-broadcast (0.1+14.04.20140324-0ubuntu1) trusty; urgency=low - - [ Michael Terry ] - * Switch to handling URLs instead of AppIDs. - - [ Ted Gould ] - * Sound menu action support - - -- Ubuntu daily release Mon, 24 Mar 2014 14:57:45 +0000 - -unity-greeter-session-broadcast (0.1+14.04.20140217.1-0ubuntu1) trusty; urgency=low - - [ Ted Gould ] - * Use new Upstart dbus syntax. - * Merge policy and manual test. - * Flushing trunk with a release - - [ Didier Roche ] - * Add libupstart-app-launch2-dev build-dep, which isn't needed itself - but it enables to not build on archs unsupported by upstart-app- - launch (which is a binary dep). - - -- Ubuntu daily release Mon, 17 Feb 2014 18:05:24 +0000 - -unity-greeter-session-broadcast (0.1+13.10.20130924.1-0ubuntu1) saucy; urgency=low - - [ Michael Terry ] - * Add a RequestHomeShown method and ShowHome signal for when we want - the dash to show itself and hide the applications. - - [ Ubuntu daily release ] - * Automatic snapshot from revision 25 - - -- Ubuntu daily release Tue, 24 Sep 2013 06:03:43 +0000 - -unity-greeter-session-broadcast (0.1+13.10.20130902-0ubuntu1) saucy; urgency=low - - [ Michael Terry ] - * Don't build or install the library right now. It's not finished and - isn't used yet. - - [ Ted Gould ] - * Get name owner and make sure it matches the sender. - - [ Ubuntu daily release ] - * Automatic snapshot from revision 23 - - -- Ubuntu daily release Mon, 02 Sep 2013 02:04:14 +0000 - -unity-greeter-session-broadcast (0.1+13.10.20130830.2-0ubuntu1) saucy; urgency=low - - * Automatic snapshot from revision 20 - - -- Ubuntu daily release 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) - - [ 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 Fri, 30 Aug 2013 06:04:22 +0000 - -unity-greeter-session-broadcast (0.1-0ubuntu1) saucy; urgency=low - - * Start - - -- Ted Gould Thu, 27 Jun 2013 11:36:18 -0500 + -- Mike Gabriel Sun, 22 Oct 2017 21:36:48 +0200 diff --git a/debian/control b/debian/control index 0faec98..76cb1cd 100644 --- a/debian/control +++ b/debian/control @@ -1,49 +1,41 @@ -Source: unity-greeter-session-broadcast -Section: gnome +Source: ayatana-greeter-session-broadcast +Section: x11 Priority: optional -Maintainer: Ubuntu Developers +Maintainer: Mike Gabriel Build-Depends: cmake, dbus-test-runner, debhelper (>= 9), + dpkg-dev (>= 1.16.1.1), dh-autoreconf, - gtester2xunit, intltool, libdbus-1-dev, libdbustest1-dev, libglib2.0-bin, python3-dbusmock, -# This build-dep isn't needed as per itself, but it enables to not build -# on archs unsupported by ubuntu-app-launch which is a binary dep - libubuntu-app-launch2-dev, -Standards-Version: 3.9.4 -Homepage: http://launchpad.net/unity-greeter-session-broadcast -# If you aren't a member of ~indicator-applet-developers but need to upload -# packaging changes, just go ahead. ~indicator-applet-developers will notice -# and sync up the code again. -Vcs-Bzr: http://bazaar.launchpad.net/~indicator-applet-developers/unity-greeter-session-broadcast/ -Vcs-Browser: https://code.launchpad.net/~indicator-applet-developers/unity-greeter-session-broadcast/ +Standards-Version: 4.1.1 +Homepage: https://github.com/AyatanaIndicators/ayatana-greeter-session-broadcast +Vcs-Git: git://cgit.arctica-project.org/ayatana/ayatana-ido.git +Vcs-Browser: https://cgit.arctica-project.org/ayatana/ayatana-ido.git/ -Package: unity-greeter-session-broadcast +Package: ayatana-greeter-session-broadcast Architecture: any -Depends: upstart (>= 1.10-0ubuntu2), - url-dispatcher-tools, - ${misc:Depends}, +Depends: ${misc:Depends}, ${shlibs:Depends}, -Description: Service to allow the greeter to communicate to sessions - Allows for the greeter to send events that can be picked up by the user's - session and acted on if allowed by the user. +Description: Service to allow a LightDM greeter to communicate to a desktop session + Allows for the LightDM greeter to send events that can be picked up by + the user's session and acted upon if allowed by the user. . - This package provides a service for Unity's Greeter Session Broadcast + This package provides the Ayatana Greeter Session Broadcast service. -#Package: libunity-greeter-session-broadcast1 +#Package: libayatana-greeter-session-broadcast1 #Section: libs #Architecture: any #Depends: ${misc:Depends}, # ${shlibs:Depends}, #Pre-Depends: ${misc:Pre-Depends}, #Multi-Arch: same -#Recommends: unity-greeter-session-broadcast (= ${binary:Version}), -#Description: library for sending requests to the user session +#Recommends: ayatana-greeter-session-broadcast (= ${binary:Version}), +#Description: Library for sending requests to the user session # Sends requests to the broadcast service so that they can be seen # by the user session. # . @@ -57,7 +49,7 @@ Description: Service to allow the greeter to communicate to sessions # ${misc:Depends}, # ${shlibs:Depends}, #Multi-Arch: same -#Description: library for sending requests to the user session +#Description: Library for sending requests to the user session (development files) # Sends requests to the broadcast service so that they can be seen # by the user session. # . diff --git a/debian/libunity-greeter-session-broadcast1-dev.install b/debian/libunity-greeter-session-broadcast1-dev.install deleted file mode 100644 index f66ca7a..0000000 --- a/debian/libunity-greeter-session-broadcast1-dev.install +++ /dev/null @@ -1,3 +0,0 @@ -debian/tmp/usr/include/libunity-greeter-session-broadcast-1/* -debian/tmp/usr/lib/*/libunity-greeter-session-broadcast.so -debian/tmp/usr/lib/*/pkgconfig/unity-greeter-session-broadcast-1.pc diff --git a/debian/libunity-greeter-session-broadcast1.install b/debian/libunity-greeter-session-broadcast1.install deleted file mode 100644 index 28cc930..0000000 --- a/debian/libunity-greeter-session-broadcast1.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/*/libunity-greeter-session-broadcast.so.1* diff --git a/debian/rules b/debian/rules index 621e27b..717d80b 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,10 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 export G_MESSAGES_DEBUG=all +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk + %: dh $@ diff --git a/debian/unity-greeter-session-broadcast.install b/debian/unity-greeter-session-broadcast.install deleted file mode 100644 index 4a7f626..0000000 --- a/debian/unity-greeter-session-broadcast.install +++ /dev/null @@ -1,5 +0,0 @@ -etc/dbus-1 -usr/lib/*/unity-greeter-session-broadcast -usr/share/dbus-1 -usr/share/glib-2.0 -usr/share/upstart/sessions -- cgit v1.2.3