[sympow] 01/04: Imported Debian patch 1.019-1

Cédric Boutillier boutil at moszumanska.debian.org
Fri Aug 22 11:59:30 UTC 2014


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

boutil pushed a commit to branch master
in repository sympow.

commit a915fd77cc8535af17b227f45e7209e55df58083
Author: Tim Abbott <tabbott at mit.edu>
Date:   Mon May 26 01:48:25 2008 -0400

    Imported Debian patch 1.019-1
---
 debian/binary/sympow              |  3 +++
 debian/changelog                  |  5 +++++
 debian/compat                     |  1 +
 debian/control                    | 14 +++++++++++++
 debian/control.in                 | 14 +++++++++++++
 debian/copyright                  | 43 +++++++++++++++++++++++++++++++++++++++
 debian/patches/series             |  1 +
 debian/patches/sympow-clean.patch | 13 ++++++++++++
 debian/rules                      | 13 ++++++++++++
 debian/sympow.install             |  5 +++++
 10 files changed, 112 insertions(+)

diff --git a/debian/binary/sympow b/debian/binary/sympow
new file mode 100644
index 0000000..56ecbc5
--- /dev/null
+++ b/debian/binary/sympow
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /usr/lib/sympow
+exec ./sympow "$@"
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e47e745
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+sympow (1.019-1) unstable; urgency=low
+
+  * Initial release (Closes: #480078).
+
+ -- Tim Abbott <tabbott at mit.edu>  Mon, 26 May 2008 01:48:25 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ba4b7bd
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: sympow
+Section: math
+Priority: optional
+Maintainer: Tim Abbott <tabbott at mit.edu>
+Homepage: http://www.maths.bris.ac.uk/~mamjw/
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27), pari-gp
+Standards-Version: 3.7.3
+
+Package: sympow
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Special values of symmetric power elliptic curve L-functions
+ SYMPOW is a package to compute special values of symmetric power
+ elliptic curve L-functions.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..6ae808e
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,14 @@
+Source: sympow
+Section: math
+Priority: optional
+Maintainer: Tim Abbott <tabbott at mit.edu>
+Homepage: http://www.maths.bris.ac.uk/~mamjw/
+Build-Depends: @cdbs@, pari-gp
+Standards-Version: 3.7.3
+
+Package: sympow
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Special values of symmetric power elliptic curve L-functions
+ SYMPOW is a package to compute special values of symmetric power
+ elliptic curve L-functions.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b5191d4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+This package was debianized by Tim Abbott <tabbott at mit.edu> in 2008.
+
+It was downloaded from http://www.maths.bris.ac.uk/~mamjw/
+
+Upstream Author: Mark Watkins <watkins at maths.usyd.edu.au>
+
+Copyright: (C) 2005-2006 Mark Watkins
+
+License:
+
+Copyright (c) 2005-6,
+ Mark Watkins, Institut Henri Poincare, University of Bristol.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+  * Redistribution of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+  * Redistribution in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+  * If redistribution is done as a part of a compilation that has a more
+ restrictive license (such as the GPL), then the fact that SYMPOW has
+ a less restrictive license must be made clear to the recipient.
+ For example, a line like (include bracketed text if SYMPOW is modified):
+  "This compilation includes [a modification of] SYMPOW whose [original]
+   code has a less-restrictive license than the entire compilation."
+ should appear in a suitable place in the COPYING and/or LICENSE file.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
+The Debian packaging is (C) 2008, Tim Abbott <tabbott at mit.edu> and is
+licensed under the GPL, see `/usr/share/common-licenses/GPL'.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..89e069c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+sympow-clean.patch
diff --git a/debian/patches/sympow-clean.patch b/debian/patches/sympow-clean.patch
new file mode 100644
index 0000000..7ca06aa
--- /dev/null
+++ b/debian/patches/sympow-clean.patch
@@ -0,0 +1,13 @@
+Index: sympow-1.019/Configure
+===================================================================
+--- sympow-1.019.orig/Configure	2008-06-02 12:29:46.000000000 -0400
++++ sympow-1.019/Configure	2008-06-02 12:32:24.000000000 -0400
+@@ -125,7 +125,7 @@
+ echo "%.o : %.c \$(HEADERS) Makefile" >> $FILE
+ echo "	\$(CC) \$(OPT) \$(CFLAGS) \$(DEFS) -c -o \$@ \$<" >> $FILE
+ echo "clean:" >> $FILE
+-echo "	\$(RM) -f \$(OBJS) sympow \$(TILDES) \$(TARS)" >> $FILE
++echo "	\$(RM) -f \$(OBJS) sympow \$(TILDES) \$(TARS) datafiles/param_data config.h" >> $FILE
+ if [ -n "$TAR" ];
+ then
+ echo "source:" >> $FILE
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..6bd1ea7
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+debian/stamp-makefile-build: Makefile
+
+Makefile:
+	./Configure
+
+clean::
+	rm -f Makefile
diff --git a/debian/sympow.install b/debian/sympow.install
new file mode 100644
index 0000000..6c54518
--- /dev/null
+++ b/debian/sympow.install
@@ -0,0 +1,5 @@
+*.gp usr/lib/sympow/
+datafiles usr/lib/sympow/
+new_data usr/lib/sympow/datafiles
+sympow usr/lib/sympow/
+debian/binary/sympow usr/bin/

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



More information about the debian-science-commits mailing list