From: Jean-Philippe Orsini Date: Wed, 22 Jan 2014 19:58:12 +0000 (+0100) Subject: Imported Debian patch 0.0.5-1ubuntu1 X-Git-Tag: debian/0.0.5-1ubuntu1^0 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ptask-pkg-ubuntu.git;a=commitdiff_plain;h=bee8ba898a41656226595f4c2718c1aaae99263e Imported Debian patch 0.0.5-1ubuntu1 --- diff --git a/debian/bzr-builder.manifest b/debian/bzr-builder.manifest new file mode 100644 index 0000000..9d69d83 --- /dev/null +++ b/debian/bzr-builder.manifest @@ -0,0 +1,2 @@ +# bzr-builder format 0.3 deb-version {debupstream}-0~76 +lp:ptask revid:svn-v4:150fdd79-9831-44f0-b659-6bc0400daafd:ptask/trunk:1472 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..8d97439 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,35 @@ +ptask (0.0.5-1ubuntu1) saucy; urgency=low + + * New upstream release. + + -- Jean-Philippe Orsini Wed, 22 Jan 2014 20:58:12 +0100 + +ptask (0.0.4-1ubuntu1) saucy; urgency=low + + * New upstream release. + * debian/control: + - fixed home page. + - added Vcs fields. + + -- Jean-Philippe Orsini Mon, 02 Dec 2013 00:04:24 +0100 + +ptask (0.0.3-1ubuntu2) raring; urgency=low + + * debian/source/format: not native. + * debian/control: switched Standards-Version to 3.9.4. + * debian/rules: removed COPYING. + + -- Jean-Philippe Orsini Wed, 16 Oct 2013 09:10:09 +0200 + +ptask (0.0.3-1ubuntu1) quantal; urgency=low + + * New upstream release. + * added debian/watch. + + -- Jean-Philippe Orsini Tue, 11 Dec 2012 10:08:21 +0100 + +ptask (0.0.2-1quantal1) quantal; urgency=low + + * Initial release. + + -- Jean-Philippe Orsini Sun, 9 Dec 2012 08:37:47 +0200 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..c480b8c --- /dev/null +++ b/debian/control @@ -0,0 +1,32 @@ +Source: ptask +Section: utils +Priority: extra +Maintainer: Jean-Philippe Orsini +Build-Depends: asciidoc, + autoconf, + automake, + autopoint, + autotools-dev, + debhelper (>= 9), + cppcheck, + gettext, + help2man, + libgtk-3-dev, + libjson0-dev, + perl +Standards-Version: 3.9.4 +Vcs-Browser: http://wpitchoune.net/svnpub/packages/ubuntu/ptask/trunk +Vcs-Svn: http://wpitchoune.net/svnpub/packages/ubuntu/ptask/trunk +Homepage: http://wpitchoune.net/ptask + +Package: ptask +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, task +Description: graphical user interface for managing daily tasks + built on top of taskwarrior. + . + It displays a list of all pending or completed tasks which can + be sorted by project, priority or description. + . + A note, a long description, can be associated to each task. + . diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..a7d28b2 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,42 @@ +This package was debianized by Jean-Philippe Orsini +Tue, 15 Feb 18:33:41 CET 2011. + +It was downloaded from: http://wpitchoune.net/ptask + +Upstream Author: Jean-Philippe Orsini + +Copyright: + Copyright (C) 2010-2012 by Jean-Philippe Orsini + +License: + + 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; version 2 dated June, 1991. + + 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + +On Debian/Ubuntu systems, the complete text of the GNU General Public +License can be found in `/usr/share/common-licenses/GPL-2'. + +Packaging: + Copyright (C) 2010-2012 by Jean-Philippe Orsini + released under GNU General Public License version 2. + + +The following files are distributed under their own terms: + +tests/checkpatch.pl: + Copyright (C) 2001, Dave Jones. (the file handling bit) + Copyright (C) 2005, Joel Schopp (the ugly bit) + Copyright (C) 2007,2008, Andy Whitcroft (new conditions, test suite) + Copyright (C) 2008-2010 Andy Whitcroft + Licensed under the terms of the GNU GPL License version 2 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..ad85d2d --- /dev/null +++ b/debian/rules @@ -0,0 +1,25 @@ +#!/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. +# +# Modified to make a template file for a multi-binary package with separated +# build-arch and build-indep targets by Bill Allombert 2001 + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This has to be exported to make some magic below work. +export DH_OPTIONS + +%: + dh $@ --with autotools-dev + +override_dh_install: + dh_install + rm debian/ptask/usr/share/doc/ptask/INSTALL + rm debian/ptask/usr/share/doc/ptask/COPYING 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) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..90bc0e6 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://wpitchoune.net/ptask/files/ptask-(\d.*)\.tar\.gz \ No newline at end of file