[pkg-boinc-commits] r433 - scripts trunk/boinc-app-seti/debian trunk/boinc-app-seti/debian/patches

Frank S. Thomas fst-guest at costa.debian.org
Wed May 17 13:23:56 UTC 2006


Author: fst-guest
Date: 2006-05-17 13:23:55 +0000 (Wed, 17 May 2006)
New Revision: 433

Modified:
   scripts/download-seti
   trunk/boinc-app-seti/debian/control
   trunk/boinc-app-seti/debian/control.in
   trunk/boinc-app-seti/debian/patches/01_build-fixes.dpatch
Log:
The deletion of jpeglib/ is giving me too much headaches for now, I'll postpone
this for later.


Modified: scripts/download-seti
===================================================================
--- scripts/download-seti	2006-05-17 11:27:57 UTC (rev 432)
+++ scripts/download-seti	2006-05-17 13:23:55 UTC (rev 433)
@@ -25,7 +25,6 @@
 DEBIAN_VERSION="$VERSION+cvs`echo $DATE | sed 's/-//g'`"
 
 # remove non-free or unneeded things
-rm -rf seti_boinc/jpeglib
 find seti_boinc -depth -name "CVS" -exec rm -rf '{}' \;
 
 tar -czf "boinc-app-seti_$DEBIAN_VERSION.orig.tar.gz" seti_boinc

Modified: trunk/boinc-app-seti/debian/control
===================================================================
--- trunk/boinc-app-seti/debian/control	2006-05-17 11:27:57 UTC (rev 432)
+++ trunk/boinc-app-seti/debian/control	2006-05-17 13:23:55 UTC (rev 433)
@@ -4,7 +4,7 @@
 Maintainer: Debian BOINC Maintainers <pkg-boinc-devel at lists.alioth.debian.org>
 Uploaders: Steffen Moeller <steffen_moeller at gmx.de>, Frank S. Thomas <frank at thomas-alfeld.de>
 Standards-Version: 3.7.2
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, automake1.9 (>= 1.9.3), autoconf (>= 2.59), boinc-dev (>= 5.4.9-2), fftw-dev, libjpeg62-dev
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, automake1.9 (>= 1.9.3), autoconf (>= 2.59), boinc-dev (>= 5.4.9-2), fftw-dev
 
 Package: boinc-app-seti
 Architecture: any

Modified: trunk/boinc-app-seti/debian/control.in
===================================================================
--- trunk/boinc-app-seti/debian/control.in	2006-05-17 11:27:57 UTC (rev 432)
+++ trunk/boinc-app-seti/debian/control.in	2006-05-17 13:23:55 UTC (rev 433)
@@ -4,7 +4,7 @@
 Maintainer: Debian BOINC Maintainers <pkg-boinc-devel at lists.alioth.debian.org>
 Uploaders: Steffen Moeller <steffen_moeller at gmx.de>, Frank S. Thomas <frank at thomas-alfeld.de>
 Standards-Version: 3.7.2
-Build-Depends: @cdbs@, automake1.9 (>= 1.9.3), autoconf (>= 2.59), boinc-dev (>= 5.4.9-2), fftw-dev, libjpeg62-dev
+Build-Depends: @cdbs@, automake1.9 (>= 1.9.3), autoconf (>= 2.59), boinc-dev (>= 5.4.9-2), fftw-dev
 
 Package: boinc-app-seti
 Architecture: any

Modified: trunk/boinc-app-seti/debian/patches/01_build-fixes.dpatch
===================================================================
--- trunk/boinc-app-seti/debian/patches/01_build-fixes.dpatch	2006-05-17 11:27:57 UTC (rev 432)
+++ trunk/boinc-app-seti/debian/patches/01_build-fixes.dpatch	2006-05-17 13:23:55 UTC (rev 433)
@@ -5,9 +5,9 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad boinc-app-seti-5.15+cvs20060516~/client/Makefile.am boinc-app-seti-5.15+cvs20060516/client/Makefile.am
---- boinc-app-seti-5.15+cvs20060516~/client/Makefile.am	2006-04-07 03:38:17.000000000 +0200
-+++ boinc-app-seti-5.15+cvs20060516/client/Makefile.am	2006-05-16 15:46:01.000000000 +0200
+diff -urNad boinc-app-seti-5.13+cvs20060510~/client/Makefile.am boinc-app-seti-5.13+cvs20060510/client/Makefile.am
+--- boinc-app-seti-5.13+cvs20060510~/client/Makefile.am	2006-04-07 03:38:17.000000000 +0200
++++ boinc-app-seti-5.13+cvs20060510/client/Makefile.am	2006-05-17 13:37:56.000000000 +0200
 @@ -90,11 +90,11 @@
  seti_boinc_LDADD = $(CLIENT_LD_ADD) 
  seti_boinc_LINK = $(CXX) -o $@
@@ -24,9 +24,9 @@
  
  
  if ENABLE_GUI
-diff -urNad boinc-app-seti-5.15+cvs20060516~/db/sqlblob.h boinc-app-seti-5.15+cvs20060516/db/sqlblob.h
---- boinc-app-seti-5.15+cvs20060516~/db/sqlblob.h	2005-12-01 01:01:01.000000000 +0100
-+++ boinc-app-seti-5.15+cvs20060516/db/sqlblob.h	2006-05-16 15:48:13.000000000 +0200
+diff -urNad boinc-app-seti-5.13+cvs20060510~/db/sqlblob.h boinc-app-seti-5.13+cvs20060510/db/sqlblob.h
+--- boinc-app-seti-5.13+cvs20060510~/db/sqlblob.h	2005-12-01 01:01:01.000000000 +0100
++++ boinc-app-seti-5.13+cvs20060510/db/sqlblob.h	2006-05-17 13:37:56.000000000 +0200
 @@ -75,7 +75,7 @@
       fflush(stderr);
  #endif
@@ -36,9 +36,9 @@
  #ifdef DEBUG_ALLOCATIONS
     fprintf(stderr,"sqlblob: allocated a vector at 0x%p\n",b.mem);
     fflush(stderr);
-diff -urNad boinc-app-seti-5.15+cvs20060516~/db/xml_util.h boinc-app-seti-5.15+cvs20060516/db/xml_util.h
---- boinc-app-seti-5.15+cvs20060516~/db/xml_util.h	2005-12-01 01:01:01.000000000 +0100
-+++ boinc-app-seti-5.15+cvs20060516/db/xml_util.h	2006-05-16 15:47:23.000000000 +0200
+diff -urNad boinc-app-seti-5.13+cvs20060510~/db/xml_util.h boinc-app-seti-5.13+cvs20060510/db/xml_util.h
+--- boinc-app-seti-5.13+cvs20060510~/db/xml_util.h	2005-12-01 01:01:01.000000000 +0100
++++ boinc-app-seti-5.13+cvs20060510/db/xml_util.h	2006-05-17 13:37:57.000000000 +0200
 @@ -220,9 +220,9 @@
  
  // decode an XML character string.  Return a the decoded string in a vector




More information about the pkg-boinc-commits mailing list