summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2016-05-14 11:14:10 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2016-05-14 11:20:37 +0200
commitb1fb20c2ac32b84ceda9f4655acc495377779813 (patch)
treed3448ba986fe445ba87eea8228db3e66808908b7
parentf7d0987216fc6aba59631a102a995adb54748245 (diff)
Description -> Subject
Author -> From (to make it compatible with "gbp pq")
-rw-r--r--debian/patches/01_gitrevision.patch4
-rw-r--r--debian/patches/02_removeabc.patch4
-rw-r--r--debian/patches/03_notruntests.patch4
-rw-r--r--debian/patches/05_abc_executable.patch4
-rw-r--r--debian/patches/add-missing-headers.patch4
-rw-r--r--debian/patches/fix_ftbfs_cannot_find_infinite.patch4
-rw-r--r--debian/patches/fixup-initalization.patch6
-rw-r--r--debian/patches/kfreebsd-support.patch4
-rw-r--r--debian/patches/manual-build.patch4
-rw-r--r--debian/patches/spelling-fixes.patch4
-rw-r--r--debian/patches/switch-to-free-font.patch4
11 files changed, 22 insertions, 24 deletions
diff --git a/debian/patches/01_gitrevision.patch b/debian/patches/01_gitrevision.patch
index d1bc7eec..049f1eb5 100644
--- a/debian/patches/01_gitrevision.patch
+++ b/debian/patches/01_gitrevision.patch
@@ -1,10 +1,10 @@
-Description: Compilation from the upstream code depends on being in
+Subject: Compilation from the upstream code depends on being in
the git repository to get the correct git-revision to be shown when
running the program. This patch puts in the git revision from the
correct upstream.
It must be updated every time upstream changes!
Forwarded: doesn't make sense upstream
-Author: Ruben Undheim <ruben.undheim@gmail.com>
+From: Ruben Undheim <ruben.undheim@gmail.com>
Index: yosys/Makefile
===================================================================
--- yosys.orig/Makefile 2016-02-27 16:25:32.341035024 -0700
diff --git a/debian/patches/02_removeabc.patch b/debian/patches/02_removeabc.patch
index c86d7f59..7bb0f71c 100644
--- a/debian/patches/02_removeabc.patch
+++ b/debian/patches/02_removeabc.patch
@@ -1,7 +1,7 @@
-Description: Don't build abc when building yosys.
+Subject: Don't build abc when building yosys.
It is built as a separate source package.
Forwarded: doesn't make sense upstream
-Author: Ruben Undheim <ruben.undheim@gmail.com>
+From: Ruben Undheim <ruben.undheim@gmail.com>
Index: yosys/Makefile
===================================================================
--- yosys.orig/Makefile
diff --git a/debian/patches/03_notruntests.patch b/debian/patches/03_notruntests.patch
index 6275dea2..9e953f63 100644
--- a/debian/patches/03_notruntests.patch
+++ b/debian/patches/03_notruntests.patch
@@ -1,7 +1,7 @@
-Description: Do not run the long test suite when
+Subject: Do not run the long test suite when
building for debian.
Forwarded: doesn't make sense upstream
-Author: Ruben Undheim <ruben.undheim@gmail.com>
+From: Ruben Undheim <ruben.undheim@gmail.com>
Index: yosys/Makefile
===================================================================
--- yosys.orig/Makefile
diff --git a/debian/patches/05_abc_executable.patch b/debian/patches/05_abc_executable.patch
index 5a57903f..ce2e2890 100644
--- a/debian/patches/05_abc_executable.patch
+++ b/debian/patches/05_abc_executable.patch
@@ -1,9 +1,9 @@
-Description: The dependency abc is built with the name yosys-abc
+Subjec: The dependency abc is built with the name yosys-abc
upstream. Since it is available as a separate package independently
of yosys, it is not called yosys-abc in debian.
This patch changes the name of the command that yosys looks for.
Forwarded: doesn't make sense upstream
-Author: Ruben Undheim <ruben.undheim@gmail.com>
+From: Ruben Undheim <ruben.undheim@gmail.com>
Index: yosys/passes/techmap/abc.cc
===================================================================
--- yosys.orig/passes/techmap/abc.cc
diff --git a/debian/patches/add-missing-headers.patch b/debian/patches/add-missing-headers.patch
index 1ba95e2b..181ee130 100644
--- a/debian/patches/add-missing-headers.patch
+++ b/debian/patches/add-missing-headers.patch
@@ -1,5 +1,5 @@
-Description: Include all headers needed to build the yosys plugins.
-Author: Sebastian Kuzminsky <seb@highlab.com>
+Subject: Include all headers needed to build the yosys plugins.
+From: Sebastian Kuzminsky <seb@highlab.com>
Index: yosys/Makefile
===================================================================
--- yosys.orig/Makefile
diff --git a/debian/patches/fix_ftbfs_cannot_find_infinite.patch b/debian/patches/fix_ftbfs_cannot_find_infinite.patch
index 97b915b5..74852747 100644
--- a/debian/patches/fix_ftbfs_cannot_find_infinite.patch
+++ b/debian/patches/fix_ftbfs_cannot_find_infinite.patch
@@ -1,6 +1,6 @@
-Description: This patch fixes an FTBFS due to std::infinite not
+Subject: This patch fixes an FTBFS due to std::infinite not
available
-Author: Ruben Undheim <ruben.undheim@gmail.com>
+From: Ruben Undheim <ruben.undheim@gmail.com>
Bug-Debian: https://bugs.debian.org/822408
Index: yosys/frontends/ast/ast.cc
diff --git a/debian/patches/fixup-initalization.patch b/debian/patches/fixup-initalization.patch
index 6207ad80..0cf84cae 100644
--- a/debian/patches/fixup-initalization.patch
+++ b/debian/patches/fixup-initalization.patch
@@ -1,8 +1,6 @@
-commit 965b0d59b5da01dc34f01e01d723b75140df7c60 (clifford-wolf/master, clifford-wolf/HEAD)
-Author: Clifford Wolf <clifford@clifford.at>
+From: Clifford Wolf <clifford@clifford.at>
Date: Fri Apr 22 12:13:06 2016 +0200
-
- More flexible handling of initialization values
+Subject: More flexible handling of initialization values
diff --git a/passes/proc/proc_init.cc b/passes/proc/proc_init.cc
index 523af0a..0c8fb83 100644
diff --git a/debian/patches/kfreebsd-support.patch b/debian/patches/kfreebsd-support.patch
index 9da6cd91..78e4a05c 100644
--- a/debian/patches/kfreebsd-support.patch
+++ b/debian/patches/kfreebsd-support.patch
@@ -1,8 +1,8 @@
-Description: Change yosys to look for the #define constant "__unix__"
+Subject: Change yosys to look for the #define constant "__unix__"
instead of "__linux__", to select code appropriate for Unix-like
systems. This has been tested with Clang 3.5 and GCC 4.6, 4.8, and
4.9 on Linux, and Clang 3.5 and GCC 4.9 on kFreeBSD.
-Author: Sebastian Kuzminsky <seb@highlab.com>
+From: Sebastian Kuzminsky <seb@highlab.com>
Index: yosys/kernel/driver.cc
===================================================================
diff --git a/debian/patches/manual-build.patch b/debian/patches/manual-build.patch
index e6504174..9f1ee9cd 100644
--- a/debian/patches/manual-build.patch
+++ b/debian/patches/manual-build.patch
@@ -1,6 +1,6 @@
-Description: build the manual using the headers from the source tree, not
+Subject: build the manual using the headers from the source tree, not
the installed ones.
-Author: Sebastian Kuzminsky <seb@highlab.com>
+From: Sebastian Kuzminsky <seb@highlab.com>
Index: yosys/manual/PRESENTATION_Prog/Makefile
===================================================================
--- yosys.orig/manual/PRESENTATION_Prog/Makefile 2016-02-28 22:25:29.557021857 -0700
diff --git a/debian/patches/spelling-fixes.patch b/debian/patches/spelling-fixes.patch
index 50700418..4762b296 100644
--- a/debian/patches/spelling-fixes.patch
+++ b/debian/patches/spelling-fixes.patch
@@ -1,6 +1,6 @@
-Description: Fix some spelling mistakes in upstream's strings.
+Subject: Fix some spelling mistakes in upstream's strings.
Forwarded: accepted by upstream in PR #119
-Author: Sebastian Kuzminsky <seb@highlab.com>
+From: Sebastian Kuzminsky <seb@highlab.com>
Index: yosys/backends/json/json.cc
===================================================================
--- yosys.orig/backends/json/json.cc 2016-02-24 15:41:34.500689004 -0700
diff --git a/debian/patches/switch-to-free-font.patch b/debian/patches/switch-to-free-font.patch
index f7a539d4..b8c7304c 100644
--- a/debian/patches/switch-to-free-font.patch
+++ b/debian/patches/switch-to-free-font.patch
@@ -1,5 +1,5 @@
-Description: Switch the yosys manual font from luximono (non-free) to libertine (free)
-Author: Sebastian Kuzminsky <seb@highlab.com>
+Subject: Switch the yosys manual font from luximono (non-free) to libertine (free)
+From: Sebastian Kuzminsky <seb@highlab.com>
Index: yosys/manual/APPNOTE_010_Verilog_to_BLIF.tex
===================================================================
--- yosys.orig/manual/APPNOTE_010_Verilog_to_BLIF.tex 2016-02-28 22:17:25.000000000 -0700