[Debian-live-changes] r1952 - dists/sid dists/trunk/live-webhelper dists/trunk/live-webhelper/debian dists/trunk/live-webhelper/debian/lintian releases/live-webhelper

daniel at alioth.debian.org daniel at alioth.debian.org
Sun Jun 3 13:55:25 UTC 2007


Author: daniel
Date: 2007-06-03 13:55:25 +0000 (Sun, 03 Jun 2007)
New Revision: 1952

Added:
   dists/trunk/live-webhelper/debian/lintian/
   dists/trunk/live-webhelper/debian/lintian/live-webhelper
Removed:
   dists/sid/live-webhelper/
   releases/live-webhelper/1.0~a13-1/
Modified:
   dists/trunk/live-webhelper/Makefile
   dists/trunk/live-webhelper/debian/rules
Log:


Modified: dists/trunk/live-webhelper/Makefile
===================================================================
--- dists/trunk/live-webhelper/Makefile	2007-06-03 13:39:44 UTC (rev 1951)
+++ dists/trunk/live-webhelper/Makefile	2007-06-03 13:55:25 UTC (rev 1952)
@@ -17,7 +17,7 @@
 	# Installing scripts
 	install -D -m 0755 scripts/cgi $(DESTDIR)/usr/lib/cgi-bin/live-webhelper
 	install -D -m 0644 scripts/common $(DESTDIR)/usr/share/live-webhelper/common
-	install -D -m 0644 scripts/cron $(DESTDIR)/etc/cron.d/live-webhelper
+	install -D -m 0755 scripts/cron $(DESTDIR)/etc/cron.d/live-webhelper
 	install -D -m 0644 scripts/default $(DESTDIR)/etc/default/live-webhelper
 
 	# Installing templates

Added: dists/trunk/live-webhelper/debian/lintian/live-webhelper
===================================================================
--- dists/trunk/live-webhelper/debian/lintian/live-webhelper	                        (rev 0)
+++ dists/trunk/live-webhelper/debian/lintian/live-webhelper	2007-06-03 13:55:25 UTC (rev 1952)
@@ -0,0 +1 @@
+live-webhelper: file-in-unusual-dir var/log/live

Modified: dists/trunk/live-webhelper/debian/rules
===================================================================
--- dists/trunk/live-webhelper/debian/rules	2007-06-03 13:39:44 UTC (rev 1951)
+++ dists/trunk/live-webhelper/debian/rules	2007-06-03 13:55:25 UTC (rev 1952)
@@ -29,6 +29,12 @@
 	rm -f debian/live-webhelper/usr/share/doc/live-webhelper/COPYING
 	rm -f debian/live-webhelper/usr/share/doc/live-webhelper/ChangeLog
 
+	# Installing lintian overrides
+	set -e; for LINTIAN in debian/lintian/*; \
+	do \
+		install -D -m 0644 $$LINTIAN debian/`basename $$LINTIAN`/usr/share/lintian/overrides/`basename $$LINTIAN`; \
+	done
+
 binary-arch: build install
 
 binary-indep: build install




More information about the Debian-live-changes mailing list