[boinc] 05/10: Bump std-version to 4.0.0, update changelog

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Fri Aug 11 17:29:49 UTC 2017


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

locutusofborg pushed a commit to branch master
in repository boinc.

commit 7031b4582f6ea90e8913d121e38e8709eb79dd7f
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Tue Jun 20 14:53:04 2017 +0200

    Bump std-version to 4.0.0, update changelog
---
 debian/changelog                            |  9 ++++
 debian/control                              | 68 +----------------------------
 debian/control.in                           |  2 +-
 debian/patches/static_scientific_apps.patch |  2 +-
 4 files changed, 12 insertions(+), 69 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fda5088..60abe0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+boinc (7.8.0+dfsg-1) unstable; urgency=medium
+
+  * New upstream major release, patch refresh.
+  * Drop patches addressed upstream.
+  * Upload to unstable.
+  * Bump std-version to 4.0.0
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Tue, 20 Jun 2017 14:51:07 +0200
+
 boinc (7.6.33+dfsg-12exp1) experimental; urgency=medium
 
   * Upload to experimental again, with the boinc-server-* packages.
diff --git a/debian/control b/debian/control
index 942993d..a1fae72 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian BOINC Maintainers <pkg-boinc-devel at lists.alioth.debian.org>
 Uploaders: Steffen Moeller <moeller at debian.org>,
            Guo Yixuan (郭溢譞) <culu.gyx at gmail.com>,
            Gianfranco Costamagna <locutusofborg at debian.org>
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Build-Depends: debhelper (>= 9.20160114),
                default-libmysqlclient-dev,
                dh-autoreconf,
@@ -251,69 +251,3 @@ Description: libraries of BOINC the client depends on
  commonly started for every core, it is essential to have memory
  shared as much as possible between binaries of all projects.
 
-Package: boinc-server-maker
-Architecture: any
-Provides: boinc-server
-Depends: adduser,
-         apache2 | httpd-cgi,
-         libfcgi0ldbl,
-         default-mysql-server | virtual-mysql-server,
-         openssl,
-         php,
-         php-cli,
-         php-mysql,
-         python,
-         python-mysqldb,
-         tcsh,
-         ${misc:Depends},
-         ${perl:Depends},
-         ${python:Depends},
-         ${shlibs:Depends}
-Recommends: apache2-utils, libapache2-mod-php5, php5-gd, uuid-runtime
-Suggests: boinc-app-examples, boinc-cgi-stripchart
-Description: BOINC server applications and data files
- The Berkeley Open Infrastructure for Network Computing (BOINC) is a
- software platform for distributed computing using volunteered computer
- resources. For every scientific problem its own distinct project-server
- must be provided. The users only run a common client with project-specific
- additions (if not self-compiled or available as a Linux distribution's
- package itself) being downloaded from the server.
- .
- This package contains the daemons and tools to create and run BOINC
- projects.
-
-Package: boinc-app-examples
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Recommends: boinc-server-maker
-Description: example binaries for BOINC servers
- The Berkeley Open Infrastructure for Network Computing (BOINC) is a
- software platform for distributed computing using volunteered computer
- resources. For every scientific problem its own distinct project-server
- must be provided. The users only run a common client with project-specific
- additions (if not self-compiled or available as a Linux distribution's
- package itself) being downloaded from the server.
- .
- This package extends the boinc-server-maker package. It features a
- series of small applications that a newly installed environment may
- decide to use for testing purposes. Having them separated has the neat
- side effect that those binaries may be retrieved more easily for foreign
- platforms to feed the local servers with.
- .
- The package also features the wrapper application, which is likely
- to find its audience also in real projects.
-
-Package: boinc-cgi-stripchart
-Section: libs
-Priority: extra
-Architecture: all
-Depends: gnuplot-nox, ${misc:Depends}, ${perl:Depends}
-Recommends: apache2 | httpd-cgi
-Description: CGI script for plotting basic statistical graphs
- The Berkeley Open Infrastructure for Network Computing (BOINC) is a
- software platform for distributed computing using volunteered computer
- resources.
- .
- The BOINC developers have found their charting library to be of
- interest for a larger audience. It is isolated in the BOINC source
- tree and thus presented as a separate package.
diff --git a/debian/control.in b/debian/control.in
index f09b592..cb1d410 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -5,7 +5,7 @@ Maintainer: Debian BOINC Maintainers <pkg-boinc-devel at lists.alioth.debian.org>
 Uploaders: Steffen Moeller <moeller at debian.org>,
            Guo Yixuan (郭溢譞) <culu.gyx at gmail.com>,
            Gianfranco Costamagna <locutusofborg at debian.org>
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Build-Depends: debhelper (>= 9.20160114),
                default-libmysqlclient-dev,
                dh-autoreconf,
diff --git a/debian/patches/static_scientific_apps.patch b/debian/patches/static_scientific_apps.patch
index 6354d88..e665b09 100644
--- a/debian/patches/static_scientific_apps.patch
+++ b/debian/patches/static_scientific_apps.patch
@@ -24,7 +24,7 @@ Index: boinc/lib/Makefile.am
  libboinc_crypt_la_LDFLAGS = -version-number $(LIBBOINC_VERSION) $(SSL_LIBS) $(RSA_LIBS)
  libboinc_crypt_la_LIBADD = $(LIBBOINC)
  endif
-@@ -193,6 +201,10 @@lib_LTLIBRARIES += libboinc_fcgi.la
+@@ -193,6 +201,10 @@ lib_LTLIBRARIES += libboinc_fcgi.la
  libboinc_fcgi_la_SOURCES = $(libfcgi_sources) $(mac_sources) $(win_sources)
  libboinc_fcgi_la_CFLAGS = -D_USING_FCGI_ $(AM_CFLAGS) $(PICFLAGS) $(PTHREAD_CFLAGS)
  libboinc_fcgi_la_CXXFLAGS = -D_USING_FCGI_ $(AM_CXXFLAGS) $(PICFLAGS) $(PTHREAD_CFLAGS)

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