[boinc] 01/02: Upload to unstable

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Sun Sep 27 16:19:10 UTC 2015


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

locutusofborg-guest pushed a commit to annotated tag debian/7.6.11+dfsg-1
in repository boinc.

commit 4ae3e1abb1f96e68074529f4bf828152bba119be
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sun Sep 27 10:25:36 2015 +0200

    Upload to unstable
---
 debian/changelog                               |  6 +++++-
 debian/patches/filesys_error_message.patch     |  2 +-
 debian/patches/more_maxpathlen.patch           |  6 +++---
 debian/patches/some_extra_clang_warnings.patch | 10 +++++-----
 4 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 388612b..fdacafa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
-boinc (7.6.9+dfsg-2exp2) UNRELEASED; urgency=medium
+boinc (7.6.11+dfsg-1) unstable; urgency=medium
 
   [ Manolo Díaz ]
   * Fix typo in BOINC_OOM_AD, preventing a variable from
     being correctly used. (Closes: #800086)
 
+  [ Gianfranco Costamagna ]
+  * New upstream release.
+  * Upload to unstable.
+
  -- Gianfranco Costamagna <locutusofborg at debian.org>  Sat, 26 Sep 2015 18:22:34 +0200
 
 boinc (7.6.9+dfsg-2exp1) experimental; urgency=medium
diff --git a/debian/patches/filesys_error_message.patch b/debian/patches/filesys_error_message.patch
index 8b9872f..b98e2b8 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;
  }
-@@ -614,7 +619,7 @@ static int boinc_rename_aux(const char*
+@@ -615,7 +620,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 73535a5..93abe39 100644
--- a/debian/patches/more_maxpathlen.patch
+++ b/debian/patches/more_maxpathlen.patch
@@ -21,7 +21,7 @@ Description: use MAXPATHLEN and change sprintf to snprintf
  
 --- a/lib/filesys.cpp
 +++ b/lib/filesys.cpp
-@@ -440,7 +440,7 @@
+@@ -441,7 +441,7 @@
      while (1) {
          retval = dir_scan(filename, dirp, sizeof(filename));
          if (retval) break;
@@ -30,7 +30,7 @@ Description: use MAXPATHLEN and change sprintf to snprintf
  
          if (is_dir(subdir)) {
              if (recurse) {
-@@ -563,8 +563,8 @@
+@@ -564,8 +564,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 
-@@ -699,7 +699,7 @@
+@@ -700,7 +700,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 83f8b17..58cd189 100644
--- a/debian/patches/some_extra_clang_warnings.patch
+++ b/debian/patches/some_extra_clang_warnings.patch
@@ -3,7 +3,7 @@ Description: fixing some clang warning.
  addressed this.
 --- a/clientgui/sg_ProjectPanel.cpp
 +++ b/clientgui/sg_ProjectPanel.cpp
-@@ -423,8 +423,7 @@
+@@ -425,8 +425,7 @@
      CMainDocument* pDoc = wxGetApp().GetDocument();
      ProjectSelectionData* selData;
      PROJECT* project;
@@ -13,7 +13,7 @@ Description: fixing some clang warning.
  
      if ( pDoc->IsConnected() ) {
          int projCnt = pDoc->GetSimpleProjectCount();
-@@ -432,10 +431,11 @@
+@@ -434,10 +433,11 @@
          oldProjectSelection = m_ProjectSelectionCtrl->GetSelection();
          
          // If a new project has been added, figure out which one
@@ -27,7 +27,7 @@ Description: fixing some clang warning.
                  ctrl_url = ((ProjectSelectionData*)m_ProjectSelectionCtrl->GetClientData(j))->project_url;
                  if (!strcmp(project->master_url, ctrl_url)) {
                      found = true;
-@@ -447,7 +447,7 @@
+@@ -449,7 +449,7 @@
              if ( !found ) {
                  wxString projname(project->project_name.c_str(), wxConvUTF8);
  #if SORTPROJECTLIST
@@ -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) {
-@@ -479,8 +479,8 @@
+@@ -481,8 +481,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);
-@@ -508,9 +508,9 @@
+@@ -510,9 +510,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