[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r421 - in trunk: checks debian testset testset/scripts/debian



Author: he
Date: 2005-06-26 12:20:06 +0200 (Sun, 26 Jun 2005)
New Revision: 421

Modified:
   trunk/checks/scripts
   trunk/debian/changelog
   trunk/testset/scripts/debian/changelog
   trunk/testset/scripts/debian/control
   trunk/testset/scripts/debian/rules
   trunk/testset/tags.scripts
Log:
checks/scripts:
 + [HE] Allow Scripts in /etc/Xsession.d/ to be not executable, as they're
        not directly called, but only sourced. (Closes: #309203)
	    


Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts	2005-06-20 23:33:51 UTC (rev 420)
+++ trunk/checks/scripts	2005-06-26 10:20:06 UTC (rev 421)
@@ -231,7 +231,8 @@
 	unless ($executable{$filename} or
 		$filename =~ m,usr/(lib|share)/.*\.pm, or
 		$filename =~ m,\.in$, or
-		$filename =~ m,etc/menu-methods,);
+		$filename =~ m,etc/menu-methods, or
+		$filename =~ m,etc/X11/Xsession.d,);
 
     if (exists $valid_interpreters{$base}) {
 	unless ($interpreter eq $valid_interpreters{$base} or

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-06-20 23:33:51 UTC (rev 420)
+++ trunk/debian/changelog	2005-06-26 10:20:06 UTC (rev 421)
@@ -1,3 +1,13 @@
+lintian (1.23.10) unstable; urgency=low
+
+  * The "Ah, it's LinuxTag and I still have free time!" release
+
+  * checks/scripts:
+    + [HE] Allow Scripts in /etc/Xsession.d/ to be not executable, as they're
+      not directly called, but only sourced. (Closes: #309203)
+
+ -- Marc 'HE' Brockschmidt <he@debian.org>  Tue, 21 Jun 2005 14:40:53 +0200
+
 lintian (1.23.9) unstable; urgency=low
 
   * The "Wow, so much time at hand" release

Modified: trunk/testset/scripts/debian/changelog
===================================================================
--- trunk/testset/scripts/debian/changelog	2005-06-20 23:33:51 UTC (rev 420)
+++ trunk/testset/scripts/debian/changelog	2005-06-26 10:20:06 UTC (rev 421)
@@ -1,3 +1,10 @@
+scripts (6) unstable; urgency=low
+
+  * I'm also not able to write my name.
+  * Added a script in /etc/Xsession.d
+
+ -- Mark 'HE' Brokschmitt <he@debian.org>  Thu, 23 Jun 2005 14:32:39 +0200
+
 scripts (5) unstable; urgency=low
 
   * I'm making a typo in my own name... And I want lintian to warn me about

Modified: trunk/testset/scripts/debian/control
===================================================================
--- trunk/testset/scripts/debian/control	2005-06-20 23:33:51 UTC (rev 420)
+++ trunk/testset/scripts/debian/control	2005-06-26 10:20:06 UTC (rev 421)
@@ -2,7 +2,7 @@
 Section: interpreters
 Priority: extra
 Maintainer: Lintian Maintainers <lintian-maint@debian.org>
-Uploaders: Jeroen van Wolfelaar <jeroen@wolffelaar.nl>
+Uploaders: Jeroen van Wolfelaar <jeroen@wolffelaar.nl>, Marc 'HE' Brockschmidt <he@debian.org>
 Standards-Version: 3.2.1
 
 Package: scripts

Modified: trunk/testset/scripts/debian/rules
===================================================================
--- trunk/testset/scripts/debian/rules	2005-06-20 23:33:51 UTC (rev 420)
+++ trunk/testset/scripts/debian/rules	2005-06-26 10:20:06 UTC (rev 421)
@@ -8,6 +8,7 @@
 
 binary-indep:
 	install -d $(tmp)/usr/bin/
+	install -d $(tmp)/etc/X11/Xsession.d/
 	install -d $(tmp)/usr/share/scripts/
 	install -d $(tmp)/usr/share/doc/scripts/
 	install -d $(tmp)/usr/lib/python2.3/site-packages/
@@ -20,6 +21,7 @@
 	install -m 4755 perlfoo $(tmp)/usr/bin/suidperlfoo2
 	install -m 4755 suidperlfoo $(tmp)/usr/bin/
 	install -m 755 tkfoo $(tmp)/usr/bin/
+	install -m 644 xsession-test $(tmp)/etc/X11/Xsession.d/ 
 
 	echo "#!/usr/bin/perl" >> $(tmp)/usr/share/scripts/foobar.in
 	chmod 644 $(tmp)/usr/share/scripts/foobar.in
@@ -31,11 +33,13 @@
 	cp debian/changelog $(tmp)/usr/share/doc/scripts/changelog
 	gzip -9 $(tmp)/usr/share/doc/scripts/changelog
 
+	cp debian/scripts.conffiles $(tmp)/DEBIAN/conffiles
 	dpkg-gencontrol -isp
 	dpkg --build $(tmp) ..
 
 binary: binary-arch binary-indep
 
 clean:
+	rm -rf debian/files $(tmp)
 
 .PHONY: build binary-arch binary-indep binary clean

Modified: trunk/testset/tags.scripts
===================================================================
--- trunk/testset/tags.scripts	2005-06-20 23:33:51 UTC (rev 420)
+++ trunk/testset/tags.scripts	2005-06-26 10:20:06 UTC (rev 421)
@@ -6,7 +6,7 @@
 E: scripts: wrong-path-for-ruby ./usr/bin/rubyfoo #!/bin/ruby1.8
 W: scripts source: ancient-standards-version 3.2.1
 W: scripts source: changelog-should-mention-nmu
-W: scripts source: source-nmu-has-incorrect-version-number 5
+W: scripts source: source-nmu-has-incorrect-version-number 6
 W: scripts: binary-without-manpage perlfoo
 W: scripts: binary-without-manpage py2foo
 W: scripts: binary-without-manpage pyfoo



Reply to: