From 1515145646c5aa80eb4c298607ea33da731ab586 Mon Sep 17 00:00:00 2001 From: Andrew Chilton Date: Sat, 5 Jul 2008 18:46:31 +1200 Subject: Imported Upstream version 0.5.1 --- debian-lenny/.gitignore | 3 --- debian-lenny/changelog | 63 ------------------------------------------------- debian-lenny/compat | 1 - debian-lenny/control | 18 -------------- debian-lenny/copyright | 25 -------------------- debian-lenny/docs | 1 - debian-lenny/install | 3 --- debian-lenny/manpages | 1 - debian-lenny/rules | 53 ----------------------------------------- 9 files changed, 168 deletions(-) delete mode 100644 debian-lenny/.gitignore delete mode 100644 debian-lenny/changelog delete mode 100644 debian-lenny/compat delete mode 100644 debian-lenny/control delete mode 100644 debian-lenny/copyright delete mode 100644 debian-lenny/docs delete mode 100644 debian-lenny/install delete mode 100644 debian-lenny/manpages delete mode 100755 debian-lenny/rules (limited to 'debian-lenny') diff --git a/debian-lenny/.gitignore b/debian-lenny/.gitignore deleted file mode 100644 index 5aeeab2..0000000 --- a/debian-lenny/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/files -/cil -*.substvars diff --git a/debian-lenny/changelog b/debian-lenny/changelog deleted file mode 100644 index fdbe53a..0000000 --- a/debian-lenny/changelog +++ /dev/null @@ -1,63 +0,0 @@ -cil (0.5.0) unstable; urgency=low - - * Fix bug when running certain commands (inc. init) - * Added command 'steal' - * Added command 'track' - - -- Andrew Chilton Sat, 05 Jul 2008 15:36:22 +1200 - -cil (0.4.2) unstable; urgency=low - - * Fix bug where new issues are assigned to the reporter - * Fix bug where only one item in a config list breaks listings - * Ready for 0.4.2 release - - -- Andrew Chilton Thu, 03 Jul 2008 22:22:22 +1200 - -cil (0.4.1) unstable; urgency=low - - * Fix dependency on libemail-date-perl - * Ready for 0.4.1 release - - -- Andrew Chilton Thu, 03 Jul 2008 00:09:21 +1200 - -cil (0.4.0) unstable; urgency=low - - * Can now read a ~/.cilrc file for user defined options - * Added command 'am' which applies a mailbox - * Can now use shortened hash names to the commands - * Allows dependencies between issues - * New filter called --is-mine - * Ready for 0.4.0 release - - -- Andrew Chilton Wed, 02 Jul 2008 23:12:20 +1200 - -cil (0.3.0) unstable; urgency=low - - * Added filters for the listing commands - * Added ability to read .cil config file - * Can now set which Statuses are valid - * Can set which Labels are valid - * Added 'fsck' command - * Added bash completion for options, commands and entities - * Ready for 0.3.0 release - - -- Andrew Chilton Sat, 28 Jun 2008 12:06:19 +1200 - -cil (0.2.1) unstable; urgency=low - - * Ready for 0.2.1 release - - -- Andrew Chilton Mon, 23 Jun 2008 22:32:18 +1200 - -cil (0.2.0) unstable; urgency=low - - * Ready for 0.2 release - - -- Andrew Chilton Sun, 22 Jun 2008 16:17:18 +1200 - -cil (0.1.0) unstable; urgency=low - - * Ready for 0.1 release - - -- Andrew Chilton Sun, 04 May 2008 16:17:17 +1200 diff --git a/debian-lenny/compat b/debian-lenny/compat deleted file mode 100644 index 7f8f011..0000000 --- a/debian-lenny/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/debian-lenny/control b/debian-lenny/control deleted file mode 100644 index 9a6ca1d..0000000 --- a/debian-lenny/control +++ /dev/null @@ -1,18 +0,0 @@ -Source: cil -Section: perl -Priority: optional -Maintainer: Andrew Chilton -Uploaders: Andrew Chilton -Standards-Version: 3.6.1 -Build-Depends: debhelper (>= 5) -Build-Depends-Indep: perl - -Package: cil -Section: perl -Priority: optional -Architecture: all -Depends: ${perl:Depends}, libgetopt-mixed-perl, libfile-touch-perl, libfile-slurp-perl, libclass-accessor-perl, libdatetime-perl, libemail-find-perl, libemail-filter-perl, libemail-date-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-lenny/copyright b/debian-lenny/copyright deleted file mode 100644 index 57ddd5f..0000000 --- a/debian-lenny/copyright +++ /dev/null @@ -1,25 +0,0 @@ -This package was debianized by Andrew Chilton on -Sun, 22 Jun 2008 17:48:00 +1200 - -Upstream Author: Andrew Chilton - -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 . - -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-lenny/docs b/debian-lenny/docs deleted file mode 100644 index e845566..0000000 --- a/debian-lenny/docs +++ /dev/null @@ -1 +0,0 @@ -README diff --git a/debian-lenny/install b/debian-lenny/install deleted file mode 100644 index dc23abd..0000000 --- a/debian-lenny/install +++ /dev/null @@ -1,3 +0,0 @@ -lib/* usr/share/perl5 -bin/cil usr/bin -etc/bash_completion.d/cil etc/bash_completion.d diff --git a/debian-lenny/manpages b/debian-lenny/manpages deleted file mode 100644 index 866347b..0000000 --- a/debian-lenny/manpages +++ /dev/null @@ -1 +0,0 @@ -cil.1 diff --git a/debian-lenny/rules b/debian-lenny/rules deleted file mode 100755 index b9873e2..0000000 --- a/debian-lenny/rules +++ /dev/null @@ -1,53 +0,0 @@ -#!/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 - -## ---------------------------------------------------------------------------- -- cgit v1.2.3