[flintqs] 02/04: Imported Debian patch 20070817-1.0

Dominique Ingoglia godel108-guest at alioth.debian.org
Tue Aug 20 23:25:23 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 608f772177c7fec2054e57b5d73a88f9adc7edaa
Author: Dominique Ingoglia <Dominique.ingoglia at gmail.com>
Date:   Fri Aug 16 10:25:35 2013 -0600

    Imported Debian patch 20070817-1.0
---
 debian/.pc/.quilt_patches                     |    1 +
 debian/.pc/.quilt_series                      |    1 +
 debian/.pc/.version                           |    1 +
 debian/changelog                              |    5 +++++
 debian/compat                                 |    1 +
 debian/control                                |   14 +++++++++++++
 debian/copyright                              |   17 ++++++++++++++++
 debian/flintqs.dirs                           |    2 ++
 debian/patches/flintqs-gcc-4.3-fix.patch.diff |   11 ++++++++++
 debian/patches/lanczos.h.patch.diff           |   17 ++++++++++++++++
 debian/patches/log.patch.diff                 |   12 +++++++++++
 debian/patches/series                         |    4 ++++
 debian/patches/stdint.patch.diff              |   11 ++++++++++
 debian/rules                                  |    6 ++++++
 debian/source/format                          |    1 +
 debian/ssh                                    |   27 +++++++++++++++++++++++++
 debian/ssh.pub                                |    1 +
 17 files changed, 132 insertions(+)

