From ad51d27f52ca232c5e52dae06b221c9b07be41f8 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Thu, 18 Oct 2012 07:13:46 +0000 Subject: [PATCH] --- debian/README.Debian | 6 ------ debian/README.source | 9 --------- debian/changelog | 6 +++--- debian/control | 4 ++-- debian/rules | 8 ++++++++ 5 files changed, 13 insertions(+), 20 deletions(-) delete mode 100644 debian/README.Debian delete mode 100644 debian/README.source diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index a6d1bd2..0000000 --- a/debian/README.Debian +++ /dev/null @@ -1,6 +0,0 @@ -gtask for Debian ----------------- - - - - -- Jean-Philippe Orsini Wed, 17 Oct 2012 10:56:10 +0200 diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index c07136b..0000000 --- a/debian/README.source +++ /dev/null @@ -1,9 +0,0 @@ -gtask for Debian ----------------- - - - - - - diff --git a/debian/changelog b/debian/changelog index 7f0a63f..873b6d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -gtask (0.0.x-1) unstable; urgency=low +gtask (0.0.1-1) quantal; urgency=low - * Initial release (Closes: #nnnn) + * Initial release. - -- Jean-Philippe Orsini Wed, 17 Oct 2012 10:56:10 +0200 + -- Jean-Philippe Orsini Thu, 18 Oct 2012 08:37:47 +0200 diff --git a/debian/control b/debian/control index a34c6ce..81de495 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: asciidoc, autoconf, automake, autopoint, + autotools-dev, debhelper (>= 9), cppcheck, gettext, @@ -13,14 +14,13 @@ Build-Depends: asciidoc, libgtk-3-dev, libjson0-dev, perl - Standards-Version: 3.9.3 Homepage: http://wpitchoune.net/psensor Package: gtask Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, task -Description: gtask is a graphical user interface for managing daily tasks +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 diff --git a/debian/rules b/debian/rules index 312e24d..c1f12d4 100755 --- a/debian/rules +++ b/debian/rules @@ -1,13 +1,21 @@ #!/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 -- 2.7.4