[Pkg-electronics-commits] [SCM] Packaging for GTKWave branch, master, updated. debian/3.3.41-1-7-g815b834

أحمد المحمو =?UTF-8?Q?=D8=AF=D9=8A=20?=(Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Tue Jan 8 14:58:44 UTC 2013


The following commit has been merged in the master branch:
commit ebbcf0a57dd4751ffc52dda84e3863db8021b5a0
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date:   Tue Jan 8 13:13:53 2013 +0200

    Added outdated_config.diff patch for config.{sub,guess} to call their
    up-to-date versions.

diff --git a/debian/patches/outdated_config.diff b/debian/patches/outdated_config.diff
new file mode 100644
index 0000000..90a5294
--- /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 sabily.org>
+--- 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, 2003, 2004, 2005, 2006, 2007, 2008
+--- 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, 2003, 2004, 2005, 2006, 2007, 2008
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d6cfa75
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+outdated_config.diff

-- 
Packaging for GTKWave



More information about the Pkg-electronics-commits mailing list