[coinor-osi] 06/15: Remove dbg-package.

Anton Gladky gladk at moszumanska.debian.org
Sat Jun 3 20:28:02 UTC 2017


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

gladk pushed a commit to branch experimental
in repository coinor-osi.

commit 8c478d628386fd705f00d6a769c931293e2bf532
Author: Anton Gladky <gladk at debian.org>
Date:   Sat Jun 3 21:12:37 2017 +0200

    Remove dbg-package.
---
 debian/control | 15 ---------------
 debian/rules   |  8 ++------
 2 files changed, 2 insertions(+), 21 deletions(-)

diff --git a/debian/control b/debian/control
index 539bce7..4299720 100644
--- a/debian/control
+++ b/debian/control
@@ -57,18 +57,3 @@ Description: COIN-OR Open Solver Interface (documentation)
  for Operations Research).
  .
  This package contains the documentation and examples.
-
-Package: coinor-libosi1v5-dbg
-Section: debug
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, coinor-libosi1v5 (= ${binary:Version})
-Description: COIN-OR Open Solver Interface (debug symbols)
- Osi (Open Solver Interface) provides an abstract C++ base class to a generic
- linear programming (LP) solver, along with derived classes for specific
- solvers. Many applications may be able to use the Osi to insulate themselves
- from a specific LP solver.
- .
- Osi is part of the larger COIN-OR initiative (Computational Infrastructure
- for Operations Research).
- .
- This package contains the debug symbols.
diff --git a/debian/rules b/debian/rules
index d81255c..9a99bcd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
-override_dh_strip:
-	dh_strip --dbg-package=coinor-libosi1v5-dbg
+%:
+	dh $@ --with autotools_dev
 
 override_dh_auto_build:
 	dh_auto_build --
@@ -16,7 +16,3 @@ override_dh_auto_configure:
 override_dh_auto_install:
 	dh_auto_install --
 	$(RM) debian/tmp/usr/share/coin/doc/Osi/LICENSE
-
-%:
-	dh $@ --with autotools_dev
-

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



More information about the debian-science-commits mailing list