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

Bug#607502: [PATCH] Add git-patches to list of known files in debian/source



From: David Bremner <bremner@debian.org>

---
 checks/debian-source-dir |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/checks/debian-source-dir b/checks/debian-source-dir
index 406c641..ded17c4 100644
--- a/checks/debian-source-dir
+++ b/checks/debian-source-dir
@@ -29,7 +29,7 @@ our %KNOWN_FORMATS = map { $_ => 1 }
     ('1.0', '2.0', '3.0 (quilt)', '3.0 (native)', '3.0 (git)', '3.0 (bzr)');
 
 our %KNOWN_FILES = map { $_ => 1 }
-    qw(format include-binaries lintian-overrides options patch-header);
+    qw(format include-binaries lintian-overrides options patch-header git-patches);
 
 sub run {
 
-- 
1.7.2.3




Reply to: