removed debian, moved to /packages
authorJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 16 Oct 2013 06:58:38 +0000 (06:58 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 16 Oct 2013 06:58:38 +0000 (06:58 +0000)
debian/changelog [deleted file]
debian/compat [deleted file]
debian/control [deleted file]
debian/copyright [deleted file]
debian/rules [deleted file]
debian/source/format [deleted file]
debian/watch [deleted file]

diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644 (file)
index 278f8ca..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-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
deleted file mode 100644 (file)
index 45a4fb7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-8
diff --git a/debian/control b/debian/control
deleted file mode 100644 (file)
index 39a7274..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-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.3
-Homepage: http://wpitchoune.net/psensor
-
-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
deleted file mode 100644 (file)
index a7d28b2..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-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
deleted file mode 100755 (executable)
index 649e308..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/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
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644 (file)
index 163aaf8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/debian/watch b/debian/watch
deleted file mode 100644 (file)
index 90bc0e6..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-version=3
-
-http://wpitchoune.net/ptask/files/ptask-(\d.*)\.tar\.gz
\ No newline at end of file