From 8179ea1b2c167f4f73e3f792675e93c3c4fe0990 Mon Sep 17 00:00:00 2001
From: Kevin Rosenberg <kevin@rosenberg.net>
Date: Mon, 27 Jul 2009 15:33:57 -0600
Subject: [PATCH] update to debhelper 7

---
 debian/changelog |  6 ++++++
 debian/compat    |  2 +-
 debian/control   |  2 +-
 debian/rules     | 15 +--------------
 4 files changed, 9 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 15948a5..04000cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cl-kmrcl (1.99-2) unstable; urgency=low
+
+  * Change to debhelper 7 compatibility 
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 27 Jul 2009 15:33:13 -0600
+
 cl-kmrcl (1.99-1) unstable; urgency=low
 
   * New upstream
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index c1bf354..31f1cad 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: cl-kmrcl
 Section: lisp
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 7.0.0)
 Standards-Version: 3.8.2
 
 Package: cl-kmrcl
diff --git a/debian/rules b/debian/rules
index 2bc2c46..3a37821 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ clean:
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	# Add here commands to install the package into debian/kmrcl.
 	dh_installdirs $(clc-systems) $(clc-files) $(clc-tests)
 	dh_install $(pkg).asd $(source-files) $(clc-files)
@@ -51,25 +51,12 @@ install: build
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installdebconf	
 	dh_installdocs
-#	dh_installmenu
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-#	dh_installcron
-#	dh_installman
-#	dh_installinfo
-#	dh_undocumented
 	dh_installchangelogs ChangeLog
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_makeshlibs
 	dh_installdeb
-#	dh_perl
 	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
-- 
GitLab