[DRE-commits] [tdiary] 04/11: Update install files

Youhei SASAKI uwabami-guest at alioth.debian.org
Sun Aug 11 21:21:08 UTC 2013


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

uwabami-guest pushed a commit to branch master
in repository tdiary.

commit 9a82dd3ec43ffc49d84c41dddbc9c9c0712ddbba
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Mon Aug 12 04:47:38 2013 +0900

    Update install files
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/rules                 |    7 ++++---
 debian/tdiary-plugin.install |    6 +++++-
 debian/tdiary.install        |    3 ++-
 3 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4bb071b..c24ea3e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,14 +17,14 @@ common-build-indep:: $(manpages)
 
 common-install-indep::
 	mkdir -p $(TDIARY_ROOT)
-	install -m 755 index.rb index.fcgi update.rb $(TDIARY_ROOT)/
-	install -m 644 tdiary.rb dot.htaccess tdiary.conf.* $(TDIARY_ROOT)/
+	install -m 755 index.rb index.fcgi update.rb update.fcgi $(TDIARY_ROOT)/
+	install -m 644 tdiary.rb dot.htaccess tdiary.conf.* config.ru $(TDIARY_ROOT)/
 	install -D -m 755 misc/convert2.rb $(DEB_DESTDIR)/usr/bin/tdiary-convert2
 	rsync -rlpqHSC js misc skel spec plugin tdiary $(TDIARY_ROOT)/
 
 	# Install default theme
 	mkdir -p $(TDIARY_ROOT)/theme
-	rsync -rlpqHSC theme/*.css theme/*.png theme/default $(TDIARY_ROOT)/theme/
+	rsync -rlpqHSC theme/*.css theme/*.png theme/*.gif theme/default $(TDIARY_ROOT)/theme/
 
 	# Install Debian original scripts
 	rsync -rlpqHSC debian/debian-tools $(TDIARY_ROOT)/
@@ -48,6 +48,7 @@ install/tdiary-theme::
 		--exclude=/theme/default/ \
 		--exclude='/theme/*.css' \
 		--exclude='/theme/*.png' \
+		--exclude='/theme/*.gif' \
 		--exclude='/theme/README' \
 		theme $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/tdiary/
 
diff --git a/debian/tdiary-plugin.install b/debian/tdiary-plugin.install
index 73693d8..49fefa5 100644
--- a/debian/tdiary-plugin.install
+++ b/debian/tdiary-plugin.install
@@ -1,9 +1,13 @@
-usr/share/tdiary/misc/plugin
 usr/share/tdiary/js/amazon.js
 usr/share/tdiary/js/calendar3.js
+usr/share/tdiary/js/caretposition.js
 usr/share/tdiary/js/category.js
+usr/share/tdiary/js/category_autocomplete.js
+usr/share/tdiary/js/comment_ajax.js
+usr/share/tdiary/js/comment_emoji_autocomplete.js
 usr/share/tdiary/js/draft.js
 usr/share/tdiary/js/highlight.js
 usr/share/tdiary/js/image.js
+usr/share/tdiary/misc/plugin
 usr/share/tdiary/misc/style
 usr/share/tdiary/debian-tools/squeeze-debian.rb
diff --git a/debian/tdiary.install b/debian/tdiary.install
index 1b827ec..43c6f9e 100644
--- a/debian/tdiary.install
+++ b/debian/tdiary.install
@@ -7,7 +7,7 @@ usr/share/tdiary/debian-tools/index-debian.rb
 usr/share/tdiary/debian-tools/update-debian.rb
 usr/share/tdiary/js/00default.js
 usr/share/tdiary/js/01conf.js
-usr/share/tdiary/js/01conf.js
+usr/share/tdiary/js/02edit.coffee
 usr/share/tdiary/js/02edit.js
 usr/share/tdiary/misc/lib/fcgi_patch.rb
 usr/share/tdiary/plugin
@@ -16,3 +16,4 @@ usr/share/tdiary/tdiary
 usr/share/tdiary/theme/default
 usr/share/tdiary/theme/*.css
 usr/share/tdiary/theme/*.png
+usr/share/tdiary/theme/*.gif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/tdiary.git



More information about the Pkg-ruby-extras-commits mailing list