From 75808db17caf8b960b351e3408e74142f4c85aac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:42:30 +0200 Subject: Adding upstream version 2.117.0. Signed-off-by: Daniel Baumann --- .../build-spec/debian/NEWS | 7 +++++++ .../build-spec/debian/rules | 14 ++++++++++++++ .../build-spec/fill-values | 3 +++ .../eval/desc | 2 ++ .../eval/hints | 2 ++ 5 files changed, 28 insertions(+) create mode 100644 t/recipes/checks/debian/changelog/changelog-file-news-and-changelog-not-compressed/build-spec/debian/NEWS create mode 100755 t/recipes/checks/debian/changelog/changelog-file-news-and-changelog-not-compressed/build-spec/debian/rules create mode 100644 t/recipes/checks/debian/changelog/changelog-file-news-and-changelog-not-compressed/build-spec/fill-values create mode 100644 t/recipes/checks/debian/changelog/changelog-file-news-and-changelog-not-compressed/eval/desc create mode 100644 t/recipes/checks/debian/changelog/changelog-file-news-and-changelog-not-compressed/eval/hints (limited to 't/recipes/checks/debian/changelog/changelog-file-news-and-changelog-not-compressed') diff --git a/t/recipes/checks/debian/changelog/changelog-file-news-and-changelog-not-compressed/build-spec/debian/NEWS b/t/recipes/checks/debian/changelog/changelog-file-news-and-changelog-not-compressed/build-spec/debian/NEWS new file mode 100644 index 0000000..6a69656 --- /dev/null +++ b/t/recipes/checks/debian/changelog/changelog-file-news-and-changelog-not-compressed/build-spec/debian/NEWS @@ -0,0 +1,7 @@ +changelog-file-news-and-changelog-not-compressed (1.0) unstable; urgency=low + + Something incredibly important... or maybe this is just a + lintian test for an uncompressed NEWS file. + + -- Niels Thykier Wed, 10 Aug 2011 21:09:24 +0200 + \ No newline at end of file diff --git a/t/recipes/checks/debian/changelog/changelog-file-news-and-changelog-not-compressed/build-spec/debian/rules b/t/recipes/checks/debian/changelog/changelog-file-news-and-changelog-not-compressed/build-spec/debian/rules new file mode 100755 index 0000000..f957b51 --- /dev/null +++ b/t/recipes/checks/debian/changelog/changelog-file-news-and-changelog-not-compressed/build-spec/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f +pkg = $(shell dh_listpackages) + +%: + dh $@ + +override_dh_installchangelogs: + install -c -m 644 debian/changelog \ + debian/$(pkg)/usr/share/doc/$(pkg)/changelog + install -c -m 644 debian/NEWS \ + debian/$(pkg)/usr/share/doc/$(pkg)/NEWS.Debian + +override_dh_compress: + diff --git a/t/recipes/checks/debian/changelog/changelog-file-news-and-changelog-not-compressed/build-spec/fill-values b/t/recipes/checks/debian/changelog/changelog-file-news-and-changelog-not-compressed/build-spec/fill-values new file mode 100644 index 0000000..8fc7c20 --- /dev/null +++ b/t/recipes/checks/debian/changelog/changelog-file-news-and-changelog-not-compressed/build-spec/fill-values @@ -0,0 +1,3 @@ +Skeleton: upload-native +Testname: changelog-file-news-and-changelog-not-compressed +Description: General tests for changelog-file tags diff --git a/t/recipes/checks/debian/changelog/changelog-file-news-and-changelog-not-compressed/eval/desc b/t/recipes/checks/debian/changelog/changelog-file-news-and-changelog-not-compressed/eval/desc new file mode 100644 index 0000000..9d29525 --- /dev/null +++ b/t/recipes/checks/debian/changelog/changelog-file-news-and-changelog-not-compressed/eval/desc @@ -0,0 +1,2 @@ +Testname: changelog-file-news-and-changelog-not-compressed +Check: debian/changelog diff --git a/t/recipes/checks/debian/changelog/changelog-file-news-and-changelog-not-compressed/eval/hints b/t/recipes/checks/debian/changelog/changelog-file-news-and-changelog-not-compressed/eval/hints new file mode 100644 index 0000000..2715a6c --- /dev/null +++ b/t/recipes/checks/debian/changelog/changelog-file-news-and-changelog-not-compressed/eval/hints @@ -0,0 +1,2 @@ +changelog-file-news-and-changelog-not-compressed (binary): debian-news-file-not-compressed [usr/share/doc/changelog-file-news-and-changelog-not-compressed/NEWS.Debian] +changelog-file-news-and-changelog-not-compressed (binary): changelog-file-not-compressed [usr/share/doc/changelog-file-news-and-changelog-not-compressed/changelog] -- cgit v1.2.3