--- cl-rss-0.1.1.orig/debian/compat
+++ cl-rss-0.1.1/debian/compat
@@ -0,0 +1 @@
+7
--- cl-rss-0.1.1.orig/debian/copyright
+++ cl-rss-0.1.1/debian/copyright
@@ -0,0 +1,37 @@
+Debian Copyright Section
+========================
+
+Upstream Source URL: http://files.b9.com/cl-rss/
+Upstream Authors: Kevin M. Rosenberg <kevin@rosenberg.net>
+Debian Maintainer: Kevin M. Rosenberg <kmr@debian.org>
+
+
+Upstream Copyright Statement
+============================
+Copyright (c) 2003 Kevin M. Rosenberg <kevin@rosenberg.net>
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+3. Neither the name of the author nor the names of the contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
--- cl-rss-0.1.1.orig/debian/rules
+++ cl-rss-0.1.1/debian/rules
@@ -0,0 +1,44 @@
+#!/usr/bin/make -f
+
+pkg := rss
+debpkg := cl-rss
+
+clc-source := usr/share/common-lisp/source
+clc-systems := usr/share/common-lisp/systems
+clc-files := $(clc-source)/$(pkg)
+
+
+build:
+
+clean:
+ dh_testdir
+ dh_testroot
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_prep
+ dh_installdirs
+ dh_install rss.asd $(clc-files)
+ dh_install *.lisp $(clc-files)
+
+binary-indep: install
+ dh_testdir
+ dh_testroot
+ dh_installdocs
+ dh_installchangelogs
+ dh_lisp
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary-arch:
+
+binary: binary-indep
+
+
+.PHONY: build clean binary-indep binary-arch binary install
--- cl-rss-0.1.1.orig/debian/control
+++ cl-rss-0.1.1/debian/control
@@ -0,0 +1,18 @@
+Source: cl-rss
+Section: lisp
+Priority: optional
+Maintainer: Kevin M. Rosenberg <kmr@debian.org>
+Build-Depends-Indep: dh-lisp
+Build-Depends: debhelper (>> 7.0.0)
+Standards-Version: 3.8.2.0
+Homepage: http://files.b9.com/cl-rss/
+Vcs-Git: git://git.b9.com/cl-rss.git
+Vcs-Browser: http://git.b9.com/?p=cl-rss.git
+
+Package: cl-rss
+Architecture: all
+Depends: ${misc:Depends}, cl-kmrcl, cl-xmls, cl-aserve, cl-ptester
+Description: Common Lisp RSS processor
+ This package provides a Common Lisp library for fetching and parsing
+ Remote Site Summary data via HTTP. Currently, it supports RSS versions
+ 0.90, 0.91, and 0.92.
--- cl-rss-0.1.1.orig/debian/changelog
+++ cl-rss-0.1.1/debian/changelog
@@ -0,0 +1,49 @@
+cl-rss (0.1.1-6) unstable; urgency=low
+
+ * Convert to dh_lisp
+ * control: Add Vcs-Browser field
+
+ -- Kevin M. Rosenberg <kmr@debian.org> Mon, 03 Aug 2009 12:27:08 -0600
+
+cl-rss (0.1.1-5) unstable; urgency=low
+
+ * debian/watch: New file
+ * debian/control: Require debhelper 7. Change to new lisp section.
+ Add Vcs-Git and Homepage fields.
+ * debian/compat: Update to version 7
+ * debian/rules: Update for debhelper 7, architecture-independent build
+ * debian/{prerm,postrm}: Remove path from binary function
+
+ -- Kevin M. Rosenberg <kmr@debian.org> Sun, 02 Aug 2009 01:05:26 -0600
+
+cl-rss (0.1.1-4) unstable; urgency=low
+
+ * debian/control: Use build-depends, update standards-version
+
+ -- Kevin M. Rosenberg <kmr@debian.org> Sun, 9 Sep 2007 19:34:36 -0600
+
+cl-rss (0.1.1-3) unstable; urgency=low
+
+ * New maintainer. Revert mistaken orphaning.
+
+ -- Kevin M. Rosenberg <kmr@debian.org> Wed, 2 Mar 2005 23:30:40 -0700
+
+cl-rss (0.1.1-2) unstable; urgency=low
+
+ * New maintainer. (Closes: #297405: O: cl-rss -- Common Lisp RSS
+ processor)
+ * Adopted by Peter Van Eynde
+
+ -- Peter Van Eynde <pvaneynd@debian.org> Tue, 1 Mar 2005 10:19:21 +0100
+
+cl-rss (0.1.1-1) unstable; urgency=low
+
+ * Apply patch from Chris Baker (closes:218287)
+
+ -- Kevin M. Rosenberg <kmr@debian.org> Thu, 30 Oct 2003 15:23:51 -0700
+
+cl-rss (0.1-1) unstable; urgency=low
+
+ * Initial upload
+
+ -- Kevin M. Rosenberg <kmr@debian.org> Wed, 17 Sep 2003 20:50:37 -0600
--- cl-rss-0.1.1.orig/debian/watch
+++ cl-rss-0.1.1/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://files.b9.com/cl-rss/cl-rss-([\d\.]*)\.tar\.gz