--- cl-rlc-0.1.3.orig/debian/compat
+++ cl-rlc-0.1.3/debian/compat
@@ -0,0 +1 @@
+7
--- cl-rlc-0.1.3.orig/debian/copyright
+++ cl-rlc-0.1.3/debian/copyright
@@ -0,0 +1,30 @@
+Debian Copyright Section
+========================
+
+Upstream Source URL: http://files.b9.com/rlc/
+Upstream Authors: Kevin Rosenberg <kevin@rosenberg.net>
+Debian Maintainer:  Kevin M. Rosenberg <kmr@debian.org>
+
+Upstream Copyright Statement
+============================
+Copyright (c) 2004 Kevin Rosenberg
+
+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.
+
+THIS SOFTWARE IS PROVIDED "AS IS" AND THERE ARE NEITHER EXPRESSED NOR
+IMPLIED WARRANTIES - THIS INCLUDES, BUT IS NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.IN
+NO WAY ARE THE AUTHORS 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)
+
--- cl-rlc-0.1.3.orig/debian/rules
+++ cl-rlc-0.1.3/debian/rules
@@ -0,0 +1,46 @@
+#!/usr/bin/make -f
+
+pkg		:= rlc
+debpkg  	:= cl-rlc
+
+clc-source	:= usr/share/common-lisp/source
+clc-systems	:= usr/share/common-lisp/systems
+clc-files	:= $(clc-source)/$(pkg)
+doc-dir		:= usr/share/doc/$(debpkg)
+
+
+build:
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_prep
+	dh_installdirs
+	dh_install $(pkg).asd $(clc-files)
+	dh_install *.lisp $(clc-files)
+
+binary-indep: install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README 
+	dh_installexamples
+	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-rlc-0.1.3.orig/debian/control
+++ cl-rlc-0.1.3/debian/control
@@ -0,0 +1,18 @@
+Source: cl-rlc
+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/rlc/
+Vcs-Git: git://git.b9.com/rlc.git
+Vcs-Browser: http://git.b9.com/?p=rlc.git
+
+Package: cl-rlc
+Architecture: all
+Depends: ${misc:Depends}, cl-kmrcl, xgraph
+Description: Common Lisp RLC Circuit Simulator
+ cl-rlc provides a simulator for RLC (resistance, inductance, capacitance)
+ circuits. It is written in Common Lisp and uses the xgraph package for
+ plotting.
--- cl-rlc-0.1.3.orig/debian/changelog
+++ cl-rlc-0.1.3/debian/changelog
@@ -0,0 +1,48 @@
+cl-rlc (0.1.3-3) unstable; urgency=low
+
+  * Build with debhelper extension dh-lisp
+  * control: Add Vcs-Browser field. Fix Depends field.
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 03 Aug 2009 18:58:55 -0600
+
+cl-rlc (0.1.3-2) unstable; urgency=low
+
+  * debian/watch: New file
+  * debian/control: Require debhelper 7. Change to new lisp section.
+    Added 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:11:03 -0600
+
+cl-rlc (0.1.3-1) unstable; urgency=low
+
+  * New upstream
+  * debian/control: use Build-Depends
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 09 Sep 2007 19:21:41 -0600
+
+cl-rlc (0.1.2-2) unstable; urgency=low
+
+  * Fix spelling mistake in package description (closes:363208)
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 15 May 2006 17:40:31 -0600
+
+cl-rlc (0.1.2-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 13 Jan 2004 23:57:44 -0700
+
+cl-rlc (0.1.1-1) unstable; urgency=low
+
+  * Add missing file
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 13 Jan 2004 21:53:21 -0700
+
+cl-rlc (0.1-1) unstable; urgency=low
+
+  * Initial version
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 13 Jan 2004 20:18:21 -0700
--- cl-rlc-0.1.3.orig/debian/watch
+++ cl-rlc-0.1.3/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://files.b9.com/rlc/rlc-([\d\.]*)\.tar\.gz
