[gf2x] 01/01: Initial packaging work

$DEBFULLNAME julien.puydt at laposte.net
Sat Aug 24 19:57:42 UTC 2013


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

jpuydt-guest pushed a commit to branch master
in repository gf2x.

commit 3bdd34b67f1b93fe2a2e98b50e9d71708ea8474d
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sat Aug 24 21:52:07 2013 +0200

    Initial packaging work
---
 debian/changelog           |    5 +++++
 debian/compat              |    1 +
 debian/control             |   31 +++++++++++++++++++++++++++++++
 debian/copyright           |   39 +++++++++++++++++++++++++++++++++++++++
 debian/docs                |    1 +
 debian/libgf2x-dev.install |    2 ++
 debian/libgf2x1.install    |    1 +
 debian/libgf2x1.shlibs     |    1 +
 debian/rules               |    4 ++++
 debian/source/format       |    1 +
 debian/watch               |    2 ++
 11 files changed, 88 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a72bf4a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+gf2x (1.1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #720725).
+
+ -- Julien Puydt <julien.puydt at laposte.net>  Sat, 24 Aug 2013 21:04:05 +0200
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..a542629
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: gf2x
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Julien Puydt <julien.puydt at laposte.net>
+Section: math
+Priority: optional
+Standards-Version: 3.9.4
+Homepage: http://gf2x.gforge.inria.fr/
+Build-Depends: debhelper (>= 9), dh-autoreconf (>= 4~)
+Vcs-Git: git://git.debian.org/git/debian-science/packages/gf2x.git
+Vcs-Browser: http://git.debian.org/?p=debian-science/packages/gf2x.git
+
+Package: libgf2x1
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Routines for fast arithmetic in GF(2)[x]
+ GF2X  is a C/C++ software package containing routines for
+ fast arithmetic in GF(2)[x] (multiplication, squaring, GCD)
+ and searching for irreducible/primitive trinomials.
+
+Package: libgf2x-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends}, libgf2x1 (= ${binary:Version})
+Description: Routines for fast arithmetic in GF(2)[x] (development files)
+ GF2X  is a C/C++ software package containing routines for
+ fast arithmetic in GF(2)[x] (multiplication, squaring, GCD)
+ and searching for irreducible/primitive trinomials.
+ .
+ This package contains the development files for the library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ece4974
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,39 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: GF2X
+Upstream-Contact: 
+Source: http://gf2x.gforge.inria.fr/
+
+Files: *
+Copyright: 2007-2013 R. Brent, P. Gaudry, E. Thomé, P. Zimmermann
+License: GPL-2+
+
+Files: tests/check-addmul.c
+Copyright: 2010 P. Zimmermann
+License: GPL-2+
+
+Files: src/mul5clk_c.c src/mul5k_c.c src/mul7cl.c already_tuned/x86_64_pclmul/gf2x_mul5.h already_tuned/x86_64_pclmul/gf2x_mul7.h
+Copyright: 2007-2013 R. Brent, N. Estibals, P. Gaudry, E. Thomé, P. Zimmermann
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2012, Julien Puydt <julien.puydt at laposte.net>
+License: GPL-2+
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in `/usr/share/common-licenses/GPL-2'
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/libgf2x-dev.install b/debian/libgf2x-dev.install
new file mode 100644
index 0000000..86b08c7
--- /dev/null
+++ b/debian/libgf2x-dev.install
@@ -0,0 +1,2 @@
+/usr/include/*
+/usr/lib/*/*.so
diff --git a/debian/libgf2x1.install b/debian/libgf2x1.install
new file mode 100644
index 0000000..a451edd
--- /dev/null
+++ b/debian/libgf2x1.install
@@ -0,0 +1 @@
+/usr/lib/*/*.so.*
diff --git a/debian/libgf2x1.shlibs b/debian/libgf2x1.shlibs
new file mode 100644
index 0000000..bc551f4
--- /dev/null
+++ b/debian/libgf2x1.shlibs
@@ -0,0 +1 @@
+libgf2x 1 libgf2x1
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
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..347cc24
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://gforge.inria.fr/frs/?group_id=1874 .*/gf2x-(\d[-\d.]*)\.tar\.gz

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



More information about the debian-science-commits mailing list