[pfft] 02/05: initial debianization

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Aug 31 08:44:05 UTC 2014


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

ghisvail-guest pushed a commit to branch master
in repository pfft.

commit debae74d3e263b81279bd2ac27857985a46a0ae6
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sat Aug 30 20:17:03 2014 +0100

    initial debianization
---
 debian/changelog           |  5 ++++
 debian/compat              |  1 +
 debian/control             | 57 ++++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright           | 15 ++++++++++++
 debian/libpfft-dev.install |  2 ++
 debian/libpfft0.install    |  1 +
 debian/rules               | 14 ++++++++++++
 debian/source/format       |  1 +
 debian/watch               |  2 ++
 9 files changed, 98 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5038a88
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pfft (1.0.7-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #000000)
+
+ -- Ghislain Antony Vaillant <ghisvail at gmail.com>  Sat, 30 Aug 2014 19:29:20 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..184f309
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,57 @@
+Source: pfft
+Section: libs
+Priority: optional
+Maintainer: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Build-Depends:
+ debhelper (>= 9),
+ dh-autoreconf,
+ libfftw3-dev,
+ libfftw3-mpi-dev,
+ libopenmpi-dev
+Standards-Version: 3.9.5
+Homepage: https://www-user.tu-chemnitz.de/~mpip/software.php.en#pfft
+#Vcs-Git: git://anonscm.debian.org/debian-science/packages/pfft.git
+#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/pfft.git
+
+Package: libpfft0
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Description: Parallel FFT software library based on MPI -- shared library
+ PFFT is a parallel FFT software library based on MPI and distributed under 
+ GPL license.
+ .
+ This package contains the shared version of the library.
+
+Package: libpfft-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libpfft0 (= ${binary:Version})
+Description: Parallel FFT software library based on MPI -- header files
+ PFFT is a parallel FFT software library based on MPI and distributed under 
+ GPL license.
+ .
+ This package contains the header files and static version of the library.
+
+Package: libpfft0-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${misc:Depends},
+ libpfft0 (= ${binary:Version})
+Suggests:
+ libfftw3-dbg
+Description: Parallel FFT software library based on MPI -- debug library
+ PFFT is a parallel FFT software library based on MPI and distributed under 
+ GPL license.
+ .
+ This package contains the debugging symbols of the library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f3d6c95
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pfft
+Source: https://www-user.tu-chemnitz.de/~mpip/software.php.en#pnfftDownloads
+
+Files: *
+Copyright: 2013 Michael Pippig <michael.pippig at mathematik.tu-chemnitz.de>
+License: GPL-3
+
+Files: debian/*
+Copyright: 2014 Ghislain Antony Vaillant <ghisvail at gmail.com>
+License: GPL-3
+
+License: GPL-3
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/libpfft-dev.install b/debian/libpfft-dev.install
new file mode 100644
index 0000000..5590eef
--- /dev/null
+++ b/debian/libpfft-dev.install
@@ -0,0 +1,2 @@
+usr/include/pfft.h
+usr/lib/*/libpfft.so
diff --git a/debian/libpfft0.install b/debian/libpfft0.install
new file mode 100644
index 0000000..ef6246d
--- /dev/null
+++ b/debian/libpfft0.install
@@ -0,0 +1 @@
+usr/lib/*/libpfft.so.0*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cd05b98
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+#DH_VERBOSE = 1
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/default.mk
+
+%:
+	dh $@ --with autoreconf
+
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-threads --enable-portable-binary
+
+override_dh_strip:
+	dh_strip --dbg-package=libpfft0-dbg
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)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..3888833
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://www-user.tu-chemnitz.de/~mpip/software/pfft-(.*)-alpha\.tar\.gz

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



More information about the debian-science-commits mailing list