[boinc] 02/02: New upstream release

Gianfranco Costamagna locutusofborg-guest at alioth.debian.org
Fri Oct 11 16:08:23 UTC 2013


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

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

commit 78062b5ba7470751d0c5b09859360f075c98db08
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Fri Oct 11 18:07:59 2013 +0200

    New upstream release
---
 debian/changelog                                              |    6 ++++++
 debian/patches/addressing_addional_html_dirs.patch            |    6 ++----
 debian/patches/boinclib_shared.patch                          |    4 ++--
 debian/patches/disable_silent_rules.patch                     |    2 +-
 debian/patches/dynamic_libboinc.patch                         |    6 ++----
 debian/patches/file_upload_handler_in_sched_linking.patch     |    6 ++----
 debian/patches/gui_urls_xml_added_to_Makefile.patch           |    6 ++----
 debian/patches/make_project_overcomes_Apache24_security.patch |    6 ++----
 debian/patches/nvidia_mem_display_simplification.patch        |    4 ++--
 9 files changed, 21 insertions(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fcb19ae..661afb2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+boinc (7.2.22+dfsg-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Fri, 11 Oct 2013 18:06:33 +0200
+
 boinc (7.2.17+dfsg-1) UNRELEASED; urgency=low
 
   * New upstream release.
diff --git a/debian/patches/addressing_addional_html_dirs.patch b/debian/patches/addressing_addional_html_dirs.patch
index 5f1f5db..7858890 100644
--- a/debian/patches/addressing_addional_html_dirs.patch
+++ b/debian/patches/addressing_addional_html_dirs.patch
@@ -1,7 +1,5 @@
-Index: boinc_debian_new/html/Makefile.am
-===================================================================
---- boinc_debian_new.orig/html/Makefile.am
-+++ boinc_debian_new/html/Makefile.am
+--- a/html/Makefile.am
++++ b/html/Makefile.am
 @@ -1,4 +1,4 @@
  htmldir=$(DESTDIR)/$(prefix)/share/boinc-server-maker/html
  install-data-local:
diff --git a/debian/patches/boinclib_shared.patch b/debian/patches/boinclib_shared.patch
index 66378ec..697a02e 100644
--- a/debian/patches/boinclib_shared.patch
+++ b/debian/patches/boinclib_shared.patch
@@ -1,6 +1,6 @@
 --- a/lib/Makefile.am
 +++ b/lib/Makefile.am
-@@ -147,13 +147,13 @@
+@@ -150,13 +150,13 @@
  libboinc_la_SOURCES = $(generic_sources) $(mac_sources)
  libboinc_la_CFLAGS = $(AM_CFLAGS) $(PICFLAGS) $(PTHREAD_CFLAGS)
  libboinc_la_CXXFLAGS = $(AM_CXXFLAGS) $(PICFLAGS) $(PTHREAD_CFLAGS)
@@ -16,7 +16,7 @@
  libboinc_crypt_la_LIBADD =
  
  
-@@ -222,7 +222,7 @@
+@@ -225,7 +225,7 @@
  msg_test_LDADD = $(LIBBOINC)
  crypt_prog_SOURCES = crypt_prog.cpp 
  crypt_prog_CXXFLAGS = $(PTHREAD_CFLAGS)
diff --git a/debian/patches/disable_silent_rules.patch b/debian/patches/disable_silent_rules.patch
index 150d6ec..05887a8 100644
--- a/debian/patches/disable_silent_rules.patch
+++ b/debian/patches/disable_silent_rules.patch
@@ -1,7 +1,7 @@
 Description: Disabled silent rules, for buildlog check to work.
 --- a/configure.ac
 +++ b/configure.ac
-@@ -16,7 +16,7 @@ AC_CANONICAL_TARGET
+@@ -16,7 +16,7 @@
  dnl generate .tar.gz, .tar.bz2, .zip
  dnl AM_INIT_AUTOMAKE(dist-bzip2 dist-zip)
  AM_INIT_AUTOMAKE(dist-zip)
diff --git a/debian/patches/dynamic_libboinc.patch b/debian/patches/dynamic_libboinc.patch
index 4f2ab4f..b0619ad 100644
--- a/debian/patches/dynamic_libboinc.patch
+++ b/debian/patches/dynamic_libboinc.patch
@@ -1,7 +1,5 @@
-Index: boinc_debian_new/Makefile.incl
-===================================================================
---- boinc_debian_new.orig/Makefile.incl
-+++ boinc_debian_new/Makefile.incl
+--- a/Makefile.incl
++++ b/Makefile.incl
 @@ -38,22 +38,22 @@
  # dependencies to make sure libs gets compiled before
  # programs linking to them:
diff --git a/debian/patches/file_upload_handler_in_sched_linking.patch b/debian/patches/file_upload_handler_in_sched_linking.patch
index 694c5e8..3ecb1a7 100644
--- a/debian/patches/file_upload_handler_in_sched_linking.patch
+++ b/debian/patches/file_upload_handler_in_sched_linking.patch
@@ -1,7 +1,5 @@
-Index: boinc_debian_new/sched/Makefile.am
-===================================================================
---- boinc_debian_new.orig/sched/Makefile.am
-+++ boinc_debian_new/sched/Makefile.am
+--- a/sched/Makefile.am
++++ b/sched/Makefile.am
 @@ -256,7 +256,7 @@
  update_stats_LDADD = $(SERVERLIBS)
  
diff --git a/debian/patches/gui_urls_xml_added_to_Makefile.patch b/debian/patches/gui_urls_xml_added_to_Makefile.patch
index 97af84c..4b8f244 100644
--- a/debian/patches/gui_urls_xml_added_to_Makefile.patch
+++ b/debian/patches/gui_urls_xml_added_to_Makefile.patch
@@ -1,7 +1,5 @@
-Index: boinc_debian_new/tools/Makefile.am
-===================================================================
---- boinc_debian_new.orig/tools/Makefile.am
-+++ boinc_debian_new/tools/Makefile.am
+--- a/tools/Makefile.am
++++ b/tools/Makefile.am
 @@ -34,7 +34,8 @@
      watch_tcp
  
diff --git a/debian/patches/make_project_overcomes_Apache24_security.patch b/debian/patches/make_project_overcomes_Apache24_security.patch
index 5a4655f..d1abcb7 100644
--- a/debian/patches/make_project_overcomes_Apache24_security.patch
+++ b/debian/patches/make_project_overcomes_Apache24_security.patch
@@ -1,7 +1,5 @@
-Index: boinc_debian_new/tools/make_project
-===================================================================
---- boinc_debian_new.orig/tools/make_project
-+++ boinc_debian_new/tools/make_project
+--- a/tools/make_project
++++ b/tools/make_project
 @@ -321,6 +321,7 @@
      <Directory "%(proot)s/html">
          Options Indexes FollowSymlinks MultiViews
diff --git a/debian/patches/nvidia_mem_display_simplification.patch b/debian/patches/nvidia_mem_display_simplification.patch
index 727c1b5..59740d0 100644
--- a/debian/patches/nvidia_mem_display_simplification.patch
+++ b/debian/patches/nvidia_mem_display_simplification.patch
@@ -1,6 +1,6 @@
 --- a/lib/coproc.cpp
 +++ b/lib/coproc.cpp
-@@ -584,7 +584,7 @@
+@@ -355,7 +355,7 @@
      cuda_version = 0;
      display_driver_version = 0;
      strcpy(prop.name, "");
@@ -9,7 +9,7 @@
      prop.sharedMemPerBlock = 0;
      prop.regsPerBlock = 0;
      prop.warpSize = 0;
-@@ -614,7 +614,7 @@
+@@ -385,7 +385,7 @@
      while (!xp.get_tag()) {
          if (xp.match_tag("/coproc_cuda")) {
              if (!peak_flops) {

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