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 From 23912f97598102be4c870a220446a6b153fb8d64 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Mon, 19 Nov 2012 11:36:55 -0500 Subject: * debian/control: - Bump debhelper Build-Depends to (>= 9). - Update style to be consistent with other indicators. --- debian/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index dacc89f..663aab7 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: gnome Priority: extra Maintainer: Ubuntu Desktop Team XSBC-Original-Maintainer: Lars Uebernickel -Build-Depends: debhelper (>= 8), +Build-Depends: debhelper (>= 9), cdbs (>= 0.4.41), autotools-dev, dh-autoreconf, @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 8), libdbusmenu-glib-dev (>= 0.5.90), libdbusmenu-gtk3-dev (>= 0.5.90), libindicator3-dev (>= 0.3.91), - libcups2-dev + libcups2-dev, Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-printers Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/indicator-printers/ubuntu @@ -21,9 +21,9 @@ Package: indicator-printers Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - cups (>= 1.5) + cups (>= 1.5), Recommends: indicator-applet (>= 0.2) | indicator-renderer, - system-config-printer-gnome + 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 From 4f5faf2991123d7dc56624f57872805e260b35b2 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Mon, 19 Nov 2012 12:33:19 -0500 Subject: - Drop Build-Depends on cdbs. - Add a Build-Depends on gnome-common. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 663aab7..ccae56c 100644 --- a/debian/control +++ b/debian/control @@ -4,9 +4,9 @@ Priority: extra Maintainer: Ubuntu Desktop Team XSBC-Original-Maintainer: Lars Uebernickel Build-Depends: debhelper (>= 9), - cdbs (>= 0.4.41), autotools-dev, dh-autoreconf, + gnome-common, libglib2.0-dev (>= 2.22.3), libgtk-3-dev, libdbusmenu-glib-dev (>= 0.5.90), -- cgit v1.2.3 From 925eff86c241f040e971572d85e948544d3bf797 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Mon, 19 Nov 2012 21:21:50 -0500 Subject: Update Vcs-Bzr, Vcs-Browser and add a notice to uploaders. --- debian/control | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index ccae56c..fbb3719 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,11 @@ Build-Depends: debhelper (>= 9), libcups2-dev, Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-printers -Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/indicator-printers/ubuntu +# 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-printers/trunk.13.04 +Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/indicator-printers/trunk.13.04/files Package: indicator-printers Architecture: any -- cgit v1.2.3 From 53e2890d0a4083ea8eea31a72b64bb5035b775c0 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Tue, 20 Nov 2012 10:26:51 -0500 Subject: Add python to Build-Depends for gdbus-codegen. --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index fbb3719..6ae01eb 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, gnome-common, + python, libglib2.0-dev (>= 2.22.3), libgtk-3-dev, libdbusmenu-glib-dev (>= 0.5.90), -- cgit v1.2.3