From fbacea22ee7b01aea6a339da56771f3ada2927ad Mon Sep 17 00:00:00 2001 From: Andrew Chilton Date: Mon, 23 Jun 2008 00:37:44 +1200 Subject: [PATCH] Updates and fixes so the Debian package is better. Thanks Francois. --- INSTALLATION | 2 +- debian/compat | 2 +- debian/control | 5 +++-- debian/copyright | 16 ++++++++-------- debian/docs | 1 + 5 files changed, 14 insertions(+), 12 deletions(-) create mode 100644 debian/docs diff --git a/INSTALLATION b/INSTALLATION index 5fc39af..1503d7c 100644 --- a/INSTALLATION +++ b/INSTALLATION @@ -42,7 +42,7 @@ and install the newly created package. When inside the main cil directory, you can type the following to create a Debian paackage: - $ fakeroot dpkg-buildpackage -tc -us -uc + $ dpkg-buildpackage -tc -us -uc -rfakeroot which can then be installed with: diff --git a/debian/compat b/debian/compat index b8626c4..1e8b314 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +6 diff --git a/debian/control b/debian/control index a1075d2..a742499 100644 --- a/debian/control +++ b/debian/control @@ -4,13 +4,14 @@ Priority: optional Maintainer: Andrew Chilton Uploaders: Andrew Chilton Standards-Version: 3.6.1 -Build-Depends-Indep: debhelper (>= 4.1), perl +Build-Depends: debhelper (>= 6) +Build-Depends-Indep: perl Package: cil Section: perl Priority: optional Architecture: all -Depends: ${perl:Depends}, libgetopt-mixed-perl, libdigest-perl, libterm-calleditor-perl, libfile-touch-perl, libfile-slurp-perl, libclass-accessor-perl, libdatetime-perl +Depends: ${perl:Depends}, libgetopt-mixed-perl, libterm-calleditor-perl, libfile-touch-perl, libfile-slurp-perl, libclass-accessor-perl, libdatetime-perl Description: command line issue tracker 'cil' allows easy command-line creation of an issue tracker. It saves each issue locally and in plain text. Commands are given such that these issues can diff --git a/debian/copyright b/debian/copyright index 35650ae..57ddd5f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,16 +1,12 @@ -This package is a Debian native package. +This package was debianized by Andrew Chilton on +Sun, 22 Jun 2008 17:48:00 +1200 -Author and Copyright: +Upstream Author: Andrew Chilton - (c) 2008 Andrew Chilton - - All rights reserved. +Copyright: (C) 2008 Andrew Chilton License: -This program is free software; you can redistribute it and/or modify it under -the following terms: - cil 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 @@ -23,3 +19,7 @@ the following terms: You should have received a copy of the GNU General Public License along with this program. If not, see . + +You are free to distribute this software under the terms of the GNU General +Public License. On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README -- 2.39.5