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

[SCM] Debian package checker branch, master, updated. 2.0.0-58-gbec18b4



The following commit has been merged in the master branch:
commit bec18b4b9672926822c7801c1b1149b87bf9b149
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Fri Nov 28 16:31:38 2008 +0000

    Generate a file rather than shipping it to allow us to be imported in to bzr
    
    * testset/files:
      + Generate the file "files/'\ " at build time instead of
        including it in the source package, to allow lintian to be imported
        in to Bazaar.

diff --git a/debian/changelog b/debian/changelog
index 619c5db..39f92ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -101,6 +101,11 @@ lintian (2.1.0) unstable; urgency=low
     + [FL] Add some new utility functions: delete_dir copy_dir gunzip_file
       touch_file.
 
+  * testset/files:
+    + [ADB] Generate the file "files/'\ " at build time instead of
+      including it in the source package, to allow lintian to be imported
+      in to Bazaar.
+
  -- Frank Lichtenheld <djpig@debian.org>  Sun, 28 Sep 2008 10:35:47 +0200
 
 lintian (2.0.0) unstable; urgency=low
diff --git a/testset/filenames/debian/rules b/testset/filenames/debian/rules
index 79dcd60..ff0e41e 100755
--- a/testset/filenames/debian/rules
+++ b/testset/filenames/debian/rules
@@ -24,6 +24,7 @@ clean:
 	touch files/.arch-inventory
 	touch 'files/.#Maelstrom Sound.1.1.1' 'files/Maelstrom Sounce.r121'
 	touch 'files/Maelstrom Sound.mine'
+	touch "files/'\\ "
 
 build:
 
diff --git "a/testset/filenames/files/'\\ " "b/testset/filenames/files/'\\ "
deleted file mode 100644
index 51ab806..0000000
--- "a/testset/filenames/files/'\\ "	
+++ /dev/null
@@ -1 +0,0 @@
-This is evil.

-- 
Debian package checker


Reply to: