[SCM] SETI at home packaging branch, master, updated. debian/6.12_svn1305-2-10-g86a9bc5
Steffen Moeller
steffen_moeller at gmx.de
Tue May 29 20:19:36 UTC 2012
The following commit has been merged in the master branch:
commit 7faa8169a12e146d1d554a7aa150677ee7eb9e3b
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date: Tue May 29 22:06:54 2012 +0200
Added debug package for SETI app.
diff --git a/debian/control b/debian/control
index b9ae625..0e122cc 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Uploaders: Steffen Moeller <moeller at debian.org>,
Guo Yixuan <culu.gyx at gmail.com>
Standards-Version: 3.9.3
Build-Depends: debhelper (>= 7.0.50~), automake1.9 (>= 1.9.3),
- autoconf (>= 2.59), libboinc-app-dev|boinc-dev (>= 7),
+ autoconf (>= 2.59),
+ libboinc-app-dev|boinc-dev (>= 7.0.1),
libfftw3-dev
Vcs-Git: git://git.debian.org/git/pkg-boinc/boinc-app-seti.git
Vcs-Browser: http://git.debian.org/?p=pkg-boinc/boinc-app-seti.git
@@ -15,7 +16,7 @@ Homepage: http://setiathome.berkeley.edu/
Package: boinc-app-seti
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libboinc-app|boinc-dev (>= 7)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libboinc-app|boinc-dev (>= 7.0.1)
Recommends: boinc-client (>= 5.4.3-1)
Description: SETI at home application for the BOINC client
SETI at home is a distributed computing project using Internet-connected
@@ -37,3 +38,18 @@ Description: SETI at home application for the BOINC client
it to take all technical hurdles from you to have your very custom
SETI patch or new compiler flags evaluated. The configuration of
BOINC to find the local SETI binary is all performed by the package.
+
+Package: boinc-app-seti-dbg
+Architecture: any
+Depends: ${misc:Depends}, boinc-app-seti (= ${binary:Version})
+Section: debug
+Description: debug symbols for SETI at home
+ SETI at home is a distributed computing project using Internet-connected
+ computers for the Search for Extraterrestrial Intelligence (SETI). It
+ searches for possible evidence of extraterrestrial intelligence in
+ radio transmissions collected by the Arecibo radio telescope.
+ .
+ This package provide debug information. It comes handy when you have
+ optimised the code of SETI yourself and find it crash or be stuck in
+ an infinite loop or you may be asked to install the package for some
+ joint investigation with the SETI core developers.
diff --git a/debian/rules b/debian/rules
index 71223bd..5d3cdb6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -107,6 +107,10 @@ override_dh_install:
dh_install
+override_dh_strip:
+ dh_strip --dbg-package=boinc-app-seti-dbg
+
+
origDir ?= .
get-orig-source:
--
SETI at home packaging
More information about the pkg-boinc-commits
mailing list