Override the lintian warning about installing files in /root 1.1.1
authorEvan Broder <broder@mit.edu>
Sat, 6 Dec 2008 20:02:26 +0000 (15:02 -0500)
committerEvan Broder <broder@mit.edu>
Sat, 6 Dec 2008 20:02:26 +0000 (15:02 -0500)
svn path=/trunk/packages/xvm-prodconfig/; revision=1796

debian/changelog
debian/rules
debian/xvm-prodconfig.lintian-overrides [new file with mode: 0644]

index 50db2d7..4cf7875 100644 (file)
@@ -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
 
index 8c3eb84..138fb91 100755 (executable)
@@ -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 (file)
index 0000000..5a42090
--- /dev/null
@@ -0,0 +1 @@
+xvm-prodconfig binary: file-in-unusual-dir root/.k5login