r680 - in /trunk/boinc/debian: changelog control rules

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Tue Jun 26 10:23:12 UTC 2007


Author: fst-guest
Date: Tue Jun 26 10:23:12 2007
New Revision: 680

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=680
Log:
* Added new boinc-dbg package to provide debugging symbols for all BOINC
  binaries.
* Restricted line width of long descriptions in debian/control to
  72 characters.

Modified:
    trunk/boinc/debian/changelog
    trunk/boinc/debian/control
    trunk/boinc/debian/rules

Modified: trunk/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/changelog?rev=680&op=diff
==============================================================================
--- trunk/boinc/debian/changelog (original)
+++ trunk/boinc/debian/changelog Tue Jun 26 10:23:12 2007
@@ -38,6 +38,8 @@
     hardcoded compiler flags from client/Makefile.am and to make debian/rules
     the only place again where compiler flags are defined.
     (probably closes: #427661)
+  * New boinc-dbg package added to provide debugging symbols for BOINC
+    binaries.
 
   [ Steffen Moeller ]
   * Smallish changes to Debian READMEs and man pages.
@@ -46,7 +48,7 @@
   * Added Portuguese (pt.po) by Miguel Figueiredo <elmig at debianpt.org>.
     (closes: #428278)
 
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Tue, 26 Jun 2007 09:34:20 +0200
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Tue, 26 Jun 2007 12:17:44 +0200
 
 boinc (5.8.17-2) unstable; urgency=low
 

Modified: trunk/boinc/debian/control
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/control?rev=680&op=diff
==============================================================================
--- trunk/boinc/debian/control (original)
+++ trunk/boinc/debian/control Tue Jun 26 10:23:12 2007
@@ -15,17 +15,18 @@
 Suggests: boinc-app-seti, boinc-manager | kboincspy
 Description: core client for the BOINC distributed computing infrastructure
  The Berkeley Open Infrastructure for Network Computing (BOINC) is a
- software platform for distributed computing: several initiatives of various
- scientific disciplines all compete for the idle time of desktop computers.
- The developers' web site at the University of Berkeley serves as a common
- portal to the otherwise independently run projects.
+ software platform for distributed computing: several initiatives of
+ various scientific disciplines all compete for the idle time of
+ desktop computers. The developers' web site at the University of
+ Berkeley serves as a common portal to the otherwise independently run
+ projects.
  .
- This package contains the BOINC core client program that is required to
- participate in any project that uses BOINC.  A central server distributes
- work units and collects results via this client.  When attaching a
- local machine to a project, this client will also dynamically download
- the projects application's program to be then wrapped by the BOINC
- core client.
+ This package contains the BOINC core client program that is required
+ to participate in any project that uses BOINC. A central server
+ distributes work units and collects results via this client. When
+ attaching a local machine to a project, this client will also
+ dynamically download the projects application's program to be then
+ wrapped by the BOINC core client.
  .
   Homepage: http://boinc.berkeley.edu
 
@@ -64,7 +65,25 @@
  software platform for distributed computing using volunteered computer
  resources.
  .
- This package contains header files and static libraries that are needed
- to develop and compile applications which utilizes the BOINC infrastructure.
+ This package contains header files and static libraries that are
+ needed to develop and compile applications which utilizes the BOINC
+ infrastructure.
  .
   Homepage: http://boinc.berkeley.edu
+
+Package: boinc-dbg
+Section: devel
+Priority: extra
+Architecture: any
+Suggests: libcurl3-dbg, libssl0.9.8-dbg, libwxgtk2.6-dbg
+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 packages. It is provided primarily to provide a backtrace
+ with names in a debugger, this makes it somewhat easier to interpret
+ core dumps.
+ .
+  Homepage: http://boinc.berkeley.edu

Modified: trunk/boinc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/rules?rev=680&op=diff
==============================================================================
--- trunk/boinc/debian/rules (original)
+++ trunk/boinc/debian/rules Tue Jun 26 10:23:12 2007
@@ -200,7 +200,7 @@
 	dh_installman -a
 	dh_buildinfo -a
 	dh_link -a
-	dh_strip -a
+	dh_strip -a --dbg-package=boinc-dbg
 	dh_compress -a
 	dh_fixperms -a
 	dh_installdeb -a




More information about the pkg-boinc-commits mailing list