[Logcheck-commits] Gerfried Fuchs: Remove unused-override entries

Gerfried Fuchs alfie at alioth.debian.org
Tue Sep 2 18:06:00 UTC 2008


Module: logcheck
Branch: master
Commit: 47e0299a67a11d407742476b0d1bbf164f4c7e51
URL:    http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=47e0299a67a11d407742476b0d1bbf164f4c7e51

Author: Gerfried Fuchs <rhonda at debian.at>
Date:   Tue Sep  2 18:07:14 2008 +0200

Remove unused-override entries

---

 debian/changelog                           |    4 +++-
 debian/logcheck-database.lintian-overrides |    9 ---------
 debian/rules                               |    4 ++--
 3 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8b511f7..a2c78d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ logcheck (1.3.2) experimental; urgency=low
 
   [ Gerfried Fuchs ]
   * Remove amavisd-new conflict, the file name conflict is long gone.
+  * Remove unused-override entries (the complete logcheck-database file, in
+    fact)
 
- -- Gerfried Fuchs <rhonda at debian.at>  Tue, 02 Sep 2008 12:19:39 +0200
+ -- Gerfried Fuchs <rhonda at debian.at>  Tue, 02 Sep 2008 18:06:00 +0200
 
 logcheck (1.3.1) experimental; urgency=low
 
diff --git a/debian/logcheck-database.lintian-overrides b/debian/logcheck-database.lintian-overrides
deleted file mode 100644
index 70df94b..0000000
--- a/debian/logcheck-database.lintian-overrides
+++ /dev/null
@@ -1,9 +0,0 @@
-logcheck-database binary: non-standard-dir-perm etc/logcheck/ 0700 != 0755
-logcheck-database binary: non-standard-dir-perm etc/logcheck/cracking.d/ 0700 != 0755
-logcheck-database binary: non-standard-dir-perm etc/logcheck/violations.d/ 0700 != 0755
-logcheck-database binary: non-standard-dir-perm etc/logcheck/violations.ignore.d/ 0700 != 0755
-logcheck-database binary: non-standard-dir-perm etc/logcheck/ignore.d.workstation/ 0700 != 0755
-logcheck-database binary: non-standard-dir-perm etc/logcheck/ignore.d.server/ 0700 != 0755
-logcheck-database binary: non-standard-dir-perm etc/logcheck/ignore.d.paranoid/ 0700 != 0755
-
-# vim:tw=0
diff --git a/debian/rules b/debian/rules
index 173b12e..c6ce7ab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,8 +41,8 @@ install-stamp: build-stamp
 	mkdir -p $(DESTDIR)/usr/share/lintian/overrides
 	install -m644 debian/logcheck.lintian-overrides \
 		$(DESTDIR)/usr/share/lintian/overrides/logcheck
-	install -m644 debian/logcheck-database.lintian-overrides \
-		$(DESTDIR)/usr/share/lintian/overrides/logcheck-database
+	# install -m644 debian/logcheck-database.lintian-overrides \
+	# 	$(DESTDIR)/usr/share/lintian/overrides/logcheck-database
 
 	touch install-stamp
 




More information about the Logcheck-commits mailing list