[med-svn] [qsopt-ex] 03/03: Update packaging

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 529edd53a687680b7ff4f085c0c83a26d1abc980
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Mon Nov 2 23:50:35 2015 -0800

    Update packaging
---
 debian/changelog            |  2 +-
 debian/compat               |  2 +-
 debian/control              | 24 ++++++++++++++++++------
 debian/copyright            | 22 ++++++++++++++++------
 debian/qsopt-ex-dev.install |  4 ++--
 debian/qsopt-ex2.install    |  2 +-
 debian/rules                |  9 +--------
 7 files changed, 40 insertions(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 59315a0..1c6e36a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-qsopt-ex (2.5.10.2-0ubuntu1) precise; urgency=low
+qsopt-ex (2.5.10.3+ds-1) UNRELEASED; urgency=low
 
   * Initial release
 
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 6bf43e3..ab1aa75 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,12 @@
 Source: qsopt-ex
-Priority: extra
+Priority: optional
 Maintainer: Jon Lund Steffensen <jonlst at gmail.com>
-Build-Depends: debhelper (>= 8.0.0), autotools-dev, libgmp-dev
-Standards-Version: 3.9.2
+Build-Depends:
+	debhelper (>= 9),
+	dh-autoreconf,
+	autotools-dev,
+	libgmp-dev
+Standards-Version: 3.9.6
 Section: libs
 Homepage: https://github.com/jonls/qsopt-ex
 #Vcs-Git: git://git.debian.org/collab-maint/qsopt-ex.git
@@ -11,7 +15,10 @@ Homepage: https://github.com/jonls/qsopt-ex
 Package: qsopt-ex-dev
 Section: libdevel
 Architecture: any
-Depends: qsopt-ex2 (= ${binary:Version}), ${misc:Depends}
+Depends:
+	${shlibs:Depends},
+	${misc:Depends},
+	qsopt-ex2 (= ${binary:Version})
 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).
@@ -25,7 +32,10 @@ Description: Exact linear programming solver
 Package: qsopt-ex-esolver
 Section: math
 Architecture: any
-Depends: qsopt-ex2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends:
+	${shlibs:Depends},
+	${misc:Depends},
+	qsopt-ex2 (= ${binary:Version})
 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).
@@ -39,7 +49,9 @@ Description: Exact linear programming solver
 Package: qsopt-ex2
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+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).
diff --git a/debian/copyright b/debian/copyright
index 6cabfbc..66efd27 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,13 +1,23 @@
-Format: http://dep.debian.net/deps/dep5
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: qsopt-ex
 Source: https://github.com/jonls/qsopt-ex
 
+Files: *
+Copyright:
+	2006-2008 David Applegate
+	2006-2008 William Cook
+	2006-2008 Sanjeeb Dash
+	2014-2015 Jon Lund Steffensen <jonlst at gmail.com>
+License: GPL-3+
+
 Files: debian/*
-Copyright: 2015 Jon Lund Steffensen <jonlst at gmail.com>
+Copyright:
+	2015 Jon Lund Steffensen <jonlst at gmail.com>
+	2015 Afif Elghraoui <afif at ghraoui.name>
 License: GPL-3+
- This package is free software; you can redistribute it and/or modify
+ 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 2 of the License, or
+ the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.
  .
  This package is distributed in the hope that it will be useful,
@@ -16,7 +26,7 @@ License: GPL-3+
  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/>
+ 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".
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/qsopt-ex-dev.install b/debian/qsopt-ex-dev.install
index d1bffed..717ac7a 100644
--- a/debian/qsopt-ex-dev.install
+++ b/debian/qsopt-ex-dev.install
@@ -1,3 +1,3 @@
 usr/include/*
-usr/lib/lib*.a
-usr/lib/lib*.so
+usr/lib/*-*-*/lib*.a
+usr/lib/*-*-*/lib*.so
diff --git a/debian/qsopt-ex2.install b/debian/qsopt-ex2.install
index d0dbfd1..704351c 100644
--- a/debian/qsopt-ex2.install
+++ b/debian/qsopt-ex2.install
@@ -1 +1 @@
-usr/lib/lib*.so.*
+usr/lib/*-*-*/lib*.so.*
diff --git a/debian/rules b/debian/rules
index b760bee..87de3a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,6 @@
 #!/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 $@ 
+	dh $@ --with autoreconf

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