r38462 - in /packages/scythestat: ./ trunk/ trunk/debian/ trunk/debian/source/

moeller at users.alioth.debian.org moeller at users.alioth.debian.org
Thu Apr 28 20:38:07 UTC 2011


Author: moeller
Date: Thu Apr 28 20:37:45 2011
New Revision: 38462

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38462
Log:
Added package for scythestat.

Added:
    packages/scythestat/
    packages/scythestat/trunk/
    packages/scythestat/trunk/debian/   (with props)
    packages/scythestat/trunk/debian/README.Debian
    packages/scythestat/trunk/debian/changelog
    packages/scythestat/trunk/debian/compat
    packages/scythestat/trunk/debian/control
    packages/scythestat/trunk/debian/copyright
    packages/scythestat/trunk/debian/docs
    packages/scythestat/trunk/debian/libscythestat-dev.dirs
    packages/scythestat/trunk/debian/libscythestat-dev.install
    packages/scythestat/trunk/debian/libscythestat1.substvars
    packages/scythestat/trunk/debian/rules   (with props)
    packages/scythestat/trunk/debian/source/
    packages/scythestat/trunk/debian/source/format
    packages/scythestat/trunk/debian/watch

Propchange: packages/scythestat/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/scythestat/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/debian-science/packages/scythestat/trunk/debian/README.Debian?rev=38462&op=file
==============================================================================
--- packages/scythestat/trunk/debian/README.Debian (added)
+++ packages/scythestat/trunk/debian/README.Debian Thu Apr 28 20:37:45 2011
@@ -1,0 +1,10 @@
+scythestat for Debian
+---------------------
+
+The library only consists of header files. This is rather
+exceptional, admittedly, but I nonetheless kept the Debian
+principles to prepend the "binary" package with "lib" and
+add the "-dev" suffix to indicate that it is only used for
+development purposes.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 28 Apr 2011 15:53:30 +0200

Added: packages/scythestat/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/scythestat/trunk/debian/changelog?rev=38462&op=file
==============================================================================
--- packages/scythestat/trunk/debian/changelog (added)
+++ packages/scythestat/trunk/debian/changelog Thu Apr 28 20:37:45 2011
@@ -1,0 +1,5 @@
+scythestat (1.0.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #624412).
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 28 Apr 2011 15:53:30 +0200

Added: packages/scythestat/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/scythestat/trunk/debian/compat?rev=38462&op=file
==============================================================================
--- packages/scythestat/trunk/debian/compat (added)
+++ packages/scythestat/trunk/debian/compat Thu Apr 28 20:37:45 2011
@@ -1,0 +1,1 @@
+7

Added: packages/scythestat/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/scythestat/trunk/debian/control?rev=38462&op=file
==============================================================================
--- packages/scythestat/trunk/debian/control (added)
+++ packages/scythestat/trunk/debian/control Thu Apr 28 20:37:45 2011
@@ -1,0 +1,34 @@
+Source: scythestat
+Priority: extra
+Maintainer: Steffen Moeller <moeller at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev
+Standards-Version: 3.9.2
+Section: libs
+Homepage: http://scythe.wustl.edu
+#Vcs-Git: git://git.debian.org/collab-maint/scythestat.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/scythestat.git;a=summary
+
+Package: libscythestat-dev
+Section: libdevel
+Architecture: all
+Recommends: g++ (>= 4.0.1)|c++-compiler
+Description: header files for Scythe statistics library.
+ Files provided by this package are required to develop new programs
+ with the Scythe library. There is no binary library associated
+ with these headers, i.e. all template code is contained within
+ and no further dependencies are required at runtime
+ .
+ The Scythe Statistical Library is an open source C++ library for
+ statistical computation. It includes a suite of matrix manipulation
+ functions, a suite of pseudo-random number generators, and a suite
+ of numerical optimizers. Programs written using Scythe are generally
+ much faster than those written in commonly used interpreted
+ languages, such as R, Matlab, and GAUSS; and can be compiled on any
+ system with the GNU GCC compiler (and perhaps with other C++
+ compilers). One of the primary design goals of the Scythe developers
+ has been ease of use for non-expert C++ programmers. Ease of use is
+ provided through three primary mechanisms: (1) operator and function
+ over-loading, (2) numerous pre-fabricated utility functions, and (3)
+ clear documentation and example programs. Additionally, Scythe is
+ quite flexible and entirely extensible because the source code is
+ available to all users.

Added: packages/scythestat/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/scythestat/trunk/debian/copyright?rev=38462&op=file
==============================================================================
--- packages/scythestat/trunk/debian/copyright (added)
+++ packages/scythestat/trunk/debian/copyright Thu Apr 28 20:37:45 2011
@@ -1,0 +1,31 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: scythestat
+Source: http://scythe.wustl.edu
+
+Files: *
+Copyright: (C) 2002-2011 Daniel Pemstein <dbp at uiuc.edu>
+           (C) 2000-2011 Kevin M. Quinn <kevin_quinn at harvard.edu>
+           (C) 2000-2011 Andrew D. Martin <admartin at wustl.edu>
+
+License: GPL-2.0+
+
+Files: debian/*
+Copyright: 2011 Steffen Moeller <moeller at debian.org>
+License: GPL-2.0+
+
+License: GPL-2.0+
+ This package 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 package 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, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

Added: packages/scythestat/trunk/debian/docs
URL: http://svn.debian.org/wsvn/debian-science/packages/scythestat/trunk/debian/docs?rev=38462&op=file
==============================================================================
--- packages/scythestat/trunk/debian/docs (added)
+++ packages/scythestat/trunk/debian/docs Thu Apr 28 20:37:45 2011
@@ -1,0 +1,4 @@
+NEWS
+README
+AUTHORS
+#ChangeLog

Added: packages/scythestat/trunk/debian/libscythestat-dev.dirs
URL: http://svn.debian.org/wsvn/debian-science/packages/scythestat/trunk/debian/libscythestat-dev.dirs?rev=38462&op=file
==============================================================================
--- packages/scythestat/trunk/debian/libscythestat-dev.dirs (added)
+++ packages/scythestat/trunk/debian/libscythestat-dev.dirs Thu Apr 28 20:37:45 2011
@@ -1,0 +1,1 @@
+usr/include

Added: packages/scythestat/trunk/debian/libscythestat-dev.install
URL: http://svn.debian.org/wsvn/debian-science/packages/scythestat/trunk/debian/libscythestat-dev.install?rev=38462&op=file
==============================================================================
--- packages/scythestat/trunk/debian/libscythestat-dev.install (added)
+++ packages/scythestat/trunk/debian/libscythestat-dev.install Thu Apr 28 20:37:45 2011
@@ -1,0 +1,1 @@
+#usr/include

Added: packages/scythestat/trunk/debian/libscythestat1.substvars
URL: http://svn.debian.org/wsvn/debian-science/packages/scythestat/trunk/debian/libscythestat1.substvars?rev=38462&op=file
==============================================================================
--- packages/scythestat/trunk/debian/libscythestat1.substvars (added)
+++ packages/scythestat/trunk/debian/libscythestat1.substvars Thu Apr 28 20:37:45 2011
@@ -1,0 +1,1 @@
+misc:Depends=

Added: packages/scythestat/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/scythestat/trunk/debian/rules?rev=38462&op=file
==============================================================================
--- packages/scythestat/trunk/debian/rules (added)
+++ packages/scythestat/trunk/debian/rules Thu Apr 28 20:37:45 2011
@@ -1,0 +1,16 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ 
+
+#clean::
+#	rm -f Makefile

Propchange: packages/scythestat/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/scythestat/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/scythestat/trunk/debian/source/format?rev=38462&op=file
==============================================================================
--- packages/scythestat/trunk/debian/source/format (added)
+++ packages/scythestat/trunk/debian/source/format Thu Apr 28 20:37:45 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: packages/scythestat/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/scythestat/trunk/debian/watch?rev=38462&op=file
==============================================================================
--- packages/scythestat/trunk/debian/watch (added)
+++ packages/scythestat/trunk/debian/watch Thu Apr 28 20:37:45 2011
@@ -1,0 +1,6 @@
+version=3
+# Uncomment to examine a Webpage
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php scythestat-(.*)\.tar\.gz
+http://scythe.wustl.edu/ files/scythestat-(.*)\.tar\.gz
+




More information about the debian-science-commits mailing list