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/changelog | 16 ++++++++++++++++ debian/compat | 1 + debian/control | 26 ++++++++++++++++++++++++++ debian/copyright | 23 +++++++++++++++++++++++ debian/rules | 16 ++++++++++++++++ debian/source/format | 1 + debian/watch | 2 ++ 7 files changed, 85 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..32a3279 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,16 @@ +indicator-printers (0.1-0ubuntu1) precise; urgency=low + + * Sponsored to Ubuntu, thanks Lars! + * debian/control: + - recommends "unity | indicator-renderer", indicators are not that + useful without a renderer + - slightly improve the description + * debian/copyright: + - updated to the current format + * debian/rules: + - comment DEB_BUILDDIR to workaround a out of srcdir build issue + + [ Lars Uebernickel ] + * Initial release. + + -- Sebastien Bacher Wed, 15 Feb 2012 15:08:11 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..685f046 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,23 @@ +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: indicator-printers +Upstream-Contact: Lars Uebernickel +Source: https://launchpad.net/indicator-printers + +Files: * +Copyright: 2012 Canonical Ltd +License: GPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, version 3 of the License. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..84e343d --- /dev/null +++ b/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +#DEB_BUILDDIR = build + +include /usr/share/cdbs/1/rules/autoreconf.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk + +DEB_CONFIGURE_EXTRA_FLAGS = --disable-static + +CFLAGS += -Wno-error=deprecated-declarations +LDFLAGS += -Wl,-z,defs -Wl,--as-needed + +common-install-arch:: + find debian/indicator-printers -name \*.la -delete + find debian/indicator-printers -name \*.a -delete diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +1.0 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..c090eb6 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/indicator-printers/+download .*/indicator-printers-([0-9.]+)\.tar\.gz -- cgit v1.2.3