[clfft] 01/50: files related to debian packaging

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri May 29 08:19:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/sid
in repository clfft.

commit 3eb0e85d626723e389199da595bca82deb30867e
Author: Jerome Kieffer <jerome.kieffer at terre-adelie.org>
Date:   Tue Apr 7 20:59:54 2015 +0200

    files related to debian packaging
---
 debian/control       | 39 +++++++++++++++++++++++++++++++++++++++
 debian/copyright     | 32 ++++++++++++++++++++++++++++++++
 debian/rules         | 14 ++++++++++++++
 debian/source/format |  1 +
 4 files changed, 86 insertions(+)

diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..710fcf6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,39 @@
+Source: clfft
+Priority: extra
+Maintainer: Jerome Kieffer <jerome.kieffer at esrf.fr>
+Build-Depends: debhelper (>= 9), cmake
+Standards-Version: 3.9.4
+Section: libs
+Homepage: https://github.com/clMathLibraries/clFFT
+#Vcs-Git: git://git.debian.org/collab-maint/clfft.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/clfft.git;a=summary
+
+Package: clfft-dev
+Section: libdevel
+Architecture: any
+Depends: clfft2 (= ${binary:Version})
+Description: clFFT is an open source OpenCL library implementation of FFT
+ The FFT is an implementation of the Discrete Fourier Transform (DFT) that
+ makes use of symmetries in the FFT definition to reduce the mathematical
+ intensity required from O(N2) to O(N log2( N )) when the sequence length
+ N is the product of small prime factors. Currently, there is no standard
+ API for FFT routines. Hardware vendors usually provide a set of
+ high-performance FFTs optimized for their systems: no two vendors employ
+ the same interfaces for their FFT routines. clFFT provides a set of FFT
+ routines that are optimized for AMD graphics processors, but also are
+ functional across CPU and other compute devices.
+
+Package: clfft2
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: clFFT is an open source OpenCL library implementation of FFT
+ The FFT is an implementation of the Discrete Fourier Transform (DFT) that
+ makes use of symmetries in the FFT definition to reduce the mathematical
+ intensity required from O(N2) to O(N log2( N )) when the sequence length
+ N is the product of small prime factors. Currently, there is no standard
+ API for FFT routines. Hardware vendors usually provide a set of
+ high-performance FFTs optimized for their systems: no two vendors employ
+ the same interfaces for their FFT routines. clFFT provides a set of FFT
+ routines that are optimized for AMD graphics processors, but also are
+ functional across CPU and other compute devices.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..04fb8bb
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: clFFT
+Source: https://github.com/clMathLibraries/clFFT
+
+Files: *
+Copyright: 2015 AMD
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2015 Jerome Kieffer <jerome.kieffer at esrf.fr>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
+# Please avoid to pick license terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b2bc650
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh --buildsystem=cmake --sourcedirectory=src $@
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git



More information about the debian-science-commits mailing list