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

[SCM] Debian package checker branch, master, updated. 2.2.17-38-g4ad3af8



The following commit has been merged in the master branch:
commit 4ad3af8cda96bd3008b1dd2ee67bb0a21d5a929b
Author: Russ Allbery <rra@debian.org>
Date:   Thu Nov 12 21:16:38 2009 -0800

    Add changelog and test suite for 3.0 (quilt) readme fix

diff --git a/debian/changelog b/debian/changelog
index 573140a..0fc1242 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -111,6 +111,9 @@ lintian (2.2.18) UNRELEASED; urgency=low
     + [RA] Also suppress failures to break lines if the reported line is
       a .UE macro, which marks the end of a block defining a URL.  Thanks,
       Martin Stigge.
+  * checks/patch-systems:
+    + [RA] Do not issue patch-system-but-no-source-readme for packages in
+      3.0 (quilt) format.  Patch from Stéphane Glondu.  (Closes: #553207)
   * checks/rules.desc:
     + [RA] missing-build-dependency is now serious/possible (ftpmaster
       reject unless overridden).
diff --git a/t/tests/basic-non-native-with-epoch/upstream/README b/t/tests/basic-quilt/debian/README
similarity index 100%
copy from t/tests/basic-non-native-with-epoch/upstream/README
copy to t/tests/basic-quilt/debian/README
diff --git a/t/tests/basic-quilt/debian/debian/patches/extra-readme b/t/tests/basic-quilt/debian/debian/patches/extra-readme
new file mode 100644
index 0000000..365793b
--- /dev/null
+++ b/t/tests/basic-quilt/debian/debian/patches/extra-readme
@@ -0,0 +1,9 @@
+A simple patch applied by dpkg-source
+
+--- upstream.orig/README
++++ upstream/README
+@@ -1 +1,4 @@
+ README
++
++These are some lines added in the Debian package via a quilt patch
++applied by dpkg-source.
diff --git a/t/tests/basic-quilt/debian/debian/patches/series b/t/tests/basic-quilt/debian/debian/patches/series
new file mode 100644
index 0000000..8af4346
--- /dev/null
+++ b/t/tests/basic-quilt/debian/debian/patches/series
@@ -0,0 +1 @@
+extra-readme
diff --git a/t/tests/cruft-general-quilt/debian/debian/source/format b/t/tests/basic-quilt/debian/debian/source/format
similarity index 100%
copy from t/tests/cruft-general-quilt/debian/debian/source/format
copy to t/tests/basic-quilt/debian/debian/source/format
diff --git a/t/tests/basic-quilt/desc b/t/tests/basic-quilt/desc
new file mode 100644
index 0000000..53a99b9
--- /dev/null
+++ b/t/tests/basic-quilt/desc
@@ -0,0 +1,5 @@
+Testname: basic-quilt
+Sequence: 0001
+Type: non-native
+Version: 1.0-1
+Description: Basic test of a 3.0 (quilt) non-native package
diff --git a/t/debs/deb-format-record-size/tags b/t/tests/basic-quilt/tags
similarity index 100%
copy from t/debs/deb-format-record-size/tags
copy to t/tests/basic-quilt/tags
diff --git a/t/tests/basic-non-native-with-epoch/upstream/README b/t/tests/basic-quilt/upstream/README
similarity index 100%
copy from t/tests/basic-non-native-with-epoch/upstream/README
copy to t/tests/basic-quilt/upstream/README

-- 
Debian package checker


Reply to: