[med-svn] [qsopt-ex] 02/07: Imported Upstream version 2.5.10.3

Afif Elghraoui afif-guest at moszumanska.debian.org
Mon Feb 8 01:09:01 UTC 2016


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

afif-guest pushed a commit to branch master
in repository qsopt-ex.

commit ae0d7d71686a02e8e089ae5283a9ff9702492a0a
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Sun Feb 7 15:06:59 2016 -0800

    Imported Upstream version 2.5.10.3
---
 contrib/debian/changelog                |  5 +++
 contrib/debian/compat                   |  1 +
 contrib/debian/control                  | 51 ++++++++++++++++++++++++++
 contrib/debian/copyright                | 22 +++++++++++
 contrib/debian/docs                     |  1 +
 contrib/debian/qsopt-ex-dev.dirs        |  2 +
 contrib/debian/qsopt-ex-dev.install     |  3 ++
 contrib/debian/qsopt-ex-esolver.dirs    |  1 +
 contrib/debian/qsopt-ex-esolver.install |  1 +
 contrib/debian/qsopt-ex2.dirs           |  1 +
 contrib/debian/qsopt-ex2.install        |  1 +
 contrib/debian/rules                    | 13 +++++++
 contrib/debian/source/format            |  1 +
 contrib/fedora/qsopt_ex.spec            | 65 +++++++++++++++++++++++++++++++++
 contrib/macports/math/qsopt_ex/Portfile | 22 +++++++++++
 15 files changed, 190 insertions(+)

diff --git a/contrib/debian/changelog b/contrib/debian/changelog
new file mode 100644
index 0000000..59315a0
--- /dev/null
+++ b/contrib/debian/changelog
@@ -0,0 +1,5 @@
+qsopt-ex (2.5.10.2-0ubuntu1) precise; urgency=low
+
+  * Initial release
+
+ -- Jon Lund Steffensen <jonlst at gmail.com>  Sun, 15 Mar 2015 22:49:09 +0000
diff --git a/contrib/debian/compat b/contrib/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/contrib/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/contrib/debian/control b/contrib/debian/control
new file mode 100644
index 0000000..6bf43e3
--- /dev/null
+++ b/contrib/debian/control
@@ -0,0 +1,51 @@
+Source: qsopt-ex
+Priority: extra
+Maintainer: Jon Lund Steffensen <jonlst at gmail.com>
+Build-Depends: debhelper (>= 8.0.0), autotools-dev, libgmp-dev
+Standards-Version: 3.9.2
+Section: libs
+Homepage: https://github.com/jonls/qsopt-ex
+#Vcs-Git: git://git.debian.org/collab-maint/qsopt-ex.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/qsopt-ex.git;a=summary
+
+Package: qsopt-ex-dev
+Section: libdevel
+Architecture: any
+Depends: qsopt-ex2 (= ${binary:Version}), ${misc:Depends}
+Description: Exact linear programming solver
+ This is a fork of QSopt_ex, originally released by Daniel
+ Espinoza et al. version 2.5.10 under the GPL 3 (or later).
+ The goal of this fork is to update the software, and in particular the
+ build system, to be more friendly. In addition the external
+ dependencies have been reduced by removing the dependency on EGlib,
+ GNU awk and Exuberant Ctags.
+ . 
+ This package contains the development files.
+
+Package: qsopt-ex-esolver
+Section: math
+Architecture: any
+Depends: qsopt-ex2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: Exact linear programming solver
+ This is a fork of QSopt_ex, originally released by Daniel
+ Espinoza et al. version 2.5.10 under the GPL 3 (or later).
+ The goal of this fork is to update the software, and in particular the
+ build system, to be more friendly. In addition the external
+ dependencies have been reduced by removing the dependency on EGlib,
+ GNU awk and Exuberant Ctags.
+ . 
+ This package contains the esolver program.
+
+Package: qsopt-ex2
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Exact linear programming solver
+ This is a fork of QSopt_ex, originally released by Daniel
+ Espinoza et al. version 2.5.10 under the GPL 3 (or later).
+ The goal of this fork is to update the software, and in particular the
+ build system, to be more friendly. In addition the external
+ dependencies have been reduced by removing the dependency on EGlib,
+ GNU awk and Exuberant Ctags.
+ .
+ This package contains the main library.
diff --git a/contrib/debian/copyright b/contrib/debian/copyright
new file mode 100644
index 0000000..6cabfbc
--- /dev/null
+++ b/contrib/debian/copyright
@@ -0,0 +1,22 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: qsopt-ex
+Source: https://github.com/jonls/qsopt-ex
+
+Files: debian/*
+Copyright: 2015 Jon Lund Steffensen <jonlst at gmail.com>
+License: GPL-3+
+ 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".
diff --git a/contrib/debian/docs b/contrib/debian/docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/contrib/debian/docs
@@ -0,0 +1 @@
+README.md
diff --git a/contrib/debian/qsopt-ex-dev.dirs b/contrib/debian/qsopt-ex-dev.dirs
new file mode 100644
index 0000000..4418816
--- /dev/null
+++ b/contrib/debian/qsopt-ex-dev.dirs
@@ -0,0 +1,2 @@
+usr/lib
+usr/include
diff --git a/contrib/debian/qsopt-ex-dev.install b/contrib/debian/qsopt-ex-dev.install
new file mode 100644
index 0000000..d1bffed
--- /dev/null
+++ b/contrib/debian/qsopt-ex-dev.install
@@ -0,0 +1,3 @@
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
diff --git a/contrib/debian/qsopt-ex-esolver.dirs b/contrib/debian/qsopt-ex-esolver.dirs
new file mode 100644
index 0000000..e772481
--- /dev/null
+++ b/contrib/debian/qsopt-ex-esolver.dirs
@@ -0,0 +1 @@
+usr/bin
diff --git a/contrib/debian/qsopt-ex-esolver.install b/contrib/debian/qsopt-ex-esolver.install
new file mode 100644
index 0000000..c6539f3
--- /dev/null
+++ b/contrib/debian/qsopt-ex-esolver.install
@@ -0,0 +1 @@
+usr/bin/esolver
diff --git a/contrib/debian/qsopt-ex2.dirs b/contrib/debian/qsopt-ex2.dirs
new file mode 100644
index 0000000..6845771
--- /dev/null
+++ b/contrib/debian/qsopt-ex2.dirs
@@ -0,0 +1 @@
+usr/lib
diff --git a/contrib/debian/qsopt-ex2.install b/contrib/debian/qsopt-ex2.install
new file mode 100644
index 0000000..d0dbfd1
--- /dev/null
+++ b/contrib/debian/qsopt-ex2.install
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff --git a/contrib/debian/rules b/contrib/debian/rules
new file mode 100755
index 0000000..b760bee
--- /dev/null
+++ b/contrib/debian/rules
@@ -0,0 +1,13 @@
+#!/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 $@ 
diff --git a/contrib/debian/source/format b/contrib/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/contrib/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/contrib/fedora/qsopt_ex.spec b/contrib/fedora/qsopt_ex.spec
new file mode 100644
index 0000000..84e33e7
--- /dev/null
+++ b/contrib/fedora/qsopt_ex.spec
@@ -0,0 +1,65 @@
+Summary: An exact, linear programming solver
+Name: qsopt_ex
+Version: 2.5.10.2
+Release: 1%{dist}
+License: GPLv3+
+Group: Applications/Engineering
+URL: https://github.com/jonls/qsopt-ex
+Source0: https://github.com/jonls/qsopt-ex/releases/download/v%{version}/%{name}-%{version}.tar.xz
+BuildRequires: chrpath
+BuildRequires: libtool
+BuildRequires: zlib-devel
+BuildRequires: bzip2-devel
+BuildRequires: gmp-devel
+
+%description
+Exact linear programming solver. This is a fork of QSopt_ex by Daniel
+Espinoza et al. version 2.5.10. The goal of this fork is to update the
+software, and in particular the build system, to be more friendly. In
+addition the external dependencies have been reduced by removing the
+dependency on EGlib, GNU awk and Exuberant Ctags.
+
+This is the base library.
+
+%package -n %{name}-devel
+Summary: Development files for qsopt_ex
+Group: Applications/Engineering
+Requires: %{name} = %{version}-%{release}
+
+%description -n %{name}-devel
+Development files for qsopt_ex, an exact linear programming solver.
+
+%prep
+%setup -q
+
+%build
+%configure --disable-static
+make %{?_smp_mflags} V=1
+
+%install
+rm -rf %{buildroot}
+make DESTDIR=%{buildroot} install INSTALL="install -p"
+chrpath --delete %{buildroot}%{_bindir}/esolver
+rm -f %{buildroot}%{_libdir}/libqsopt_ex.la
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-,root,root,-)
+%doc README.md NEWS.md License.txt
+%{_bindir}/esolver
+%{_libdir}/libqsopt_ex.so.2
+%{_libdir}/libqsopt_ex.so.2.0.2
+
+%files -n %{name}-devel
+%{_libdir}/libqsopt_ex.so
+%{_includedir}/qsopt_ex/
+
+%changelog
+* Tue Dec 16 2014 Jon Lund Steffensen <jonlst at gmail.com> -
+- Update for release 2.5.10.2
+
+* Sat Nov 29 2014 Jon Lund Steffensen <jonlst at gmail.com> - 
+- Initial build.
diff --git a/contrib/macports/math/qsopt_ex/Portfile b/contrib/macports/math/qsopt_ex/Portfile
new file mode 100644
index 0000000..e6ac04b
--- /dev/null
+++ b/contrib/macports/math/qsopt_ex/Portfile
@@ -0,0 +1,22 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                qsopt_ex
+version             2.5.10.2
+categories          math
+platforms           darwin
+license             GPL-3+
+maintainers         gmail.com:jonls
+description         Exact linear programming solver
+long_description    QSopt_ex is a fast, exact linear programming solver.
+homepage            https://github.com/jonls/qsopt-ex
+master_sites        https://github.com/jonls/qsopt-ex/releases/download/v${version}/
+use_xz              yes
+
+checksums           rmd160  8d2c9ea54ccb564e732ea0344580f8750ae03d79 \
+                    sha256  37a4f0b4dad62e75108dc876e0c23da2a12a601dfc7e2f3e7752104d097bb14c
+
+depends_build       port:libtool
+depends_lib         port:zlib port:gmp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/qsopt-ex.git



More information about the debian-med-commit mailing list