--- chronicle-2.7.orig/debian/changelog +++ chronicle-2.7/debian/changelog @@ -0,0 +1,114 @@ +chronicle (2.7-1) unstable; urgency=low + + * New upstream release: + - Don't needlessly strip the suffix from titles. + - Added utility to warn about duplicated titles. + - Added new "leftbar" theme. + + -- Steve Kemp Fri, 2 May 2008 21:00:12 +0000 + +chronicle (2.6-2) unstable; urgency=low + + * Include manpage for chronicle-spooler. + * Include patch from MJ Ray for correct time handling of entries. + + -- Steve Kemp Mon, 14 Apr 2008 20:00:02 +0000 + +chronicle (2.6-1) unstable; urgency=low + + * New upstream release: + - Allow pending posts to be spooled, via chronicle-spool. + - Updated script to allow RSS v1.0 dates. + + -- Steve Kemp Mon, 14 Apr 2008 20:00:02 +0000 + +chronicle (2.5-1) unstable; urgency=low + + * New upstream release: + - Allow subjects to be specified via 'Subject:' in addition to + 'Title:'. Useful for email submission. + - Added new theme, as used on http://blog.mail-scanning.com/ + + -- Steve Kemp Wed, 2 Apr 2008 15:11:51 +0000 + +chronicle (2.4-1) unstable; urgency=medium + + * New upstream release: + - Entries in the 'tag' view are sorted by date. + - Entries in the 'archive' view are sorted by date. + + -- Steve Kemp Tue, 25 Mar 2008 22:50:05 +0000 + +chronicle (2.3-1) unstable; urgency=medium + + * New upstream release: + - Allow entries to be cut via + + -- Steve Kemp Tue, 11 Mar 2008 20:19:18 +0000 + +chronicle (2.2-1) unstable; urgency=medium + + * New upstream release: + - Bugfix to allow comments to be inserted correctly. + - Allow comment form to be limited to "recent" posts. + - Sort the tags on each entry alphabetically. + + -- Steve Kemp Wed, 16 Jan 2008 18:47:18 +0000 + +chronicle (2.1-1) unstable; urgency=medium + + * New upstream release: + - Fixed the handling of comments on the default theme. + - Updated output to add 'alt', 'height', and 'width' to all tags. + - Produce valid HTML output, and added test to ensure that is the case. + - Added AJAX support to the blog.steve.org.uk theme for comment submission. + + -- Steve Kemp Tue, 1 Jan 2008 22:22:22 +0000 + +chronicle (2.0-1) unstable; urgency=low + + * New upstream release: + - Adds support for comments via helper CGI process. + - Makes sure feeds validate. + - HTML Entity escaping of links, and tag-names. + - Simplified date & time handling. + - The addition of a new theme 'blog.steve.org.uk'. + * Consistent spelling for 'calendar' and the ability to work + without this module. (Closes: #456772) + + -- Steve Kemp Wed, 20 Dec 2007 11:53:11 +0000 + +chronicle (1.2-1) unstable; urgency=low + + * Initial upload to Debian. + (Closes: #455761) + * New upstream release: + - Reverse sort the date-cloud. + - Add 'pubDate' attributes to our RSS feed(s) + + -- Steve Kemp Mon, 11 Dec 2007 11:58:11 +0000 + +chronicle (1.1-1) stable; urgency=low + + * New upstream release: + - Allows support for calandar in the index. + + -- Steve Kemp Sat, 8 Dec 2007 16:53:16 +0000 + +chronicle (1.0-1) stable; urgency=low + + * New upstream release. + + -- Steve Kemp Sat, 10 Nov 2007 17:06:21 +0000 + +chronicle (0.9-1) unstable; urgency=low + + * New upstream release. + + -- Steve Kemp Thu, 25 Oct 2007 19:34:41 +0000 + +chronicle (0.8-1) unstable; urgency=low + + * Initial release + + -- Felipe Sateler Wed, 10 Oct 2007 21:40:32 -0400 --- chronicle-2.7.orig/debian/dirs +++ chronicle-2.7/debian/dirs @@ -0,0 +1,3 @@ +usr/bin +etc +usr/share/chronicle/ --- chronicle-2.7.orig/debian/control +++ chronicle-2.7/debian/control @@ -0,0 +1,25 @@ +Source: chronicle +Section: web +Priority: extra +Maintainer: Steve Kemp +Build-Depends: debhelper (>= 5) +Standards-Version: 3.7.3 +Homepage: http://www.steve.org.uk/Software/chronicle/ + +Package: chronicle +Architecture: all +Depends: ${perl:Depends}, libtimedate-perl, libhtml-template-perl, perl-modules +Suggests: memcached +Description: HTML & RSS blog compiler + This is a tool which will convert a directory of simple + text files into a static HTML weblog, (or blog if you prefer). + . + The system is intentionally simple, but it supports: + . + * RSS feed creation. + . + * Template based output. + . + * The tagging of entries. + . + * User comments upon entries. --- chronicle-2.7.orig/debian/compat +++ chronicle-2.7/debian/compat @@ -0,0 +1 @@ +5 --- chronicle-2.7.orig/debian/watch +++ chronicle-2.7/debian/watch @@ -0,0 +1,10 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +http://www.steve.org.uk/Software/chronicle/ chronicle-(.*)\.tar\.gz + --- chronicle-2.7.orig/debian/copyright +++ chronicle-2.7/debian/copyright @@ -0,0 +1,22 @@ +This package was debianized by Felipe Sateler on +Wed, 10 Oct 2007 21:15:20 -0400. + +It was downloaded from http://www.steve.org.uk/Software/chronicle/ + +Upstream Authors: See the included AUTHORS file. + +Copyright (c) 2007-2008 by Steve Kemp. + + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later + version, or + + b) the "Artistic License" which comes with Perl. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' and + the Artistic Licence in `/usr/share/common-licenses/Artistic'. + --- chronicle-2.7.orig/debian/rules +++ chronicle-2.7/debian/rules @@ -0,0 +1,63 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp + +build-stamp: + dh_testdir + pod2man bin/chronicle > chronicle.1 + pod2man bin/chronicle-spooler > chronicle-spooler.1 + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + rm -f chronicle.1 chronicle-spooler.1 + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) prefix=$(CURDIR)/debian/chronicle install + mv $(CURDIR)/debian/chronicle/usr/local/bin/chronicle \ + $(CURDIR)/debian/chronicle/usr/bin + mv $(CURDIR)/debian/chronicle/usr/local/bin/chronicle-spooler \ + $(CURDIR)/debian/chronicle/usr/bin + rmdir $(CURDIR)/debian/chronicle/usr/local/bin/ + rmdir $(CURDIR)/debian/chronicle/usr/local + + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples bin/chronicle-rss-importer bin/check-titles + dh_installman chronicle.1 chronicle-spooler.1 + dh_compress + dh_fixperms + dh_perl + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install +# No arch-dependent package + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- chronicle-2.7.orig/debian/docs +++ chronicle-2.7/debian/docs @@ -0,0 +1,3 @@ +AUTHORS +COMMENTS +README