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

lintian: r365 - in trunk: checks debian



Author: djpig
Date: 2004-11-13 22:25:00 +0100 (Sat, 13 Nov 2004)
New Revision: 365

Modified:
   trunk/checks/debhelper
   trunk/debian/changelog
Log:
Update list of debhelper scripts that modify maintainer scripts


Modified: trunk/checks/debhelper
===================================================================
--- trunk/checks/debhelper	2004-11-13 21:07:48 UTC (rev 364)
+++ trunk/checks/debhelper	2004-11-13 21:25:00 UTC (rev 365)
@@ -45,7 +45,9 @@
 # commands can be found by "grep -l autoscript /usr/bin/dh_*", but I'll
 # hardcode them here.
 
-map { $commands{$_}=1 } qw(dh_installcatalogs
+map { $commands{$_}=1 } qw(dh_desktop
+			   dh_gconf
+			   dh_installcatalogs
 			   dh_installdebconf
                            dh_installdefoma
                            dh_installdocs
@@ -57,6 +59,7 @@
 			   dh_installmodules
 			   dh_installwm
 			   dh_installxfonts
+			   dh_installxmlcatalogs
 			   dh_makeshlibs
 			   dh_python
 			   dh_scrollkeeper

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-11-13 21:07:48 UTC (rev 364)
+++ trunk/debian/changelog	2004-11-13 21:25:00 UTC (rev 365)
@@ -1,5 +1,8 @@
 lintian (1.23.4) unstable; urgency=low
 
+  * checks/debhelper:
+    + [FL] Update list of debhelper scripts that modify maintainer
+      scripts
   * checks/scripts.desc:
     + [FL] Fix copy-and-paste error in description
       of wrong-path-for-gnuplot (Closes: #276945)



Reply to: