[SCM] Library for computing Fast Fourier Transforms branch, master, updated. debian/3.3.2-3-23-ge595a2d

Julian Taylor jtaylor.debian at googlemail.com
Tue Dec 4 20:50:23 UTC 2012


The following commit has been merged in the master branch:
commit e595a2dccff57f8dc6f59725a15ebda65c93f459
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Tue Dec 4 20:56:41 2012 +0100

    remove disabled patch, obsolete with dh-autoreconf anyway

diff --git a/debian/changelog b/debian/changelog
index 337af1c..a2a7404 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ fftw3 (3.3.3-1) experimental; urgency=low
   * add .NOTPARALLEL to debian/rules
   * escape minus signs in 03_fix_manpages.diff
   * pkg-config.patch: move -lm to Libs.private
+  * delete obsolete and disabled 10_uptodate_configure.diff
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Sat, 01 Dec 2012 19:12:03 +0100
 
diff --git a/debian/patches/10_uptodate_configure.diff b/debian/patches/10_uptodate_configure.diff
deleted file mode 100644
index ad5ba15..0000000
--- a/debian/patches/10_uptodate_configure.diff
+++ /dev/null
@@ -1,22 +0,0 @@
---- kino/config.sub	2009-01-29 08:30:53.000000000 +0100
-+++ kino/config.sub	2009-03-17 13:40:53.000000000 +0100
-@@ -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
---- kino/config.guess	2009-01-29 08:30:53.000000000 +0100
-+++ kino/config.guess	2009-03-17 13:39:55.000000000 +0100
-@@ -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

-- 
Library for computing Fast Fourier Transforms



More information about the debian-science-commits mailing list