[liblinear] 07/08: Drop package libocas-dbg in favor of automatic dbgsym packages

Christian Kastner ckk at moszumanska.debian.org
Sun Apr 24 16:24:11 UTC 2016


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

ckk pushed a commit to branch master
in repository liblinear.

commit 723805e67a3a641857444987c77f53844438cf8d
Author: Christian Kastner <ckk at kvr.at>
Date:   Sun Apr 24 16:54:03 2016 +0200

    Drop package libocas-dbg in favor of automatic dbgsym packages
    
    As per https://lists.debian.org/debian-devel/2015/12/msg00262.html
---
 debian/control | 19 -------------------
 debian/rules   |  2 +-
 2 files changed, 1 insertion(+), 20 deletions(-)

diff --git a/debian/control b/debian/control
index c501a20..3282a83 100644
--- a/debian/control
+++ b/debian/control
@@ -55,25 +55,6 @@ Description: Library for Large Linear Classification
  .
  This package contains the shared libraries.
 
-Package: liblinear-dbg
-Priority: extra
-Section: debug
-Architecture: any
-Multi-Arch: same
-Depends:
-    ${misc:Depends},
-    liblinear3 (= ${binary:Version}),
-    liblinear-tools (= ${binary:Version})
-Description: Debugging symbols for LIBLINEAR
- LIBLINEAR is a library for learning linear classifiers for large scale
- applications. It supports Support Vector Machines (SVM) with L2 and L1
- loss, logistic regression, multi class classification and also Linear
- Programming Machines (L1-regularized SVMs). Its computational complexity
- scales linearly with the number of training examples making it one of
- the fastest SVM solvers around. It also provides Python bindings.
- .
- This package contains the debugging symbols.
-
 Package: liblinear-tools
 Section: science
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 6df7939..1f14c0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,7 @@ override_dh_compress:
 
 
 override_dh_strip:
-	dh_strip --dbg-package=liblinear-dbg
+	dh_strip --dbgsym-migration='liblinear-dbg (<< $(DEBVER)~)'
 
 
 get-orig-source:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/liblinear.git



More information about the debian-science-commits mailing list