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

lintian: r1051 - in trunk: checks debian testset/scripts/debian/patches



Author: djpig
Date: 2007-12-06 00:50:39 +0100 (Thu, 06 Dec 2007)
New Revision: 1051

Added:
   trunk/testset/scripts/debian/patches/03_specified_without_dpatch.dpatch
Modified:
   trunk/checks/patch-systems
   trunk/debian/changelog
   trunk/testset/scripts/debian/patches/00list
Log:
Try appending .dpatch to patchnames found in 00list.
Patch by Leo Antunes. (Closes: #454516, #454518)


Modified: trunk/checks/patch-systems
===================================================================
--- trunk/checks/patch-systems	2007-12-05 01:43:37 UTC (rev 1050)
+++ trunk/checks/patch-systems	2007-12-05 23:50:39 UTC (rev 1051)
@@ -60,7 +60,7 @@
 					chomp;
 					next if (/^#/); #ignore comments
 					push @patches, $_;
-					if (! -r "debfiles/patches/$_") {
+					if (! -r "debfiles/patches/$_" && ! -r "debfiles/patches/$_.dpatch") {
 						tag "dpatch-index-references-non-existant-patch", $_;
 					}
 				}

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-12-05 01:43:37 UTC (rev 1050)
+++ trunk/debian/changelog	2007-12-05 23:50:39 UTC (rev 1051)
@@ -1,3 +1,13 @@
+lintian (1.23.38) unstable; urgency=low
+
+  * The "HE's brown paper bag bug" release
+
+  * checks/patch-systems:
+    + [FL] Try appending .dpatch to patchnames found in 00list.
+           Patch by Leo Antunes. (Closes: #454516, #454518)
+
+ -- Frank Lichtenheld <djpig@debian.org>  Thu, 06 Dec 2007 00:40:17 +0100
+
 lintian (1.23.37) unstable; urgency=low
 
   The "Policy 3.7.3" release.

Modified: trunk/testset/scripts/debian/patches/00list
===================================================================
--- trunk/testset/scripts/debian/patches/00list	2007-12-05 01:43:37 UTC (rev 1050)
+++ trunk/testset/scripts/debian/patches/00list	2007-12-05 23:50:39 UTC (rev 1051)
@@ -1,2 +1,3 @@
 01_not_here_right_now.dpatch
 02_i_dont_have_a_description.patch
+03_specified_without_dpatch

Added: trunk/testset/scripts/debian/patches/03_specified_without_dpatch.dpatch
===================================================================
--- trunk/testset/scripts/debian/patches/03_specified_without_dpatch.dpatch	2007-12-05 01:43:37 UTC (rev 1050)
+++ trunk/testset/scripts/debian/patches/03_specified_without_dpatch.dpatch	2007-12-05 23:50:39 UTC (rev 1051)
@@ -0,0 +1,5 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Listed in 00list without .dpatch suffix.
+
+@DPATCH@



Reply to: