[shark] 06/07: Drop debug package in favor of autogenerated dbgsym.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Aug 24 08:59:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository shark.
commit faa0cd45cbde3c3cbe98eb14e8f1edc3c9700dd4
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Sun Aug 21 13:09:57 2016 +0100
Drop debug package in favor of autogenerated dbgsym.
---
debian/control | 15 ---------------
debian/rules | 2 +-
2 files changed, 1 insertion(+), 16 deletions(-)
diff --git a/debian/control b/debian/control
index dadfaaa..71f4184 100644
--- a/debian/control
+++ b/debian/control
@@ -38,21 +38,6 @@ Description: Shark machine learning library
.
This package provides the Shark library.
-Package: libshark0-dbg
-Architecture: any
-Multi-Arch: same
-Section: debug
-Priority: extra
-Depends: ${misc:Depends},
- libshark0 (= ${binary:Version})
-Description: debugging symbols for Shark
- Shark is a modular C++ library for the design and optimization of adaptive
- systems. It provides methods for linear and nonlinear optimization, in
- particular evolutionary and gradient-based algorithms, kernel-based learning
- algorithms and neural networks, and various other machine learning techniques.
- .
- This package provides the debugging symbols for the Shark library.
-
Package: libshark-dev
Architecture: any
Multi-Arch: same
diff --git a/debian/rules b/debian/rules
index 7a805e3..757df76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ CMAKE_BUILD_OPTIONS += -DBUILD_TESTING=OFF
endif
%:
- dh $@ --parallel --dbg-package=libshark0-dbg
+ dh $@ --parallel
override_dh_auto_configure-arch:
dh_auto_configure -- $(CMAKE_BUILD_OPTIONS) \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/shark.git
More information about the debian-science-commits
mailing list