[yosys] 01/01: Description -> Subject Author -> From (to make it compatible with "gbp pq")

Ruben Undheim rubund-guest at moszumanska.debian.org
Sat May 14 09:21:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository yosys.

commit b1fb20c2ac32b84ceda9f4655acc495377779813
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sat May 14 11:14:10 2016 +0200

    Description -> Subject
    Author -> From
     (to make it compatible with "gbp pq")
---
 debian/patches/01_gitrevision.patch                 | 4 ++--
 debian/patches/02_removeabc.patch                   | 4 ++--
 debian/patches/03_notruntests.patch                 | 4 ++--
 debian/patches/05_abc_executable.patch              | 4 ++--
 debian/patches/add-missing-headers.patch            | 4 ++--
 debian/patches/fix_ftbfs_cannot_find_infinite.patch | 4 ++--
 debian/patches/fixup-initalization.patch            | 6 ++----
 debian/patches/kfreebsd-support.patch               | 4 ++--
 debian/patches/manual-build.patch                   | 4 ++--
 debian/patches/spelling-fixes.patch                 | 4 ++--
 debian/patches/switch-to-free-font.patch            | 4 ++--
 11 files changed, 22 insertions(+), 24 deletions(-)

diff --git a/debian/patches/01_gitrevision.patch b/debian/patches/01_gitrevision.patch
index d1bc7ee..049f1eb 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 at gmail.com>
+From: Ruben Undheim <ruben.undheim at 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 c86d7f5..7bb0f71 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 at gmail.com>
+From: Ruben Undheim <ruben.undheim at gmail.com>
 Index: yosys/Makefile
 ===================================================================
 --- yosys.orig/Makefile
diff --git a/debian/patches/03_notruntests.patch b/debian/patches/03_notruntests.patch
index 6275dea..9e953f6 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 at gmail.com>
+From: Ruben Undheim <ruben.undheim at 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 5a57903..ce2e289 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 at gmail.com>
+From: Ruben Undheim <ruben.undheim at 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 1ba95e2..181ee13 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 at highlab.com>
+Subject: Include all headers needed to build the yosys plugins.
+From: Sebastian Kuzminsky <seb at 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 97b915b..7485274 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 at gmail.com>
+From: Ruben Undheim <ruben.undheim at 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 6207ad8..0cf84ca 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 at clifford.at>
+From: Clifford Wolf <clifford at 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 9da6cd9..78e4a05 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 at highlab.com>
+From: Sebastian Kuzminsky <seb at highlab.com>
 
 Index: yosys/kernel/driver.cc
 ===================================================================
diff --git a/debian/patches/manual-build.patch b/debian/patches/manual-build.patch
index e650417..9f1ee9c 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 at highlab.com>
+From: Sebastian Kuzminsky <seb at 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 5070041..4762b29 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 at highlab.com>
+From: Sebastian Kuzminsky <seb at 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 f7a539d..b8c7304 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 at highlab.com>
+Subject: Switch the yosys manual font from luximono (non-free) to libertine (free)
+From: Sebastian Kuzminsky <seb at 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yosys.git



More information about the debian-science-commits mailing list