[boinc] 02/05: Drop debug packages

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Tue May 3 18:41:26 UTC 2016


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

locutusofborg-guest pushed a commit to branch master
in repository boinc.

commit 20433743345933a59bb997fd8198db1b9bb8c5ef
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Tue May 3 19:43:10 2016 +0200

    Drop debug packages
---
 debian/changelog  |  2 ++
 debian/control.in | 36 ------------------------------------
 debian/rules      |  5 -----
 3 files changed, 2 insertions(+), 41 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cce9c47..9bc21a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 boinc (7.6.31+dfsg-6exp2) experimental; urgency=medium
 
+  [ Steffen Moeller ]
+  * Drop debug packages.
   * Corrected compiler flag management for link time optimisation,
     binaries and libraries  lost considerable weight (85%-95%)
   * Better consistency for compiler flags when building wrapper apps
diff --git a/debian/control.in b/debian/control.in
index 23d6585..8de30dc 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -327,42 +327,6 @@ Package: boinc
 % The package also features the wrapper application, which is likely
 % to find its audience also in real projects.
 %
- at Package: boinc-dbg
- at Section: debug
- at Priority: extra
- at Architecture: any
- at Depends: boinc-client (= ${binary:Version}) | boinc-manager (= ${binary:Version}),
-@         ${misc:Depends}
- at Suggests: libcurl3-dbg, libssl1.0.0-dbg, libwxgtk3.0-0-dbg,
-%         boinc-server-dbg
- at Description: debugging symbols for BOINC binaries
-@ The Berkeley Open Infrastructure for Network Computing (BOINC) is a
-@ software platform for distributed computing using volunteered computer
-@ resources.
-@ .
-@ This package contains unstripped versions of all binaries included in
-@ the BOINC client packages. It is provided primarily to provide a backtrace
-@ with names in a debugger, this makes it somewhat easier to interpret
-@ core dumps. For installations running a BOINC server locally, it may
-@ be of interest to also install the boinc-server-dbg package.
-@
-%Package: boinc-server-dbg
-%Section: debug
-%Priority: extra
-%Architecture: any
-%Depends: boinc-server-maker (= ${binary:Version}) | boinc-app-examples (= ${binary:Version}) | boinc-cgi-stripchart (= ${binary:Version}),
-%         ${misc:Depends}
-%Suggests: libcurl3-dbg, libssl1.0.0-dbg, libwxgtk3.0-0-dbg
-%Description: debugging symbols for BOINC server binaries
-% The Berkeley Open Infrastructure for Network Computing (BOINC) is a
-% software platform for distributed computing using volunteered computer
-% resources.
-% .
-% This package contains unstripped versions of all binaries included in
-% the BOINC packages. It is provided primarily to provide a backtrace
-% with names in a debugger, this makes it somewhat easier to interpret
-% core dumps.
-%
 %Package: boinc-cgi-stripchart
 %Section: libs
 %Priority: extra
diff --git a/debian/rules b/debian/rules
index 051c241..8b5b1742 100755
--- a/debian/rules
+++ b/debian/rules
@@ -205,7 +205,6 @@ override_dh_clean:
 	rm -rf clientscr/.libs
 	rm -rf debian/boinc-app-examples   debian/boinc-app-examples.substvars
 	rm -rf debian/boinc-server-maker   debian/boinc-server-maker.substvars
-	rm -rf debian/boinc-server-dbg     debian/boinc-server-dbg.substvars
 	rm -rf debian/boinc-cgi-stripchart debian/boinc-cgi-stripchart.substvars
 	rm -rf debian/*.debhelper
 	rm -rf debian/tmp autoreconf-stamp build-*-stamp install-*-stamp
@@ -384,10 +383,6 @@ override_dh_install:
 	find $(CURDIR)/debian -name "*.la" | xargs -r rm -f
 	dh_install
 
-override_dh_strip:
-	dh_strip -pboinc-server-maker -pboinc-app-examples -pboinc-cgi-stripchart --dbg-package=boinc-server-dbg || true
-	dh_strip --dbg-package=boinc-dbg
-
 override_dh_fixperms:
 	dh_fixperms
 	# some files are not right with 755

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc.git



More information about the pkg-boinc-commits mailing list