[boinc] 02/05: Fixed italian localization issue, file permissions issues
Gianfranco Costamagna
locutusofborg-guest at alioth.debian.org
Fri Aug 30 12:34:04 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 68bb3257d7935a8a870f052c13bc5bbb7009807d
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Sat Aug 24 13:18:32 2013 +0200
Fixed italian localization issue, file permissions issues
---
debian/changelog | 2 ++
debian/patches/fix-android-build.patch | 4 ++--
debian/patches/fix-file-perms.patch | 34 ++++++++++++++++++++++++++++++++
debian/patches/fix-italian-po.patch | 11 +++++++++++
debian/patches/series | 2 ++
5 files changed, 51 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 10f7432..528deb7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ boinc (7.2.11+dfsg-1exp4) UNRELEASED; urgency=low
* Addressed executable-not-elf-or-script lintian warning
- usr/lib/boinc-server-maker/tools/project.xml
- usr/share/doc/boinc-server-maker/examples/wrapper/build_android.sh
+ * Addressed other file permissions problems
+ * Fixed italian localization problem
-- Gianfranco Costamagna <costamagnagianfranco at yahoo.it> Sat, 24 Aug 2013 01:20:07 +0200
diff --git a/debian/patches/fix-android-build.patch b/debian/patches/fix-android-build.patch
index 2f5d992..96931b9 100644
--- a/debian/patches/fix-android-build.patch
+++ b/debian/patches/fix-android-build.patch
@@ -1,7 +1,7 @@
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
---- boinc-7.2.11+dfsg.orig/samples/wrapper/build_android.sh
-+++ boinc-7.2.11+dfsg/samples/wrapper/build_android.sh
+--- a/samples/wrapper/build_android.sh
++++ b/samples/wrapper/build_android.sh
@@ -1,4 +1,4 @@
-#/bin/sh
+#!/bin/sh
diff --git a/debian/patches/fix-file-perms.patch b/debian/patches/fix-file-perms.patch
new file mode 100644
index 0000000..b8c96bc
--- /dev/null
+++ b/debian/patches/fix-file-perms.patch
@@ -0,0 +1,34 @@
+--- a/db/Makefile.am
++++ b/db/Makefile.am
+@@ -10,4 +10,5 @@
+
+ ## other stuff to go into the distribution
+ extradir = $(prefix)/share/boinc-server-maker/db
+-dist_extra_DATA = constraints.sql schema.sql init_db
++dist_extra_DATA = constraints.sql schema.sql
++dist_extra_SCRIPTS = init_db
+--- a/sched/Makefile.am
++++ b/sched/Makefile.am
+@@ -116,7 +116,7 @@
+ sample_trivial_validator \
+ sample_work_generator \
+ single_job_assimilator \
+- size_regulator \
++ size_regulator \
+ transitioner \
+ trickle_credit \
+ trickle_echo \
+@@ -129,11 +129,10 @@
+ schedshare_DATA = \
+ db_dump_spec.xml \
+ assimilator.py \
+- pymw_assimilator.py \
+- transitioner_catchup.php
++ pymw_assimilator.py
+
+ # scripts that 'make install' should put in bindir
+-schedshare_SCRIPTS = start stop status
++schedshare_SCRIPTS = start stop status transitioner_catchup.php
+
+ noinst_HEADERS = \
+ assimilate_handler.h \
diff --git a/debian/patches/fix-italian-po.patch b/debian/patches/fix-italian-po.patch
new file mode 100644
index 0000000..a233bbb
--- /dev/null
+++ b/debian/patches/fix-italian-po.patch
@@ -0,0 +1,11 @@
+--- a/locale/Makefile.am
++++ b/locale/Makefile.am
+@@ -21,7 +21,7 @@
+ gl \
+ hr \
+ hu \
+- it \
++ it_IT \
+ ja \
+ ko \
+ lt \
diff --git a/debian/patches/series b/debian/patches/series
index 1f13b3f..03fc1af 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -66,3 +66,5 @@ add-ldflags.patch
hurd-ftbfs.patch
fixed-tools-permissions.patch
fix-android-build.patch
+fix-file-perms.patch
+fix-italian-po.patch
--
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