[flintqs] 02/02: Additional changes to Debian package

Dominique Ingoglia godel108-guest at alioth.debian.org
Mon Sep 9 21:47:34 UTC 2013


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

godel108-guest pushed a commit to branch master
in repository flintqs.

commit 90a7363decb53ac26f257a9313a5f0f667ea99d9
Author: Dominique Ingoglia <Dominique.Ingoglia at gmail.com>
Date:   Mon Sep 9 15:51:31 2013 -0600

    Additional changes to Debian package
---
 .QS.cpp.swp                                        |  Bin 0 -> 4096 bytes
 F2matrix.o                                         |  Bin 0 -> 5784 bytes
 ModuloArith.o                                      |  Bin 0 -> 3016 bytes
 QS.o                                               |  Bin 0 -> 38920 bytes
 QuadraticSieve                                     |  Bin 0 -> 64792 bytes
 TonelliShanks.o                                    |  Bin 0 -> 6144 bytes
 debian/files                                       |    1 +
 debian/flintqs.debhelper.log                       |   19 ++++++++++++++
 debian/flintqs.substvars                           |    1 +
 debian/flintqs/DEBIAN/control                      |   17 ++++++++++++
 debian/flintqs/DEBIAN/md5sums                      |    2 ++
 .../usr/share/doc/flintqs/changelog.Debian.gz      |  Bin 0 -> 165 bytes
 debian/flintqs/usr/share/doc/flintqs/copyright     |   27 ++++++++++++++++++++
 lanczos.o                                          |  Bin 0 -> 15736 bytes
 lprels.o                                           |  Bin 0 -> 21592 bytes
 15 files changed, 67 insertions(+)

diff --git a/.QS.cpp.swp b/.QS.cpp.swp
new file mode 100644
index 0000000..3bab53f
Binary files /dev/null and b/.QS.cpp.swp differ
diff --git a/F2matrix.o b/F2matrix.o
new file mode 100644
index 0000000..05d869a
Binary files /dev/null and b/F2matrix.o differ
diff --git a/ModuloArith.o b/ModuloArith.o
new file mode 100644
index 0000000..3eace32
Binary files /dev/null and b/ModuloArith.o differ
diff --git a/QS.o b/QS.o
new file mode 100644
index 0000000..1cad78a
Binary files /dev/null and b/QS.o differ
diff --git a/QuadraticSieve b/QuadraticSieve
new file mode 100755
index 0000000..681f73c
Binary files /dev/null and b/QuadraticSieve differ
diff --git a/TonelliShanks.o b/TonelliShanks.o
new file mode 100644
index 0000000..b28a686
Binary files /dev/null and b/TonelliShanks.o differ
diff --git a/debian/files b/debian/files
new file mode 100644
index 0000000..f11d1d0
--- /dev/null
+++ b/debian/files
@@ -0,0 +1 @@
+flintqs_20070817-1_amd64.deb math optional
diff --git a/debian/flintqs.debhelper.log b/debian/flintqs.debhelper.log
new file mode 100644
index 0000000..8a20170
--- /dev/null
+++ b/debian/flintqs.debhelper.log
@@ -0,0 +1,19 @@
+dh_auto_configure
+dh_auto_build
+dh_auto_test
+dh_prep
+dh_installdocs
+dh_installchangelogs
+dh_pysupport
+dh_perl
+dh_link
+dh_compress
+dh_fixperms
+dh_strip
+dh_makeshlibs
+dh_shlibdeps
+dh_installdeb
+dh_gencontrol
+dh_md5sums
+dh_builddeb
+dh_builddeb
diff --git a/debian/flintqs.substvars b/debian/flintqs.substvars
new file mode 100644
index 0000000..abd3ebe
--- /dev/null
+++ b/debian/flintqs.substvars
@@ -0,0 +1 @@
+misc:Depends=
diff --git a/debian/flintqs/DEBIAN/control b/debian/flintqs/DEBIAN/control
new file mode 100644
index 0000000..62c2265
--- /dev/null
+++ b/debian/flintqs/DEBIAN/control
@@ -0,0 +1,17 @@
+Package: flintqs
+Version: 20070817-1
+Architecture: amd64
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Installed-Size: 26
+Section: math
+Priority: optional
+Description: for flint, a library for number theory
+ The Fast Library for Integer Number Theory is a C library which supports
+ polynomial arithmetic over the integers, fast integer arithmetic and factoring
+ (including a highly optimized quadratic sieve).
+ .
+ FLINT has funtionality similar to that of the Number Theory Library (NTL).
+ However, unlike NTL, which is designed primarily for asymptotic performance,
+ FLINT is designed for good performance in small cases as well.
+ .
+ This package contains the FLINTQS shared library.
diff --git a/debian/flintqs/DEBIAN/md5sums b/debian/flintqs/DEBIAN/md5sums
new file mode 100644
index 0000000..4721a39
--- /dev/null
+++ b/debian/flintqs/DEBIAN/md5sums
@@ -0,0 +1,2 @@
+c19e13c48544afb66d03ad817055db53  usr/share/doc/flintqs/changelog.Debian.gz
+ebf95d5495270334d4cf019538c4ea6b  usr/share/doc/flintqs/copyright
diff --git a/debian/flintqs/usr/share/doc/flintqs/changelog.Debian.gz b/debian/flintqs/usr/share/doc/flintqs/changelog.Debian.gz
new file mode 100644
index 0000000..35a17c3
Binary files /dev/null and b/debian/flintqs/usr/share/doc/flintqs/changelog.Debian.gz differ
diff --git a/debian/flintqs/usr/share/doc/flintqs/copyright b/debian/flintqs/usr/share/doc/flintqs/copyright
new file mode 100644
index 0000000..02e5a06
--- /dev/null
+++ b/debian/flintqs/usr/share/doc/flintqs/copyright
@@ -0,0 +1,27 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: flintqs
+Upstream-Contact: William Hart <hart_wb at yahoo.com>
+Source: http://www.sagemath.org/packages/upstream/flintqs/
+
+Files: debian/*
+Copyright: 2013, Dominique Ingoglia <Dominique.Ingoglia at gmail.com>
+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/lanczos.o b/lanczos.o
new file mode 100644
index 0000000..928db44
Binary files /dev/null and b/lanczos.o differ
diff --git a/lprels.o b/lprels.o
new file mode 100644
index 0000000..9340d47
Binary files /dev/null and b/lprels.o differ

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



More information about the debian-science-commits mailing list