Imported Debian patch 0.0.5-1ubuntu1 debian/0.0.5-1ubuntu1
authorJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 22 Jan 2014 19:58:12 +0000 (20:58 +0100)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 20 Apr 2014 19:35:40 +0000 (21:35 +0200)
debian/bzr-builder.manifest [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/watch [new file with mode: 0644]

diff --git a/debian/bzr-builder.manifest b/debian/bzr-builder.manifest
new file mode 100644 (file)
index 0000000..9d69d83
--- /dev/null
@@ -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 (file)
index 0000000..8d97439
--- /dev/null
@@ -0,0 +1,35 @@
+ptask (0.0.5-1ubuntu1) saucy; urgency=low
+
+  * New upstream release.
+
+ -- Jean-Philippe Orsini <jeanfi@gmail.com>  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 <jeanfi@gmail.com>  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 <jeanfi@gmail.com>  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 <jeanfi@gmail.com>  Tue, 11 Dec 2012 10:08:21 +0100
+
+ptask (0.0.2-1quantal1) quantal; urgency=low
+
+  * Initial release.
+
+ -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sun, 9 Dec 2012 08:37:47 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..45a4fb7
--- /dev/null
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..c480b8c
--- /dev/null
@@ -0,0 +1,32 @@
+Source: ptask
+Section: utils
+Priority: extra
+Maintainer: Jean-Philippe Orsini <jeanfi@gmail.com>
+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 (file)
index 0000000..a7d28b2
--- /dev/null
@@ -0,0 +1,42 @@
+This package was debianized by Jean-Philippe Orsini <jeanfi@gmail.com>
+Tue, 15 Feb 18:33:41 CET 2011.
+
+It was downloaded from: http://wpitchoune.net/ptask
+
+Upstream Author: Jean-Philippe Orsini <jeanfi@gmail.com>
+
+Copyright:
+    Copyright (C) 2010-2012 by Jean-Philippe Orsini <jeanfi@gmail.com>
+
+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 <jeanfi@gmail.com>
+        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 <jschopp@austin.ibm.com> (the ugly bit)
+        Copyright (C) 2007,2008, Andy Whitcroft <apw@uk.ibm.com> (new conditions, test suite)
+        Copyright (C) 2008-2010 Andy Whitcroft <apw@canonical.com>
+        Licensed under the terms of the GNU GPL License version 2
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..ad85d2d
--- /dev/null
@@ -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 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644 (file)
index 0000000..90bc0e6
--- /dev/null
@@ -0,0 +1,3 @@
+version=3
+
+http://wpitchoune.net/ptask/files/ptask-(\d.*)\.tar\.gz
\ No newline at end of file