[med-svn] [qsopt-ex] 02/03: Initial packaging for Ubuntu

Afif Elghraoui afif-guest at moszumanska.debian.org
Thu Jan 21 09:19:34 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 b2a804b8f43723d9f05bef7c199e6db3cb6f84a6
Author: Jon Lund Steffensen <jonlst at gmail.com>
Date:   Mon Nov 2 22:28:10 2015 -0800

    Initial packaging for Ubuntu
---
 debian/changelog                |  5 ++++
 debian/compat                   |  1 +
 debian/control                  | 51 +++++++++++++++++++++++++++++++++++++++++
 debian/copyright                | 22 ++++++++++++++++++
 debian/docs                     |  1 +
 debian/qsopt-ex-dev.dirs        |  2 ++
 debian/qsopt-ex-dev.install     |  3 +++
 debian/qsopt-ex-esolver.dirs    |  1 +
 debian/qsopt-ex-esolver.install |  1 +
 debian/qsopt-ex2.dirs           |  1 +
 debian/qsopt-ex2.install        |  1 +
 debian/rules                    | 13 +++++++++++
 debian/source/format            |  1 +
 13 files changed, 103 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..59315a0
--- /dev/null
+++ b/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/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6bf43e3
--- /dev/null
+++ b/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/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6cabfbc
--- /dev/null
+++ b/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/debian/docs b/debian/docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/qsopt-ex-dev.dirs b/debian/qsopt-ex-dev.dirs
new file mode 100644
index 0000000..4418816
--- /dev/null
+++ b/debian/qsopt-ex-dev.dirs
@@ -0,0 +1,2 @@
+usr/lib
+usr/include
diff --git a/debian/qsopt-ex-dev.install b/debian/qsopt-ex-dev.install
new file mode 100644
index 0000000..d1bffed
--- /dev/null
+++ b/debian/qsopt-ex-dev.install
@@ -0,0 +1,3 @@
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
diff --git a/debian/qsopt-ex-esolver.dirs b/debian/qsopt-ex-esolver.dirs
new file mode 100644
index 0000000..e772481
--- /dev/null
+++ b/debian/qsopt-ex-esolver.dirs
@@ -0,0 +1 @@
+usr/bin
diff --git a/debian/qsopt-ex-esolver.install b/debian/qsopt-ex-esolver.install
new file mode 100644
index 0000000..c6539f3
--- /dev/null
+++ b/debian/qsopt-ex-esolver.install
@@ -0,0 +1 @@
+usr/bin/esolver
diff --git a/debian/qsopt-ex2.dirs b/debian/qsopt-ex2.dirs
new file mode 100644
index 0000000..6845771
--- /dev/null
+++ b/debian/qsopt-ex2.dirs
@@ -0,0 +1 @@
+usr/lib
diff --git a/debian/qsopt-ex2.install b/debian/qsopt-ex2.install
new file mode 100644
index 0000000..d0dbfd1
--- /dev/null
+++ b/debian/qsopt-ex2.install
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b760bee
--- /dev/null
+++ b/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/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

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