[coinor-cgl] 05/14: Remove dbg-package

Anton Gladky gladk at moszumanska.debian.org
Mon Jun 5 14:44:07 UTC 2017


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

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

commit c92c9178acbc034d0a34c72ff9c1c69e77047de7
Author: Anton Gladky <gladk at debian.org>
Date:   Mon Jun 5 12:56:44 2017 +0200

    Remove dbg-package
---
 debian/control | 17 -----------------
 debian/rules   |  8 ++------
 2 files changed, 2 insertions(+), 23 deletions(-)

diff --git a/debian/control b/debian/control
index cade21f..9427a69 100644
--- a/debian/control
+++ b/debian/control
@@ -64,20 +64,3 @@ Description: COIN-OR Cut Generation Library (documentation)
  make use of cuts, such as the mixed-integer linear programming solver Cbc.
  .
  This package contains the documentation and examples.
-
-Package: coinor-libcgl1-dbg
-Section: debug
-Architecture: any
-Depends: coinor-libcgl1 (= ${binary:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends}
-Description: COIN-OR Cut Generation Library (debug symbols)
- The Cut Generation Library (Cgl) is an open collection of cutting plane
- implementations ("cut generators") for use in teaching, research, and
- applications.
- .
- Cgl is part of the larger COIN-OR initiative (Computational Infrastructure
- for Operations Research) and can be used with other COIN-OR packages that
- make use of cuts, such as the mixed-integer linear programming solver Cbc.
- .
- This package contains the debug symbols.
diff --git a/debian/rules b/debian/rules
index 83fb598..e250fe3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
-override_dh_strip:
-	dh_strip --dbg-package=coinor-libcgl1-dbg --without autoreconf
+%:
+	dh $@ --with autotools_dev  --without autoreconf
 
 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/Cgl/LICENSE
-
-
-%:
-	dh $@ --with autotools_dev 

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



More information about the debian-science-commits mailing list