[SCM] BOINC packaging branch, master, updated. debian/7.1.21+dfsg-2_exp1-18-g57b6f26

Gianfranco Costamagna costamagnagianfranco at yahoo.it
Fri Jul 26 11:23:28 UTC 2013


The following commit has been merged in the master branch:
commit 57b6f264fb7f4175f08e3e9aa33170d21532527f
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Fri Jul 26 12:22:24 2013 +0200

    New upstream release, unstable target.
    Patch refresh, added $(SSL_LIBS) to libboinc_crypt

diff --git a/debian/changelog b/debian/changelog
index cc5b210..72da4b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+boinc (7.2.7+dfsg-1) unstable; urgency=low
+
+  * New upstream release, patch refresh.
+  * Linking libboinc_crypt.so against $(SSL_LIBS).
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Thu, 25 Jul 2013 10:56:43 +0200
+
 boinc (7.2.4+dfsg-1exp1) experimental; urgency=low
 
   [ Steffen Moeller ]
diff --git a/debian/control.in b/debian/control.in
index ee74e8a..2f21d22 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -230,7 +230,7 @@ Package: boinc
 @ This package contains dynamic libraries that are needed for applications
 @ which utilizes the BOINC infrastructure and the boinc-client itself.
 %
-Package: boinc-server-maker
+%Package: boinc-server-maker
 %Architecture: any
 %Provides: boinc-server
 %Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
diff --git a/debian/patches/boinclib_shared.patch b/debian/patches/boinclib_shared.patch
index ad93d78..66378ec 100644
--- a/debian/patches/boinclib_shared.patch
+++ b/debian/patches/boinclib_shared.patch
@@ -12,7 +12,7 @@
  libboinc_crypt_la_CFLAGS = $(AM_CFLAGS) $(PICFLAGS) $(PTHREAD_CFLAGS) $(SSL_CFLAGS)
  libboinc_crypt_la_CXXFLAGS = $(AM_CXXFLAGS) $(PICFLAGS) $(PTHREAD_CFLAGS) $(SSL_CXXFLAGS)
 -libboinc_crypt_la_LDFLAGS = -L$(libdir) -rpath $(libdir) -static -version-number $(LIBBOINC_VERSION)
-+libboinc_crypt_la_LDFLAGS = -L$(libdir) -rpath $(libdir) -version-number $(LIBBOINC_VERSION)
++libboinc_crypt_la_LDFLAGS = -L$(libdir) -rpath $(libdir) -version-number $(LIBBOINC_VERSION) $(SSL_LIBS)
  libboinc_crypt_la_LIBADD =
  
  
diff --git a/debian/patches/cppcheck_realloc.patch b/debian/patches/cppcheck_realloc.patch
index 91291a1..44e38c2 100644
--- a/debian/patches/cppcheck_realloc.patch
+++ b/debian/patches/cppcheck_realloc.patch
@@ -1,10 +1,8 @@
 Author: Steffen Moeller <moeller at debian.org>
 Description: Initialisation.
 
-Index: boinc_debian_new/lib/crypt.cpp
-===================================================================
---- boinc_debian_new.orig/lib/crypt.cpp
-+++ boinc_debian_new/lib/crypt.cpp
+--- a/lib/crypt.cpp
++++ b/lib/crypt.cpp
 @@ -342,6 +342,7 @@
      char clear_buf[MD5_LEN];
      int n, retval;
diff --git a/debian/patches/disable_new_version_check.patch b/debian/patches/disable_new_version_check.patch
index aeec3b1..2eca26c 100644
--- a/debian/patches/disable_new_version_check.patch
+++ b/debian/patches/disable_new_version_check.patch
@@ -10,11 +10,9 @@ Forwarded: not-needed
 Reviewed-By: costamagnagianfranco at yahoo.it
 Last-Update: <2013-03-07>
 
-Index: boinc_debian_new/client/client_state.cpp
-===================================================================
---- boinc_debian_new.orig/client/client_state.cpp
-+++ boinc_debian_new/client/client_state.cpp
-@@ -451,7 +451,7 @@
+--- a/client/client_state.cpp
++++ b/client/client_state.cpp
+@@ -455,7 +455,7 @@
  
      // inform the user if there's a newer version of client
      //
@@ -23,10 +21,8 @@ Index: boinc_debian_new/client/client_state.cpp
  
      // parse account files again,
      // now that we know the host's venue on each project
-Index: boinc_debian_new/client/scheduler_op.cpp
-===================================================================
---- boinc_debian_new.orig/client/scheduler_op.cpp
-+++ boinc_debian_new/client/scheduler_op.cpp
+--- a/client/scheduler_op.cpp
++++ b/client/scheduler_op.cpp
 @@ -129,7 +129,7 @@
          // and project list
          //
diff --git a/debian/patches/investigate_boinc_api.patch b/debian/patches/investigate_boinc_api.patch
index fa11fd4..cb7c667 100644
--- a/debian/patches/investigate_boinc_api.patch
+++ b/debian/patches/investigate_boinc_api.patch
@@ -1,7 +1,5 @@
-Index: boinc_debian_new/api/boinc_api.cpp
-===================================================================
---- boinc_debian_new.orig/api/boinc_api.cpp
-+++ boinc_debian_new/api/boinc_api.cpp
+--- a/api/boinc_api.cpp
++++ b/api/boinc_api.cpp
 @@ -356,7 +356,7 @@
  
      if (standalone) return true;
diff --git a/debian/patches/nvidia_mem_display_simplification.patch b/debian/patches/nvidia_mem_display_simplification.patch
index 5750d42..727c1b5 100644
--- a/debian/patches/nvidia_mem_display_simplification.patch
+++ b/debian/patches/nvidia_mem_display_simplification.patch
@@ -1,7 +1,5 @@
-Index: boinc_debian_new/lib/coproc.cpp
-===================================================================
---- boinc_debian_new.orig/lib/coproc.cpp
-+++ boinc_debian_new/lib/coproc.cpp
+--- a/lib/coproc.cpp
++++ b/lib/coproc.cpp
 @@ -584,7 +584,7 @@
      cuda_version = 0;
      display_driver_version = 0;

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list