summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog53
-rw-r--r--debian/compat1
-rw-r--r--debian/control19
-rw-r--r--debian/copyright27
-rw-r--r--debian/docs1
-rw-r--r--debian/install3
-rw-r--r--debian/manpages1
-rwxr-xr-xdebian/rules54
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch2
10 files changed, 162 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..556bf7c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,53 @@
+cil (0.5.1-3) unstable; urgency=low
+
+ * Bump Standards-Version up to 3.8.4
+ * Update homepage URL (including the watch file) to point to chilts.org
+ * Switch to 3.0 (quilt) source format
+ * Refer to the right version of the GPL (v3) in debian/copyright
+
+ -- Francois Marier <francois@debian.org> Thu, 11 Feb 2010 14:51:10 +1300
+
+cil (0.5.1-2) unstable; urgency=low
+
+ * Updated watch file (upstream filename changed)
+ * Bump Standards-Version up to 3.8.1 (no changes)
+ * Add a dependency on misc:Depends (lintian warning)
+ * Bump debhelper dependency to 7 and add call to dh_prep
+
+ -- Francois Marier <francois@debian.org> Fri, 08 May 2009 09:20:06 +1200
+
+cil (0.5.1-1) unstable; urgency=low
+
+ [ Andrew Chilton ]
+ * New Upstream Version
+
+ [ Francois Marier ]
+ * Change priority to extra
+ * Install bash completion script
+ * Install upstream changelog
+
+ -- Francois Marier <francois@debian.org> Sat, 05 Jul 2008 21:13:00 +1200
+
+cil (0.5.0) unstable; urgency=low
+
+ [ Andrew Chilton ]
+ * New Upstream Version
+
+ [ Francois Marier ]
+ * Add dependency on libemail-{simple,date,find}-perl
+ * Update watch file (renamed upstream tarballs)
+
+ -- Francois Marier <francois@debian.org> Sat, 05 Jul 2008 18:01:00 +1200
+
+cil (0.2.1-2) unstable; urgency=low
+
+ * Remove libterm-calleditor-perl dependency
+ * Cherry-pick upstream bugfix (6424e2cf7ddbd34f6bbf6b94c3489d6909c183c3)
+
+ -- Francois Marier <francois@debian.org> Tue, 24 Jun 2008 16:50:02 +1200
+
+cil (0.2.1-1) unstable; urgency=low
+
+ * Initial release (closes: #487593)
+
+ -- Francois Marier <francois@debian.org> Mon, 23 Jun 2008 23:43:50 +1200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f96c857
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: cil
+Section: perl
+Priority: extra
+Maintainer: Andrew Chilton <andychilton@gmail.com>
+Uploaders: Francois Marier <francois@debian.org>
+Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Homepage: http://www.chilts.org/project/cil/
+Vcs-git: git://git.debian.org/git/collab-maint/cil.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/cil.git;a=summary
+
+Package: cil
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libgetopt-mixed-perl, libdigest-perl, libfile-touch-perl, libfile-slurp-perl, libclass-accessor-perl, libdatetime-perl, libemail-simple-perl, libemail-date-perl, libemail-find-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
+ be added, edited and listed easily.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..96c278e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,27 @@
+This package was debianized by Andrew Chilton <andychilton@gmail.com> on
+Sun, 22 Jun 2008 17:48:00 +1200
+
+Downloaded from http://www.chilts.org/project/cil/
+
+Upstream Author: Andrew Chilton <andychilton@gmail.com>
+
+Copyright: (C) 2008 Andrew Chilton
+
+License:
+
+ 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
+ version.
+
+ This program 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 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-3 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
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..0e99154
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,3 @@
+lib/* usr/share/perl5
+bin/cil usr/bin
+etc/bash_completion.d/cil etc/bash_completion.d
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..866347b
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+cil.1
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..87850a4
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,54 @@
+#!/usr/bin/make -f
+## ----------------------------------------------------------------------------
+
+## ----------------------------------------------------------------------------
+## uncomment this to turn on verbose mode
+
+# export DH_VERBOSE=1
+
+## ----------------------------------------------------------------------------
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp install-stamp
+ [ ! -f Makefile ] || $(MAKE) clean
+ rm -f $(CURDIR)/cil.1
+ dh_clean
+
+build: build-stamp
+build-stamp:
+ dh_testdir
+ [ ! -f Makefile ] || $(MAKE)
+ echo Doing MAN...
+ pod2man $(CURDIR)/bin/cil > $(CURDIR)/cil.1
+ touch build-stamp
+
+binary:
+ dh_testdir
+ dh_testroot
+ dh_prep
+
+ dh_install
+ dh_installdirs
+ dh_installdocs
+ dh_installdebconf
+ dh_installman
+ dh_installchangelogs Changes
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+
+ dh_perl
+
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary-arch:
+
+binary: binary-indep binary-arch
+
+.PHONY: clean install binary-indep binary-arch binary
+
+## ----------------------------------------------------------------------------
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..b9e8632
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://www.chilts.org/project/cil/ http://www.chilts.org/asset/file/cil-([\d.]+)\.tar\.gz