From ad0ea3e69b2437a50be0831c382179b469813777 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Thu, 16 Feb 2012 17:23:19 +0100 Subject: including the debian directory --- debian/control | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b834f61 --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: indicator-printers +Section: gnome +Priority: extra +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Lars Uebernickel +Build-Depends: debhelper (>= 8), + cdbs (>= 0.4.41), + autotools-dev, + dh-autoreconf, + libglib2.0-dev (>= 2.22.3), + libgtk-3-dev, + libdbusmenu-glib-dev (>= 0.5.90), + libdbusmenu-gtk3-dev (>= 0.5.90), + libindicator3-dev (>= 0.3.90), + libcups2-dev +Standards-Version: 3.9.2 +Homepage: https://launchpad.net/indicator-printers + +Package: indicator-printers +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + cups (>= 1.5) +Recommends: unity | indicator-renderer +Description: An indicator which shows active print jobs. + This package provides an indicator which shows active print jobs. -- cgit v1.2.3 From f8c54c0ee87bc99b5d805fc30bba4dacd3b7fbeb Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Thu, 16 Feb 2012 17:29:37 +0100 Subject: releasing version 0.1-0ubuntu2 --- debian/control | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index b834f61..463658d 100644 --- a/debian/control +++ b/debian/control @@ -21,6 +21,10 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, cups (>= 1.5) -Recommends: unity | indicator-renderer -Description: An indicator which shows active print jobs. - This package provides an indicator which shows active print jobs. +Recommends: unity | indicator-renderer, + system-config-printer-gnome +Description: indicator showing active print jobs + This indicator is designed to let you view and control active print jobs. + . + It requires some way to be hosted into a panel. Either Unity or an indicator + plugin for your desktop environment. -- cgit v1.2.3 From 1204ca2827e64aa041b4bd36813be3d70db54802 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Thu, 16 Feb 2012 17:32:41 +0100 Subject: set up vcs url --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 463658d..fb464ca 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,7 @@ Build-Depends: debhelper (>= 8), libcups2-dev Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-printers +Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/indicator-printers/ubuntu Package: indicator-printers Architecture: any -- cgit v1.2.3 From a0b958ce4746fe88d6d3b43b6619223fc9b4f56d Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Fri, 31 Aug 2012 20:07:05 -0400 Subject: * debian/control: - Don't recommend Unity; indicators work in GNOME Classic session without Unity being installed --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index a3555c8..dacc89f 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, cups (>= 1.5) -Recommends: unity | indicator-renderer, +Recommends: indicator-applet (>= 0.2) | indicator-renderer, system-config-printer-gnome Description: indicator showing active print jobs This indicator is designed to let you view and control active print jobs. -- cgit v1.2.3