From 41f91fb03beed16bfadd770c059735272e27df3a Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 19 Aug 2014 20:25:55 -0500 Subject: initial pass at debian/ directory --- debian/control | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..e174f31 --- /dev/null +++ b/debian/control @@ -0,0 +1,27 @@ +Source: indicator-display +Section: misc +Priority: optional +Maintainer: Charles Kerr +# make g++ version explicit for ABI safety +Build-Depends: cmake, + dbus, + g++-4.9, + debhelper (>= 9), + dh-translations, + intltool (>= 0.35.0), + libglib2.0-dev (>= 2.36), + libgtest-dev, + liburl-dispatcher1-dev, +Standards-Version: 3.9.4 +Homepage: http://launchpad.net/indicator-display/ +# 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: https://code.launchpad.net/~indicator-applet-developers/indicator-display/trunk.14.10 + +Package: indicator-display +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + gsettings-ubuntu-schemas (>= 0.0.2+14.10.20140813), +Description: Miscellaneous small Indicators. -- cgit v1.2.3