diff --git a/debian/.pc/.quilt_patches b/debian/.pc/.quilt_patches
new file mode 100644
index 0000000..4baccb8
--- /dev/null
+++ b/debian/.pc/.quilt_patches
@@ -0,0 +1 @@
+patches
diff --git a/debian/.pc/.quilt_series b/debian/.pc/.quilt_series
new file mode 100644
index 0000000..c206706
--- /dev/null
+++ b/debian/.pc/.quilt_series
@@ -0,0 +1 @@
+series
diff --git a/debian/.pc/.version b/debian/.pc/.version
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/debian/.pc/.version
@@ -0,0 +1 @@
+2
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a62b3a2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+flintqs (20070817-1.0) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Dominique Ingoglia <Dominique.ingoglia at gmail.com>  Fri, 16 Aug 2013 10:25:35 -0600
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..301160a
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
\ No newline at end of file
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4bae82d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source:flintqs
+Maintainer:Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders:Dominique Ingoglia <dominique.ingoglia at gmail.com>
+Section:math
+Priority:optional
+Standards-Version: 3.9.3
+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
+
+Package:flintqs
+Architecture:any
+Depends:${shlibs:Depends}, ${misc:Depends}
+Description:for flint, a library for number theory
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b13e1d0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,17 @@
+Author:
+Copyright: Copyright © 2007-2008
+License: GPL-3+
+  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 3 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 the Debian GNU/Linux distribution in /etc/share/common-licenses/GPL.
+  If not, see <http://www.gnu.org/licenses/>.
+
diff --git a/debian/flintqs.dirs b/debian/flintqs.dirs
new file mode 100644
index 0000000..f57433a
--- /dev/null
+++ b/debian/flintqs.dirs
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/man/man1
\ No newline at end of file
diff --git a/debian/patches/flintqs-gcc-4.3-fix.patch.diff b/debian/patches/flintqs-gcc-4.3-fix.patch.diff
new file mode 100644
index 0000000..0a28fd1
--- /dev/null
+++ b/debian/patches/flintqs-gcc-4.3-fix.patch.diff
@@ -0,0 +1,11 @@
+--- src/QS.cpp.orig	2008-04-14 14:16:38.000000000 -0700
++++ src/QS.cpp	2008-04-14 14:16:54.000000000 -0700
+@@ -1563,7 +1563,7 @@
+    Function: Factors a user specified number using a quadratic sieve
+ 
+ ===========================================================================*/
+-int main(int argc, unsigned char *argv[])
++int main(int argc, char *argv[])
+ {
+     unsigned long multiplier;
+ 
diff --git a/debian/patches/lanczos.h.patch.diff b/debian/patches/lanczos.h.patch.diff
new file mode 100644
index 0000000..1e40fec
--- /dev/null
+++ b/debian/patches/lanczos.h.patch.diff
@@ -0,0 +1,17 @@
+diff -ur src/lanczos.h b/lanczos.h
+--- src/lanczos.h	2007-05-06 00:52:39.000000000 +0200
++++ b/lanczos.h	2012-05-26 06:17:05.784874818 +0200
+@@ -21,6 +21,13 @@
+ #ifndef LANCZOS_H
+ #define LANCZOS_H
+ 
++#ifdef __sun
++#define u_int32_t unsigned int
++#define u_int64_t unsigned long long
++#endif
++
++#include <sys/types.h> // needed on MacOS X 10.5 for uint type
++
+ #include <stdlib.h>
+ 
+ typedef struct {
diff --git a/debian/patches/log.patch.diff b/debian/patches/log.patch.diff
new file mode 100644
index 0000000..0dcf4c4
--- /dev/null
+++ b/debian/patches/log.patch.diff
@@ -0,0 +1,12 @@
+diff -ru src/QS.cpp b/QS.cpp
+--- src/QS.cpp	2008-04-14 23:16:38.000000000 +0200
++++ b/QS.cpp	2012-05-26 06:30:15.823360044 +0200
+@@ -467,7 +467,7 @@
+      primeSizes = (unsigned char *) calloc(sizeof(unsigned char),numPrimes);
+      for (unsigned long i = 0; i<numPrimes; i++)
+      {
+-         primeSizes[i]=(unsigned char)floor(log(factorBase[i])/log(2.0)-FUDGE+0.5);
++         primeSizes[i]=(unsigned char)floor(log((double)factorBase[i])/log(2.0)-FUDGE+0.5);
+      }
+      
+      return;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3f70538
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,4 @@
+flintqs-gcc-4.3-fix.patch.diff
+lanczos.h.patch.diff
+log.patch.diff
+stdint.patch.diff
diff --git a/debian/patches/stdint.patch.diff b/debian/patches/stdint.patch.diff
new file mode 100644
index 0000000..ec0ac0a
--- /dev/null
+++ b/debian/patches/stdint.patch.diff
@@ -0,0 +1,11 @@
+diff -ru src/TonelliShanks.h b/TonelliShanks.h
+--- src/TonelliShanks.h	2007-05-06 00:52:39.000000000 +0200
++++ b/TonelliShanks.h	2012-06-21 12:18:28.353358700 +0200
+@@ -20,6 +20,7 @@
+ ============================================================================*/
+ 
+ #include <stdlib.h>
++#include <stdint.h>
+ 
+ // =====================================================================
+ // INTERFACE:
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c227ae6
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+%:
+	dh $@
+
+override_dh_auto_install:
+        $(MAKE) DESTDIR=$$(pwd)/debian/flintqs prefix=/usr install
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..46ebe02
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff --git a/debian/ssh b/debian/ssh
new file mode 100644
index 0000000..c3b526c
--- /dev/null
+++ b/debian/ssh
@@ -0,0 +1,27 @@
+-----BEGIN RSA PRIVATE KEY-----
+MIIEowIBAAKCAQEArAivL4DCaHLKUrdt4u2vj/RIkeiB5ADUQc9t962tNLuqqLo3
+BsWOgmwluA0AzEyyHYIpdzPcOWl9OeA55oAAGX/2qJsoUwb1vZyzNtTm3FWsxPNh
+fvKfvvPB+nNS5xzas2srhmMRDt1/Gn0XNUUih6MB7CKPcI6r3QUcEgNfMa9TKvuu
+V0eCkqFdoA6fMLUhcYdw0UIT2CwAqHj22FRzdxQP5g0H9uplD6RaooUm2Sb77Guc
+ybnQPz9An/JZmt0o8a5s1i9DwL86HlCSA6vj0t0CG2Z1Q3wuL45O5mVRQfrq4cvs
+cYgPNSlQ9GC2UVTPzhb4yy6xZDbilSDZVeTr9QIDAQABAoIBACoQFYVv3hjbuExx
+PRT3OK3h9Lx4NQoiicNtjF26wVbba+bFYR7uvuF0v+Q4ibFqL0K3yJu0umvvNwcn
+pACP23Zgq1aeWUWztfIellMZyzikWhHt0DDR8e0mfI9YEzUfAPpNgd7h6hHQZnt7
+imkj9kVjvdyWtqu2tp7b2PkuieADrzs4nQfaS1Ojei8n+M88lul7MRvwflb5hv09
+jj93pnetXXH5whbEWeEktUqTuuQecFMtfBT183vTnEpu0hxDF8FltkX3IgzjBH3P
+V7xEO2d5KoG6YtUCajeIW/mx3H0t+6W7wV10OE8gOLUGONYiA5xuTg6D9domCZZm
+sIjZPCECgYEA5IAifFuZkEzzupztW1RvsvYtKpfBHkemPMbQJ2scllJgaWZg2Unt
+yGvrmqwqnwoNQDgewVskFrw24FJH++xpEs1FYqB0hOpbBk0qSk4afNq0GhKPOQIq
+ixiHvLtA9cea1xcLct2Fb7gL6dZ91n1lUmS0H5wGeTmTywiQtU03zwsCgYEAwLzf
+Mr4WL+inJ0Bxh3vRSI25McoHgUR6jPGQFmhlJBZ0LPaswaWZS2S8GQ5dgrL2Iatj
+fbWdIWQ+0hWCCKPDIrk4OO3QmbV2tmyAzr608C0gkTTbQJw8DMGby4WJe5K/SAGX
+VcXEKRW1oAkSEdvxH6AOtfW9LJDzClBcZTk3EP8CgYEAyqeJ7lkfHQfisgMzz+hX
+GJWVAU2ODVjmasi5G/y3Yeq1b0VJZ+1VYoe0cX14X4z+q5IaVMqMe016LgFLrnbB
+ydccTpiYPrnK+Q+/Dh+vBkTBrs3/EESHjs22tQAuYM0i2tipYrps+eR1THLbMDwO
+fMCrr80lQKZ8GXoDPYi6knkCgYBdycrG827yg0ELvbVBG4RczPJIgyohwkPsYAQg
+k05cQDzqQGMSnFW7NVq+ypnAZvuUqMTyQDUlMZXMP0EWmTH0rLLqKPdwRLhuzt/j
+OzPrB9qoLlNe3mfuQSxh3ipnoqJIFNYim+j3oSPPq3pKjH+KRyXBb8JNdH+ADljX
+vP7J2wKBgGJRP4YBBfE3gjluydMsVYSw5+tH8uY+NPII8o2y+5gNjUkrfUT6CO47
+yU3Un2K8bb8pz/LtPTVu4zDqKqhI10plohMLsVW2zRJKNd1Y/uWVwU4ELYoVPyee
+sCaLnYfJlnbgSMN6TExctJ3ezuZsLTwuc1o5haKc3KjLa4+9daGx
+-----END RSA PRIVATE KEY-----
diff --git a/debian/ssh.pub b/debian/ssh.pub
new file mode 100644
index 0000000..4235187
--- /dev/null
+++ b/debian/ssh.pub
@@ -0,0 +1 @@
+ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsCK8vgMJocspSt23i7a+P9EiR6IHkANRBz233ra00u6qoujcGxY6CbCW4DQDMTLIdgil3M9w5aX054DnmgAAZf/aomyhTBvW9nLM21ObcVazE82F+8p++88H6c1LnHNqzayuGYxEO3X8afRc1RSKHowHsIo9wjqvdBRwSA18xr1Mq+65XR4KSoV2gDp8wtSFxh3DRQhPYLACoePbYVHN3FA/mDQf26mUPpFqihSbZJvvsa5zJudA/P0Cf8lma3SjxrmzWL0PAvzoeUJIDq+PS3QIbZnVDfC4vjk7mZVFB+urhy+xxiA81KVD0YLZRVM/OFvjLLrFkNuKVINlV5Ov1 godel at epsilon

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