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

lintian: r1274 - in trunk: checks debian testset/maintainer-scripts/debian



Author: djpig
Date: 2008-04-17 23:16:23 +0200 (Thu, 17 Apr 2008)
New Revision: 1274

Added:
   trunk/testset/maintainer-scripts/debian/triggers
Modified:
   trunk/checks/control-files
   trunk/debian/changelog
   trunk/testset/maintainer-scripts/debian/rules
Log:
* checks/control-files:
  + [FL] Add 'triggers' as a valid control file.  Thanks, Joey Hess.
    (Closes: #473840)


Modified: trunk/checks/control-files
===================================================================
--- trunk/checks/control-files	2008-04-17 20:42:36 UTC (rev 1273)
+++ trunk/checks/control-files	2008-04-17 21:16:23 UTC (rev 1274)
@@ -42,6 +42,7 @@
      'shlibs', 0644,
      'symbols', 0644,
      'templates', 0644,
+     'triggers', 0644,
     );
 
 my %ctrl_udeb =

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-04-17 20:42:36 UTC (rev 1273)
+++ trunk/debian/changelog	2008-04-17 21:16:23 UTC (rev 1274)
@@ -7,6 +7,9 @@
       independent of the host architecture (such as for cross-compiles).
   * checks/changelog-file:
     + [RA] Quash more Perl warnings on badly malformed NEWS.Debian files.
+  * checks/control-files:
+    + [FL] Add 'triggers' as a valid control file.  Thanks, Joey Hess.
+      (Closes: #473840)
   * checks/copyright-file{.desc,}:
     + [RA] Document handling of false positives for GPL, GFDL, and LGPL
       license references and catch the GFDL 1.1 false positive.

Modified: trunk/testset/maintainer-scripts/debian/rules
===================================================================
--- trunk/testset/maintainer-scripts/debian/rules	2008-04-17 20:42:36 UTC (rev 1273)
+++ trunk/testset/maintainer-scripts/debian/rules	2008-04-17 21:16:23 UTC (rev 1274)
@@ -11,6 +11,7 @@
 	install -m 0755 debian/postinst debian/tmp/DEBIAN
 	install -m 0755 debian/prerm debian/tmp/DEBIAN
 	install -m 0755 debian/postrm debian/tmp/DEBIAN
+	install -m 0644 debian/triggers debian/tmp/DEBIAN
 	install -d debian/tmp/usr/share/doc/maintainer-scripts
 	install -m 0644 debian/changelog \
 	  debian/tmp/usr/share/doc/maintainer-scripts/changelog

Added: trunk/testset/maintainer-scripts/debian/triggers
===================================================================
--- trunk/testset/maintainer-scripts/debian/triggers	                        (rev 0)
+++ trunk/testset/maintainer-scripts/debian/triggers	2008-04-17 21:16:23 UTC (rev 1274)
@@ -0,0 +1,4 @@
+# Example triggers file
+activate foo
+
+interest bar


Reply to: