[boinc] 04/05: New upstream release, patch refresh

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Mon Dec 7 11:34:07 UTC 2015


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

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

commit e3b8d14f67cede6ea7a1c0625f34765141513677
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Mon Dec 7 12:32:44 2015 +0100

    New upstream release, patch refresh
---
 debian/changelog                               | 9 +++++++++
 debian/patches/filesys_error_message.patch     | 2 +-
 debian/patches/more_maxpathlen.patch           | 4 ++--
 debian/patches/some_extra_clang_warnings.patch | 4 ++--
 4 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5668afc..d29a5f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+boinc (7.6.19+dfsg-1) unstable; urgency=medium
+
+  * Upload to unstable
+  * New upstream release, patch refresh.
+  * Strip more files from source tarball (Closes: #806721)
+    tanks Dmitry Smirnov for the useful and complete bug report!
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Mon, 07 Dec 2015 12:29:58 +0100
+
 boinc (7.6.17+dfsg-1exp1) experimental; urgency=medium
 
   * Upload to experimental again, with the boinc-server-* packages.
diff --git a/debian/patches/filesys_error_message.patch b/debian/patches/filesys_error_message.patch
index 37c7af4..280758d 100644
--- a/debian/patches/filesys_error_message.patch
+++ b/debian/patches/filesys_error_message.patch
@@ -15,7 +15,7 @@ Description: this patch adds an useful error message in case of dir open failure
  #endif
      return dirp;
  }
-@@ -623,7 +628,7 @@ static int boinc_rename_aux(const char*
+@@ -624,7 +629,7 @@ static int boinc_rename_aux(const char*
      //
      int retval = rename(old, newf);
      if (retval) {
diff --git a/debian/patches/more_maxpathlen.patch b/debian/patches/more_maxpathlen.patch
index 67f3440..db132b5 100644
--- a/debian/patches/more_maxpathlen.patch
+++ b/debian/patches/more_maxpathlen.patch
@@ -30,7 +30,7 @@ Description: use MAXPATHLEN and change sprintf to snprintf
  
          if (is_dir(subdir)) {
              if (recurse) {
-@@ -566,8 +566,8 @@
+@@ -567,8 +567,8 @@
      }
      return 0;
  #elif defined(__EMX__)
@@ -41,7 +41,7 @@ Description: use MAXPATHLEN and change sprintf to snprintf
      return system(cmd);
  #else
      // POSIX requires that shells run from an application will use the 
-@@ -708,7 +708,7 @@
+@@ -709,7 +709,7 @@
          p = strchr(q, '/');
          if (!p) break;
          *p = 0;
diff --git a/debian/patches/some_extra_clang_warnings.patch b/debian/patches/some_extra_clang_warnings.patch
index be6751a..5f92569 100644
--- a/debian/patches/some_extra_clang_warnings.patch
+++ b/debian/patches/some_extra_clang_warnings.patch
@@ -36,7 +36,7 @@ Description: fixing some clang warning.
                  for(j = 0; j < ctrlCount; ++j) {
                      alphaOrder = (m_ProjectSelectionCtrl->GetString(j)).CmpNoCase(projname);
                      if (alphaOrder > 0) {
-@@ -483,8 +483,8 @@
+@@ -482,8 +482,8 @@
          if ( projCnt < ctrlCount ) {
              project = NULL;
              // Check items in descending order so deletion won't change indexes of items yet to be checked
@@ -47,7 +47,7 @@ Description: fixing some clang warning.
                  project = pDoc->state.lookup_project(ctrl_url);
                  if ( project == NULL ) {
                      selData = (ProjectSelectionData*)m_ProjectSelectionCtrl->GetClientData(j);
-@@ -512,9 +512,9 @@
+@@ -511,9 +511,9 @@
      
          // Check to see if we need to reload the project icon
          ctrlCount = m_ProjectSelectionCtrl->GetCount();

-- 
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