debian/0000755000000000000000000000000012253430170007163 5ustar debian/control0000644000000000000000000000150012253427561010574 0ustar Source: quitcount Section: science Priority: optional Maintainer: Ricardo Mones Build-Depends: debhelper (>= 9), autotools-dev, libglib2.0-dev, libgtk-3-dev, libunique-dev Standards-Version: 3.9.5 Homepage: http://quitcount.sourceforge.net Vcs-Git: git://anonscm.debian.org/users/mones/quitcount.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/mones/quitcount.git Package: quitcount Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Small tool which may help yourself quit smoking QuitCount is a simple counter that shows what you spared since you quit smoking. Once you tell it the date you quit, how much you smoked, and how much it cost, it'll tell you how many cigarettes you didn't smoke since, and how much it makes in terms of money, tar, and life expectancy. debian/watch0000644000000000000000000000007212253427561010225 0ustar version=3 http://sf.net/quitcount/quitcount-(.*)\.tar\.gz debian/source/0000755000000000000000000000000012253427561010475 5ustar debian/source/format0000644000000000000000000000001412253427561011703 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000575512253427561011144 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: QuitCount Upstream-Contact: Colin Leroy Source: http://quitcount.sourceforge.net Copyright: 2008-2009 Colin Leroy License: GPL-3+ Comment: On Debian systems, the complete text of the GNU General Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. CC-PDC license terms retrieved on 2011/08/21 from the online version available at . Files: * Copyright: 2008-2009 Colin Leroy License: GPL-3+ Files: src/*.svg Copyright: 2008 Torsten Skomp License: CC-PDC Files: debian/* Copyright: 2009-2013 Ricardo Mones License: GPL-3+ 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, 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 . License: CC-PDC The person or persons who have associated work with this document (the "Dedicator" or "Certifier") hereby either (a) certifies that, to the best of his knowledge, the work of authorship identified is in the public domain of the country from which the work is published, or (b) hereby dedicates whatever copyright the dedicators holds in the work of authorship identified below (the "Work") to the public domain. A certifier, moreover, dedicates any copyright interest he may have in the associated work, and for these purposes, is described as a "dedicator" below. . A certifier has taken reasonable steps to verify the copyright status of this work. Certifier recognizes that his good faith efforts may not shield him from liability if in fact the work certified is not in the public domain. . Dedicator makes this dedication for the benefit of the public at large and to the detriment of the Dedicator's heirs and successors. Dedicator intends this dedication to be an overt act of relinquishment in perpetuity of all present and future rights under copyright law, whether vested or contingent, in the Work. Dedicator understands that such relinquishment of all rights includes the relinquishment of all rights to enforce (by lawsuit or otherwise) those copyrights in the Work. . Dedicator recognizes that, once placed in the public domain, the Work may be freely reproduced, distributed, transmitted, used, modified, built upon, or otherwise exploited by anyone for any purpose, commercial or non-commercial, and in any way, including by methods that have not yet been invented or conceived. debian/rules0000755000000000000000000000006312253427561010254 0ustar #!/usr/bin/make -f %: dh $@ --with autotools_dev debian/patches/0000755000000000000000000000000012253427561010624 5ustar debian/patches/series0000644000000000000000000000001712253427561012037 0ustar keywords.patch debian/patches/keywords.patch0000644000000000000000000000074412253427561013521 0ustar Description: add Keywords to upstream desktop file Author: Ricardo Mones Last-Update: 2013-09-23 diff --git a/quitcount.desktop b/quitcount.desktop index e1f1805..b83fdfa 100644 --- a/quitcount.desktop +++ b/quitcount.desktop @@ -3,6 +3,7 @@ Name=QuitCount Exec=quitcount Icon=quitcount Categories=Application;Utility;GTK; +Keywords=smoking;cessation;self-help; Comment=Simple counter showing your gains since you quit smoking Terminal=false Type=Application debian/manpages0000644000000000000000000000002312253427561010706 0ustar debian/quitcount.1 debian/docs0000644000000000000000000000000712253427561010045 0ustar README debian/compat0000644000000000000000000000000212253427561010373 0ustar 9 debian/menu0000644000000000000000000000017612253427561010070 0ustar ?package(quitcount):\ needs="X11"\ section="Applications/Science/Social"\ title="quitcount"\ command="/usr/bin/quitcount" debian/quitcount.10000644000000000000000000000135612253427561011317 0ustar .TH QUITCOUNT 1 "July 21, 2009" .SH NAME quitcount \- graphic counter which may help yourself quit smoking .SH SYNOPSIS .B quitcount .SH DESCRIPTION This manual page documents briefly the .B quitcount command. .PP \fBquitcount\fP is a simple counter that shows what you spared since you quit smoking. Once you tell it the date you quit, how much you smoked, and how much it cost, it'll tell you how many cigarettes you didn't smoke since, and how much it makes in terms of money, tar, and life expectancy. .SH OPTIONS No options supported so far. .SH SEE ALSO .BR bc (1). .SH AUTHOR quitcount was written by Colin Leroy. .PP This manual page was written by Ricardo Mones , for the Debian project (and may be used by others). debian/changelog0000644000000000000000000000542012253427561011050 0ustar quitcount (3.0-1) unstable; urgency=medium * New upstream version -- Ricardo Mones Sun, 15 Dec 2013 23:24:20 +0100 quitcount (2.0-3) unstable; urgency=low * debian/rules - Auto-update config.{sub,guess} (Closes: #727495) * debian/control - Standards-Version to 3.9.5 (no other changes) -- Ricardo Mones Mon, 28 Oct 2013 19:56:41 +0100 quitcount (2.0-2) unstable; urgency=low * debian/control, debian/compat - Update Vcs-* headers to use the canonical hostname - Bump debhelper compat level to 9 to enable hardening - Bump Standards-Version to 3.9.4 (no other changes) * debian/copyright - Update Format: URL and year * debian/patches/keywords.patch - Add Keywords to desktop file (thanks lintian!) -- Ricardo Mones Mon, 23 Sep 2013 14:31:18 +0200 quitcount (2.0-1) unstable; urgency=low * New upstream release * debian/control - This release migrates to GTK+3, updated Build-Depends -- Ricardo Mones Mon, 09 Jan 2012 20:49:59 +0100 quitcount (1.9-1) unstable; urgency=low * New upstream release * debian/compat, debian/control - Bump debhelper compatibility level to 8 -- Ricardo Mones Thu, 05 Jan 2012 17:42:31 +0100 quitcount (1.8-2) unstable; urgency=low * debian/control - Bump Standards-Version to 3.9.2 (no other changes) - Fix short description to make lintian happy - Development moved to git.debian.org: fixed Vcs-* headers * debian/copyright - Reviewed to include src/*.svg and written in DEP5 format -- Ricardo Mones Sun, 21 Aug 2011 17:09:53 +0200 quitcount (1.8-1) unstable; urgency=low * New upstream release (Closes: #604804) * debian/control - Bump Standards-Version to 3.9.1 (no other changes) - Changed fields to follow Debian Med Group policy: Section, Priority - Added Vcs-* headers with current Subversion repository * debian/patches - Removed, the single patch there is already included upstream -- Ricardo Mones Fri, 10 Dec 2010 17:50:55 +0100 quitcount (1.7-1) unstable; urgency=low * New upstream release * Switch to dpkg-source 3.0 (quilt) format * debian/control - Updated Standards-Version to 3.8.4, no other changes * patches/fix-desktop-file.patch, patches/series - Fix deprecaded and non-standard keys in desktop file -- Ricardo Mones Sun, 20 Jun 2010 19:57:11 +0200 quitcount (1.6-1) unstable; urgency=low * New upstream release. * debian/control - Updated Standards-Version to latest, no other changes -- Ricardo Mones Mon, 21 Sep 2009 01:47:43 +0200 quitcount (1.5-1) unstable; urgency=low * Initial release (Closes: #537886) -- Ricardo Mones Tue, 21 Jul 2009 18:33:45 +0200 debian/dirs0000644000000000000000000000003312253427561010055 0ustar usr/bin usr/share/man/man1