[SCM] BOINC packaging branch, master, updated. upstream/7.0.50+dfsg-656-gb27ee09

Gianfranco Costamagna costamagnagianfranco at yahoo.it
Wed Feb 13 22:22:57 UTC 2013


The following commit has been merged in the master branch:
commit b27ee099c9492ce59665f9a81b395edb335567ae
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Wed Feb 13 23:22:45 2013 +0100

    New upstream release

diff --git a/debian/changelog b/debian/changelog
index 7617231..f1e8c51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+boinc (7.0.51+dfsg-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Sat, 09 Feb 2013 13:38:34 +0100
+
 boinc (7.0.50+dfsg-1) experimental; urgency=low
 
   * New upstream release.
diff --git a/debian/patches/fix-add-exclusive-app.patch b/debian/patches/fix-add-exclusive-app.patch
index c966833..1385f49 100644
--- a/debian/patches/fix-add-exclusive-app.patch
+++ b/debian/patches/fix-add-exclusive-app.patch
@@ -8,15 +8,6 @@ Returns true if a file with this name exists and if this process has execute per
 
 --- a/clientgui/DlgAdvPreferences.cpp
 +++ b/clientgui/DlgAdvPreferences.cpp
-@@ -802,7 +802,7 @@
- #else
- //TODO: fill in the default directory and wildcard for Linux
-         wxFileDialog picker(this, _("Applications to add"), 
--                            wxT("/"), wxT(""), wxT("*.*"), 
-+                            wxT("/"), wxT(""), wxT("*"), 
-                             wxFD_OPEN|wxFD_FILE_MUST_EXIST|wxFD_CHANGE_DIR|wxFD_MULTIPLE|wxFD_CHANGE_DIR);
- #endif
-         if (picker.ShowModal() != wxID_OK) return;
 @@ -816,7 +816,7 @@
  #endif
              wxString directory = picker.GetDirectory();

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list