summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois Marier <francois@debian.org>2008-06-23 23:43:50 +1200
committerFrancois Marier <francois@debian.org>2008-06-23 23:47:10 +1200
commit4e3247f993155261e869b208a3ebad2beeee13f8 (patch)
tree69ceca31c38d87af53cbab01eed6ab0b10a917af
parent42280f662d3ce4affb00eb68a22a081dfb951395 (diff)
Imported Debian patch 0.2.1-1
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control19
-rw-r--r--debian/copyright25
-rw-r--r--debian/docs1
-rw-r--r--debian/install2
-rw-r--r--debian/manpages1
-rwxr-xr-xdebian/rules53
-rw-r--r--debian/watch2
9 files changed, 109 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9ee185f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+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..1e8b314
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+6
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a88dd41
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: cil
+Section: perl
+Priority: optional
+Maintainer: Andrew Chilton <andychilton@gmail.com>
+Uploaders: Francois Marier <francois@debian.org>
+Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 6)
+Build-Depends-Indep: perl
+Homepage: http://www.kapiti.geek.nz/software/cil.html
+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: ${perl:Depends}, libgetopt-mixed-perl, libdigest-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
+ be added, edited and listed easily.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5142bb0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+This package was debianized by Andrew Chilton <andychilton@gmail.com> on
+Sun, 22 Jun 2008 17:48:00 +1200
+
+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 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..6d9e803
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+lib/* usr/share/perl5
+bin/cil usr/bin
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..b9873e2
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,53 @@
+#!/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_install
+ dh_installdirs
+ dh_installdocs
+ dh_installdebconf
+ dh_installman
+ dh_installchangelogs
+ 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/watch b/debian/watch
new file mode 100644
index 0000000..f8f8d79
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://www.kapiti.geek.nz/software/cil.html /s/files/cil-v([\d.]+)\.tar\.gz