[Pkg-electronics-commits] [SCM] Debian packaging for Icarus Verilog branch, master, updated. debian/0.8.6-1-10-g04ab388

أحÙد الÙØ­Ùودي (Ahmed El-Mahmoudy) aelmahmoudy at users.sourceforge.net
Tue Aug 18 15:47:00 UTC 2009


The following commit has been merged in the master branch:
commit 04ab388c8c46f5dc9e2eb9f143ccc889e874b61b
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
Date:   Mon Aug 17 22:09:09 2009 +0300

    Added outdated_config.diff patch for config.{sub,guess} to call their
    up-to-date versions. (Closes: #542074)

diff --git a/debian/patches/outdated_config.diff b/debian/patches/outdated_config.diff
new file mode 100644
index 0000000..07b7c48
--- /dev/null
+++ b/debian/patches/outdated_config.diff
@@ -0,0 +1,23 @@
+Patch config.{sub,guess} to call their up-to-date versions.
+--- a/config.guess
++++ b/config.guess
+@@ -1,4 +1,8 @@
+ #! /bin/sh
++if [ -x /usr/share/misc/config.guess ]; then
++  exec /usr/share/misc/config.guess "$@"
++fi
++
+ # Attempt to guess a canonical system name.
+ #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+ #   2000, 2001, 2002 Free Software Foundation, Inc.
+--- a/config.sub
++++ b/config.sub
+@@ -1,4 +1,8 @@
+ #! /bin/sh
++if [ -x /usr/share/misc/config.sub ]; then
++  exec /usr/share/misc/config.sub "$@"
++fi
++
+ # Configuration validation subroutine script.
+ #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+ #   2000, 2001, 2002 Free Software Foundation, Inc.
diff --git a/debian/patches/series b/debian/patches/series
index 3495359..fcef22b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 manpages.diff
+outdated_config.diff

-- 
Debian packaging for Icarus Verilog



More information about the Pkg-electronics-commits mailing list