[Pkg-electronics-commits] [SCM] Packaging for covered branch, master, updated. f24dc4aa736e788b99eeb9b8d45859e3ed3e364d

أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmoudy at users.sourceforge.net
Thu Oct 29 20:28:57 UTC 2009


The following commit has been merged in the master branch:
commit a79b62799b0daa01e26707bc69e0f2a8aed99ca5
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
Date:   Fri Oct 16 05:47:45 2009 +0200

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

diff --git a/debian/patches/outdated_config.diff b/debian/patches/outdated_config.diff
new file mode 100644
index 0000000..d6df7b9
--- /dev/null
+++ b/debian/patches/outdated_config.diff
@@ -0,0 +1,24 @@
+Description: Patch config.{sub,guess} to call their up-to-date versions.
+Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
+--- 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 5a71c25..b1e780b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 tclscript_install.diff
+outdated_config.diff

-- 
Packaging for covered



More information about the Pkg-electronics-commits mailing list