[boinc] 01/01: Fixing two lintian warnings
Gianfranco Costamagna
locutusofborg-guest at alioth.debian.org
Fri Aug 23 23:37:19 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 b1f328a3498ac5e56912e3e1e7e2d3aca040fdaa
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Sat Aug 24 01:24:15 2013 +0200
Fixing two lintian warnings
---
debian/changelog | 8 ++++++++
debian/patches/fix-android-build.patch | 10 ++++++++++
debian/patches/fixed-tools-permissions.patch | 13 +++++++++++++
debian/patches/series | 2 ++
4 files changed, 33 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index fc6679a..10f7432 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+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
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it> Sat, 24 Aug 2013 01:20:07 +0200
+
boinc (7.2.11+dfsg-1exp3) experimental; urgency=low
* Tweaked again hurd patches, now the missing
diff --git a/debian/patches/fix-android-build.patch b/debian/patches/fix-android-build.patch
new file mode 100644
index 0000000..2f5d992
--- /dev/null
+++ b/debian/patches/fix-android-build.patch
@@ -0,0 +1,10 @@
+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
+@@ -1,4 +1,4 @@
+-#/bin/sh
++#!/bin/sh
+ #script to compile Wrapper for Android
+
+ export ANDROIDTC="$HOME/android-tc"
diff --git a/debian/patches/fixed-tools-permissions.patch b/debian/patches/fixed-tools-permissions.patch
new file mode 100644
index 0000000..35efd0b
--- /dev/null
+++ b/debian/patches/fixed-tools-permissions.patch
@@ -0,0 +1,13 @@
+--- boinc-7.2.11+dfsg.orig/tools/Makefile.am
++++ boinc-7.2.11+dfsg/tools/Makefile.am
+@@ -31,7 +31,9 @@ dist_tools_SCRIPTS = \
+ manage_privileges \
+ run_in_ops \
+ stage_file \
+- watch_tcp \
++ watch_tcp
++
++dist_tools_DATA = \
+ project.xml
+
+ AM_CXXFLAGS += $(MYSQL_CFLAGS)
diff --git a/debian/patches/series b/debian/patches/series
index 10eb997..1f13b3f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -64,3 +64,5 @@ more_clang_warnings.patch
#mmap_mem_only.patch
add-ldflags.patch
hurd-ftbfs.patch
+fixed-tools-permissions.patch
+fix-android-build.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