From acd4d26ea62605cbeef43d3a92620b1c1a04dc44 Mon Sep 17 00:00:00 2001
From: Evan Broder <broder@mit.edu>
Date: Sat, 6 Dec 2008 15:02:26 -0500
Subject: [PATCH] Override the lintian warning about installing files in /root

svn path=/trunk/packages/xvm-prodconfig/; revision=1796
---
 debian/changelog                        |    3 ++-
 debian/rules                            |    2 ++
 debian/xvm-prodconfig.lintian-overrides |    1 +
 3 files changed, 5 insertions(+), 1 deletion(-)
 create mode 100644 debian/xvm-prodconfig.lintian-overrides

diff --git a/debian/changelog b/debian/changelog
index 50db2d7..4cf7875 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ xvm-prodconfig (1.1.1) unstable; urgency=low
   * Move the .k5login for the production cluster into this package
   * Don't use explicit paths in the postinst
   * Cleanup some lintian warnings about the control file
+  * Override the lintian complaint about installing files into /root
 
- -- Evan Broder <broder@mit.edu>  Sat, 06 Dec 2008 14:56:18 -0500
+ -- Evan Broder <broder@mit.edu>  Sat, 06 Dec 2008 14:57:24 -0500
 
 xvm-prodconfig (1.1.0) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 8c3eb84..138fb91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,6 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 binary-install/xvm-prodconfig::
+	# Versions of CDBS newer than ours do this for us
+	dh_lintian -pxvm-prodconfig
 	install -m 0644 -D k5login $(DEB_DESTDIR)/root/.k5login
diff --git a/debian/xvm-prodconfig.lintian-overrides b/debian/xvm-prodconfig.lintian-overrides
new file mode 100644
index 0000000..5a42090
--- /dev/null
+++ b/debian/xvm-prodconfig.lintian-overrides
@@ -0,0 +1 @@
+xvm-prodconfig binary: file-in-unusual-dir root/.k5login
-- 
1.7.9.5