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:
Maintainer: Andrew Chilton <andychilton@gmail.com>
Uploaders: Andrew Chilton <andychilton@gmail.com>
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
-This package is a Debian native package.
+This package was debianized by Andrew Chilton <andychilton@gmail.com> on
+Sun, 22 Jun 2008 17:48:00 +1200
-Author and Copyright:
+Upstream Author: Andrew Chilton <andychilton@gmail.com>
- (c) 2008 Andrew Chilton <andychilton@gmail.com>
-
- 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
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
+
+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.