[coinor-cbc] 06/13: Remove dbg-package.

Anton Gladky gladk at moszumanska.debian.org
Mon Jun 5 18:07:56 UTC 2017


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

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

commit 4ab9c533100b13fbad4024bc95f3cb4f6112ab15
Author: Anton Gladky <gladk at debian.org>
Date:   Mon Jun 5 19:46:43 2017 +0200

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

diff --git a/debian/control b/debian/control
index 21264c2..9c02efd 100644
--- a/debian/control
+++ b/debian/control
@@ -66,16 +66,3 @@ Description: Coin-or branch-and-cut mixed integer programming solver (documentat
  stand-alone executable.
  .
  This package contains the documentation and examples.
-
-Package: coinor-libcbc3-dbg
-Section: debug
-Architecture: any
-Depends: coinor-libcbc3 (= ${binary:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends}
-Description: Coin-or branch-and-cut mixed integer programming solver (debug symbols)
- Cbc (Coin-or branch and cut) is an open-source mixed integer programming
- solver written in C++. It can be used as a callable library or as a
- stand-alone executable.
- .
- This package contains the debug symbols.
diff --git a/debian/rules b/debian/rules
index efc9489..09fce73 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
-override_dh_strip:
-	dh_strip --dbg-package=coinor-libcbc3-dbg
+%:
+	dh $@ --with autotools_dev --without autoreconf
 
 override_dh_auto_build:
 	dh_auto_build --
@@ -18,7 +18,3 @@ override_dh_auto_configure:
 override_dh_auto_install:
 	dh_auto_install --
 	$(RM) debian/tmp/usr/share/coin/doc/Cbc/LICENSE
-
-
-%:
-	dh $@ --with autotools_dev --without autoreconf

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



More information about the debian-science-commits mailing list