summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAlessandro Ghedini <al3xbio@gmail.com>2011-10-19 10:56:37 +0200
committerAlessandro Ghedini <al3xbio@gmail.com>2011-10-19 11:45:57 +0200
commitda9ceea73743c438a43d13d52c6a5e36bcf2e103 (patch)
tree5e68651e022c6c1b1c1d4ff93cb0c13ab560878d /debian/control
parent6451a495637c6e3047a5a56573cffc6e3de9a515 (diff)
Initial Debianization
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..da010d3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: gnome-pie
+Section: gnome
+Priority: optional
+Maintainer: Alessandro Ghedini <al3xbio@gmail.com>
+Build-Depends: debhelper (>= 8), cmake,
+ libcairo2-dev, libgee-dev,
+ libgnome-menu-dev, libgtk2.0-dev,
+ libunique-dev, libxml2-dev,
+ libxtst-dev, valac
+Standards-Version: 3.9.2
+Homepage: http://gnome-pie.simonschneegans.de/
+Vcs-Git: git://git.debian.org/collab-maint/gnome-pie.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/gnome-pie.git;a=summary
+
+Package: gnome-pie
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: visual application launcher for GNOME
+ gnome-pie is a radial visual application launcher for GNOME. It allows the
+ user to bind groups of frequently used applications to a ring that appears
+ when a hot key / mouse binding is triggered.
+ .
+ It was inspired by the OPie addon written for the game World of Warcraft.