From 7c7458bb89015be2bbeea18a96a5f3c6a1af141d Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 7 Jul 2011 14:22:03 -0400 Subject: releasing version 0.1-0ubuntu1 --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 23 +++++++++++++++++++++++ debian/copyright | 38 ++++++++++++++++++++++++++++++++++++++ debian/rules | 17 +++++++++++++++++ debian/source/format | 1 + 6 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 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..542e684 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +indicator-power (0.1-0ubuntu1) oneiric; urgency=low + + * Initial package (LP: #807132) + + -- Ken VanDine Thu, 07 Jul 2011 13:12:21 -0400 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..fe8c7ca --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: indicator-power +Section: gnome +Priority: optional +Maintainer: Ubuntu Core Developers +Build-Depends: debhelper (>= 8), + quilt, + libgtk-3-dev, + libindicator3-dev (>= 0.3.19), + libupower-glib-dev (>= 0.9.5), + libdbus-1-dev, + intltool +Standards-Version: 3.9.2 +Homepage: https://launchpad.net/indicator-power +Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-power/ubuntu +Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-power/ubuntu + +Package: indicator-power +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, upower, gnome-control-center (>= 3.1), gnome-power-manager +Recommends: indicator-applet (>= 0.2) | indicator-renderer +Description: Indicator showing power state. + This indicator displays current power management information and gives + the user a way to access power management preferences. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..7fc6418 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,38 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: indicator-power +Source: http://launchpad.net/indicator-power + +Files: * +Copyright: 2011 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 version 3, as published + by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranties of + MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR + PURPOSE. See the GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +Files: debian/* +Copyright: 2011 Ken VanDine +License: GPL-2+ + This package 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; either version 2 of the License, or + (at your option) any later version. + . + 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 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..f5334e1 --- /dev/null +++ b/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ + +override_dh_install: + find debian/indicator-power -name \*.la -delete + find debian/indicator-power -name \*.a -delete diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- cgit v1.2.3