]> git.mjollnir.org Git - cil.git/commitdiff
Updates and fixes so the Debian package is better. Thanks Francois.
authorAndrew Chilton <andychilton@gmail.com>
Sun, 22 Jun 2008 12:37:44 +0000 (00:37 +1200)
committerAndrew Chilton <andychilton@gmail.com>
Sun, 22 Jun 2008 12:37:44 +0000 (00:37 +1200)
INSTALLATION
debian/compat
debian/control
debian/copyright
debian/docs [new file with mode: 0644]

index 5fc39afe4ffc33ce1fefa86772bc3e3bcea573b6..1503d7c8cdb98921893df5d702bbbc104bcd5c57 100644 (file)
@@ -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:
 
index b8626c4cff2849624fb67f87cd0ad72b163671ad..1e8b314962144c26d5e0e50fd29d2ca327864913 100644 (file)
@@ -1 +1 @@
-4
+6
index a1075d22683c9a6d25268157150958ba4ff8f113..a7424991b473ae206857cb2c149cdb0eb1084950 100644 (file)
@@ -4,13 +4,14 @@ Priority: optional
 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
index 35650ae1007947ba72aba8cb55cbd9d34372f11d..57ddd5ff5b81d36281594805324cbd4d883fd0cb 100644 (file)
@@ -1,16 +1,12 @@
-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
@@ -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 <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.
diff --git a/debian/docs b/debian/docs
new file mode 100644 (file)
index 0000000..e845566
--- /dev/null
@@ -0,0 +1 @@
+README