[flintqs] 01/02: Created working Debian package

Dominique Ingoglia godel108-guest at alioth.debian.org
Mon Sep 9 21:47:33 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 3ab02b3275226673e3f5d01f726ebe5cf6e7acd9
Author: Dominique Ingoglia <Dominique.Ingoglia at gmail.com>
Date:   Mon Sep 9 15:50:00 2013 -0600

    Created working Debian package
---
 ._QS.cpp.orig    |  Bin 229 -> 0 bytes
 debian/control   |   11 ++++++++++-
 debian/copyright |   27 +++++++++++++++++++++++++++
 3 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/._QS.cpp.orig b/._QS.cpp.orig
deleted file mode 100644
index 4fff163..0000000
Binary files a/._QS.cpp.orig and /dev/null differ
diff --git a/debian/control b/debian/control
index 356b797..3d65526 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer:Debian Science Maintainers <debian-science-maintainers at lists.alioth.d
 Uploaders:Dominique Ingoglia <dominique.ingoglia at gmail.com>
 Section:math
 Priority:optional
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Build-depends:debhelper (>= 8)
 Vcs-Git: git://git.debian.org/git/debian-science/packages/flintqs.git
 Vcs-Browser: http://git.debian.org/?p=debian-science/packages/flintqs.git
@@ -12,4 +12,13 @@ Package:flintqs
 Architecture:any
 Depends:${shlibs:Depends}, ${misc:Depends}
 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/copyright b/debian/copyright
index e69de29..02e5a06 100644
--- a/debian/copyright
+++ b/debian/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'
+

-- 
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