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

Julian Taylor jtaylor.debian at googlemail.com
Fri Dec 7 12:19:43 UTC 2012


The following commit has been merged in the master branch:
commit c2a37f70c956f0dc25cb92d146a7d5544a279c62
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Fri Dec 7 12:17:59 2012 +0100

    don't install tests as examples
    
    the test code is not really a good example and doesn't compile without
    internal libbench anyway

diff --git a/debian/changelog b/debian/changelog
index a2a7404..551efff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ fftw3 (3.3.3-1) experimental; urgency=low
   * escape minus signs in 03_fix_manpages.diff
   * pkg-config.patch: move -lm to Libs.private
   * delete obsolete and disabled 10_uptodate_configure.diff
+  * don't install tests as examples, they are not good examples and won't
+    compile without files in the source tree
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Sat, 01 Dec 2012 19:12:03 +0100
 
diff --git a/debian/libfftw3-dev.examples b/debian/libfftw3-dev.examples
deleted file mode 100644
index cfb9cc1..0000000
--- a/debian/libfftw3-dev.examples
+++ /dev/null
@@ -1,5 +0,0 @@
-tests/README
-tests/*.c
-tests/*.pl
-tests/*.am
-tests/*.in
diff --git a/debian/rules b/debian/rules
index e249613..f2cdcad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -165,7 +165,7 @@ binary-arch: build-arch
 
 	dh_installman -a
 	dh_strip --dbg-package=libfftw3-dbg -a
-	dh_compress -a -X.c -X.pl -X.am -X.in
+	dh_compress -a
 	dh_fixperms -a
 	dh_makeshlibs -a
 	dh_installdeb -a

-- 
Library for computing Fast Fourier Transforms



More information about the debian-science-commits mailing list