--- fah-indicator-0.2.orig/debian/changelog +++ fah-indicator-0.2/debian/changelog @@ -0,0 +1,11 @@ +fah-indicator (0.2-1natty) natty; urgency=low + + * New upstream release + + -- Basil North Fri, 09 Sep 2011 18:17:36 +0100 + +fah-indicator (0.1-ppa1) natty; urgency=low + + * Initial release + + -- Basil North Thu, 01 Sep 2011 10:45:27 +0100 --- fah-indicator-0.2.orig/debian/compat +++ fah-indicator-0.2/debian/compat @@ -0,0 +1 @@ +7 --- fah-indicator-0.2.orig/debian/menu +++ fah-indicator-0.2/debian/menu @@ -0,0 +1,2 @@ +?package(fah-indicator):needs="X11" section="Applications/Education/Science"\ + title="Folding@home indicator" command="fah-indicator" --- fah-indicator-0.2.orig/debian/docs +++ fah-indicator-0.2/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- fah-indicator-0.2.orig/debian/copyright +++ fah-indicator-0.2/debian/copyright @@ -0,0 +1,39 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: fah-indicator +Source: https://launchpad.net/fah-indicator/ + +Files: * +Copyright: 2011 Basil North +License: GPL-3.0+ + +Files: debian/* +Copyright: 2011 Basil North +License: GPL-3.0+ + +License: GPL-3.0+ + 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, either version 3 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 3 can be found in "/usr/share/common-licenses/GPL-3". + +# Please choose a license for your packaging work. If the program you package +# uses a mainstream license, using the same license is the safest choice. +# Please avoid to pick license terms that are more restrictive than the +# packaged work, as it may make Debian's contributions unacceptable upstream. +# If you just want it to be GPL version 3, leave the following line in. + +and is licensed under the GPL version 3, see above. + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. --- fah-indicator-0.2.orig/debian/rules +++ fah-indicator-0.2/debian/rules @@ -0,0 +1,13 @@ +#!/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 $@ --- fah-indicator-0.2.orig/debian/control +++ fah-indicator-0.2/debian/control @@ -0,0 +1,16 @@ +Source: fah-indicator +Section: science +Priority: extra +Maintainer: Basil North +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libnotify-dev, libgtk2.0-dev, libappindicator-dev, intltool, libproc-dev, libgconf2-dev +Standards-Version: 3.9.1 +Homepage: https://launchpad.net/fah-indicator/ +#Vcs-Git: git://git.debian.org/collab-maint/fah-indicator.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/fah-indicator.git;a=summary + +Package: fah-indicator +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Indicator application for Folding@home + A small application indicator for the Stanford Folding@home + project, giving status updates and statistics.