aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2013-08-27 22:42:25 -0500
committerTed Gould <ted@gould.cx>2013-08-27 22:42:25 -0500
commite2166ae7ab113c0989cccb52ac23847ffc8e8ffa (patch)
treecd3436cba5b2eec3689afc1cb29b628b48be8164 /debian
parentc4a2f359a3a82fa233a486d05213107ee2f64ed7 (diff)
parent32a9e9c848b5a85bea267d70fc2b6f0f1c4c9468 (diff)
downloadayatana-greeter-session-broadcast-e2166ae7ab113c0989cccb52ac23847ffc8e8ffa.tar.gz
ayatana-greeter-session-broadcast-e2166ae7ab113c0989cccb52ac23847ffc8e8ffa.tar.bz2
ayatana-greeter-session-broadcast-e2166ae7ab113c0989cccb52ac23847ffc8e8ffa.zip
Merge trunk
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
-rw-r--r--debian/control25
-rw-r--r--debian/watch2
3 files changed, 22 insertions, 15 deletions
diff --git a/debian/changelog b/debian/changelog
index 08d5692..9ea6a20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+unity-greeter-session-broadcast (0.1-0ubuntu2) UNRELEASED; urgency=low
+
+ * 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
+
unity-greeter-session-broadcast (0.1-0ubuntu1) saucy; urgency=low
* Start
diff --git a/debian/control b/debian/control
index 9ac58e5..2fa5f9e 100644
--- a/debian/control
+++ b/debian/control
@@ -8,23 +8,23 @@ Build-Depends: cmake,
dh-autoreconf,
gtester2xunit,
intltool,
- libdbustest1-dev,
libdbus-1-dev,
+ libdbustest1-dev,
libglib2.0-bin,
python3-dbusmock,
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
+# 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/
Package: unity-greeter-session-broadcast
Architecture: any
-Depends: ${misc:Depends},
+Depends: upstart-app-launch,
+ ${misc:Depends},
${shlibs:Depends},
- upstart-app-launch,
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.
@@ -34,11 +34,11 @@ Description: Service to allow the greeter to communicate to sessions
Package: libunity-greeter-session-broadcast1
Section: libs
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
-Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+Pre-Depends: ${misc:Pre-Depends},
Multi-Arch: same
-Recommends: unity-greeter-session-broadcast (= ${binary:Version})
+Recommends: unity-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.
@@ -48,14 +48,13 @@ Description: library for sending requests to the user session
Package: libunity-greeter-session-broadcast1-dev
Section: libdevel
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
+Depends: libglib2.0-dev,
libunity-greeter-session-broadcast1 (= ${binary:Version}),
- libglib2.0-dev
+ ${misc:Depends},
+ ${shlibs:Depends},
Multi-Arch: same
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.
.
This package contains files that are needed to build the greeter.
-
diff --git a/debian/watch b/debian/watch
deleted file mode 100644
index d3f815d..0000000
--- a/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=3
-http://launchpad.net/unity-greeter-session-broadcast/+download .*/unity-greeter-session-broadcast-([0-9.]+)\.tar\.gz