From 1c6e9bae3de9fbf5747a825564856cfe7458945b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Jun 2024 18:23:58 +0200 Subject: Adding debian version 0.7.16-0.1. Signed-off-by: Daniel Baumann --- .../0001-Ensure-deterministic-dict-ordering.patch | 25 ++++++++++++++++++++++ ...-Remove-external-reference-to-github.blog.patch | 22 +++++++++++++++++++ debian/patches/series | 2 ++ 3 files changed, 49 insertions(+) create mode 100644 debian/patches/0001-Ensure-deterministic-dict-ordering.patch create mode 100644 debian/patches/0002-Remove-external-reference-to-github.blog.patch create mode 100644 debian/patches/series (limited to 'debian/patches') diff --git a/debian/patches/0001-Ensure-deterministic-dict-ordering.patch b/debian/patches/0001-Ensure-deterministic-dict-ordering.patch new file mode 100644 index 0000000..ce00222 --- /dev/null +++ b/debian/patches/0001-Ensure-deterministic-dict-ordering.patch @@ -0,0 +1,25 @@ +From: "Jeremy T. Bouse" +Date: Sun, 13 Jun 2021 14:17:07 -0400 +Subject: Ensure deterministic dict ordering to ensure builds are + reproducible. + +See https://reproducible-builds.org/ + +Signed-off-by: Chris Lamb +--- + alabaster/navigation.html | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/alabaster/navigation.html b/alabaster/navigation.html +index 760dcc9..f854061 100644 +--- a/alabaster/navigation.html ++++ b/alabaster/navigation.html +@@ -3,7 +3,7 @@ + {% if theme_extra_nav_links %} +
+
    +- {% for text, uri in theme_extra_nav_links.items() %} ++ {% for text, uri in theme_extra_nav_links.items()|sort %} +
  • {{ text }}
  • + {% endfor %} +
diff --git a/debian/patches/0002-Remove-external-reference-to-github.blog.patch b/debian/patches/0002-Remove-external-reference-to-github.blog.patch new file mode 100644 index 0000000..cf68937 --- /dev/null +++ b/debian/patches/0002-Remove-external-reference-to-github.blog.patch @@ -0,0 +1,22 @@ +From: "Jeremy T. Bouse" +Date: Sun, 13 Jun 2021 15:08:28 -0400 +Subject: Remove external reference to github.blog + +Forwarded: not-needed +--- + alabaster/layout.html | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/alabaster/layout.html b/alabaster/layout.html +index a7ca710..65d35c3 100644 +--- a/alabaster/layout.html ++++ b/alabaster/layout.html +@@ -102,7 +102,7 @@ + + {% if theme_github_banner|lower != 'false' %} + +- Fork me on GitHub ++ Fork me on GitHub + + {% endif %} + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..3158e5f --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,2 @@ +0001-Ensure-deterministic-dict-ordering.patch +0002-Remove-external-reference-to-github.blog.patch -- cgit v1.2.3