[SCM] libdogleg packaging branch, upstream, updated. debian/0.07-13-ged5a9d4

Dima Kogan dima at secretsauce.net
Mon Nov 19 07:40:13 UTC 2012


The following commit has been merged in the upstream branch:
commit c84103b6cc529acf17095e8edc250679a4775b7a
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sun Nov 18 23:39:04 2012 -0800

    removed sample debian definition, since libdogleg is now in Debian proper

diff --git a/package_definitions/debian/changelog b/package_definitions/debian/changelog
deleted file mode 100644
index 00e321d..0000000
--- a/package_definitions/debian/changelog
+++ /dev/null
@@ -1,58 +0,0 @@
-libdogleg (0.07) unstable; urgency=low
-
-  * fixed off-by-one error in reporting of iteration count
-  * added sample program
-  * improved handling of singular JtJ
-  * more efficient trustregion reduction method for failed GN steps
-  * builds under OSX. Contributed by Laurent Bartholdi.
-
- -- Dima Kogan <dima at secretsauce.net>  Tue, 02 Oct 2012 22:41:16 -0700
-
-libdogleg (0.06) unstable; urgency=low
-
-  * API-breaking change: the user can retrieve the full solver context
-
- -- Dima Kogan <dima at oblong.com>  Tue, 17 Jan 2012 15:57:43 -0800
-
-libdogleg (0.05) unstable; urgency=low
-
-  * I now require debhelper 7, not 8
-  * 'install' rules now builds everything
-  * updated URL to the license text
-  * removed unneeded packaging files
-  * packaging shared object in a more debian-like way
-  * I now make a native package
-
- -- Dima Kogan <dima at oblong.com>  Sun, 30 Oct 2011 13:37:39 -0700
-
-libdogleg (0.04-1) unstable; urgency=low
-
-  * Re-licensed under the LGPL
-  * better documentation, now in a manpage
-  * all versions tied to debian/changelog
-
- -- Dima Kogan <dima at fatty.local>  Tue, 06 Sep 2011 14:54:33 -0700
-
-libdogleg (0.03-1) unstable; urgency=low
-
-  * un-hardcoded the problem I'm asking CHOLMOD to solve
-  * If I ever see a singular JtJ, I factor JtJ + LAMBDA*I from that point on. This is a quick/dirty way to handle singular JtJ matrices
-  * CHOLMOD messages now go to stderr, not stdout
-
- -- Dima Kogan <dima at fatty.local>  Fri, 02 Sep 2011 17:36:25 -0700
-
-libdogleg (0.02-1) unstable; urgency=low
-
-  * libdogleg now reports the sovler rms and the iteration count
-  * version bump
-  * all debug output now reports more precision
-  * debug output now contains rho
-  * I now return the 2-norm of the optimal error vector. I no longer try to compute the RMS since I don't know what the inputs I'm passed in mean
-
- -- Dima Kogan <dima at fatty.local>  Fri, 26 Aug 2011 15:18:47 -0700
-
-libdogleg (0.01-1) unstable; urgency=low
-
-  * Initial release
-
- -- Dima Kogan <dima at oblong.com>  Mon, 22 Aug 2011 00:33:18 -0700
diff --git a/package_definitions/debian/compat b/package_definitions/debian/compat
deleted file mode 100644
index 7f8f011..0000000
--- a/package_definitions/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-7
diff --git a/package_definitions/debian/control b/package_definitions/debian/control
deleted file mode 100644
index 3e683bb..0000000
--- a/package_definitions/debian/control
+++ /dev/null
@@ -1,33 +0,0 @@
-Source: libdogleg
-Priority: extra
-Maintainer: Dima Kogan <dima at secretsauce.net>
-Build-Depends: debhelper (>= 7.0.50~), libsuitesparse-dev | libsuitesparse-metis-dev, perl
-Standards-Version: 3.9.2
-Section: libs
-Homepage: https://github.com/Oblong/libdogleg
-Vcs-Git: git://github.com/Oblong/libdogleg.git
-Vcs-Browser: https://github.com/Oblong/libdogleg/commits/master
-
-Package: libdogleg-dev
-Section: libdevel
-Architecture: any
-Depends: ${misc:Depends}, libdogleg2 (= ${binary:Version}), libsuitesparse-dev | libsuitesparse-metis-dev
-Description: Dev files for libdogleg2
- Development files for Powell's dog-leg optimization routine for sparse
- matrices.
-
-Package: libdogleg2
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Powell's dog-leg optimization routine for sparse matrices.
- Implements Powell's dog-leg optimization routine for sparse matrices. Solves
- unconstrained non-linear data-fitting problems
-
-Package: libdogleg2-dbg
-Section: debug
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libdogleg2
-Description: Powell's dog-leg optimization routine for sparse matrices. Debug symbols
- Implements Powell's dog-leg optimization routine for sparse matrices. Solves
- unconstrained non-linear data-fitting problems
diff --git a/package_definitions/debian/copyright b/package_definitions/debian/copyright
deleted file mode 100644
index fc9032e..0000000
--- a/package_definitions/debian/copyright
+++ /dev/null
@@ -1,29 +0,0 @@
-Format: http://dep.debian.net/deps/dep5
-Upstream-Name: libdogleg
-Source: <https://github.com/Oblong/libdogleg>
-
-Files: *
-Copyright: 2011 Oblong Industries
-
-License: GNU LGPL
-
-# If you want to use GPL v2 or later for the /debian/* files use 
-# the following clauses, or change it to suit. Delete these two lines
-Files: debian/*
-Copyright: 2011 Dima Kogan <dima at secretsauce.net>
-License: GPL-2+
- 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/package_definitions/debian/gbp.conf b/package_definitions/debian/gbp.conf
deleted file mode 100644
index f37ba3d..0000000
--- a/package_definitions/debian/gbp.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-[DEFAULT]
-upstream-branch = master
-debian-branch = master
-upstream-tree = branch
-debian-tag = debian/%(version)s
-pristine-tar = False
diff --git a/package_definitions/debian/libdogleg-dev.docs b/package_definitions/debian/libdogleg-dev.docs
deleted file mode 100644
index ae30947..0000000
--- a/package_definitions/debian/libdogleg-dev.docs
+++ /dev/null
@@ -1 +0,0 @@
-sample.c
\ No newline at end of file
diff --git a/package_definitions/debian/libdogleg-dev.install b/package_definitions/debian/libdogleg-dev.install
deleted file mode 100644
index d1bffed..0000000
--- a/package_definitions/debian/libdogleg-dev.install
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/include/*
-usr/lib/lib*.a
-usr/lib/lib*.so
diff --git a/package_definitions/debian/libdogleg2.install b/package_definitions/debian/libdogleg2.install
deleted file mode 100644
index d0dbfd1..0000000
--- a/package_definitions/debian/libdogleg2.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/lib*.so.*
diff --git a/package_definitions/debian/manpages b/package_definitions/debian/manpages
deleted file mode 100644
index 0294d78..0000000
--- a/package_definitions/debian/manpages
+++ /dev/null
@@ -1 +0,0 @@
-libdogleg.3
diff --git a/package_definitions/debian/rules b/package_definitions/debian/rules
deleted file mode 100755
index afc6b2f..0000000
--- a/package_definitions/debian/rules
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/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 $@ 
-
-override_dh_strip:
-	dh_strip --dbg-package=libdogleg2-dbg
diff --git a/package_definitions/debian/source/format b/package_definitions/debian/source/format
deleted file mode 100644
index 89ae9db..0000000
--- a/package_definitions/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (native)

-- 
libdogleg packaging



More information about the debian-science-commits mailing list