[boinc] 02/03: Moving change to html/Makefile.am into debian/patches
Steffen Möller
moeller at alioth.debian.org
Sat Aug 31 19:07:30 UTC 2013
This is an automated email from the git hooks/post-receive script.
moeller pushed a commit to branch master
in repository boinc.
commit 2552e88cae564da557a2cde638f55ad888fe3dbf
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date: Sat Aug 31 21:04:09 2013 +0200
Moving change to html/Makefile.am into debian/patches
---
debian/patches/addressing_addional_html_dirs.patch | 10 ++++++++++
debian/patches/series | 1 +
html/Makefile.am | 2 +-
3 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/debian/patches/addressing_addional_html_dirs.patch b/debian/patches/addressing_addional_html_dirs.patch
new file mode 100644
index 0000000..5f1f5db
--- /dev/null
+++ b/debian/patches/addressing_addional_html_dirs.patch
@@ -0,0 +1,10 @@
+Index: boinc_debian_new/html/Makefile.am
+===================================================================
+--- boinc_debian_new.orig/html/Makefile.am
++++ boinc_debian_new/html/Makefile.am
+@@ -1,4 +1,4 @@
+ htmldir=$(DESTDIR)/$(prefix)/share/boinc-server-maker/html
+ install-data-local:
+ mkdir -p $(htmldir)
+- cp -r inc languages ops user $(htmldir)
++ cp -r bt drupal inc languages ops project.sample queue user $(htmldir)
diff --git a/debian/patches/series b/debian/patches/series
index 03fc1af..8b40b29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -68,3 +68,4 @@ fixed-tools-permissions.patch
fix-android-build.patch
fix-file-perms.patch
fix-italian-po.patch
+addressing_addional_html_dirs.patch
diff --git a/html/Makefile.am b/html/Makefile.am
index f376dc1..9862d8d 100644
--- a/html/Makefile.am
+++ b/html/Makefile.am
@@ -1,4 +1,4 @@
htmldir=$(DESTDIR)/$(prefix)/share/boinc-server-maker/html
install-data-local:
mkdir -p $(htmldir)
- cp -r bt drupal inc languages ops project.sample queue user $(htmldir)
+ cp -r inc languages ops user $(htmldir)
--
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