[DRE-commits] [SCM] tdiary.git branch, master, updated. debian/3.0.1-3-42-g5c33597

Taku YASUI tach at debian.org
Sun May 6 10:50:26 UTC 2012


The following commit has been merged in the master branch:
commit e7a883ed2f7e27287ab0a9a25ee7f0f30df3a328
Author: Taku YASUI <tach at debian.org>
Date:   Sun May 6 17:15:33 2012 +0900

    Install README to docs and make symlink

diff --git a/debian/rules b/debian/rules
index e06ed93..114d001 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,9 +17,9 @@ clean::
 install/tdiary::
 	mkdir -p $(TDIARY_ROOT)/theme
 	install -m 755 index.rb index.fcgi update.rb $(TDIARY_ROOT)/
-	install -m 644 tdiary.rb ChangeLog dot.htaccess README tdiary.conf.sample $(TDIARY_ROOT)/
+	install -m 644 tdiary.rb dot.htaccess tdiary.conf.sample $(TDIARY_ROOT)/
 	rsync -rlpqHSC js misc skel spec plugin tdiary $(TDIARY_ROOT)/
-	rsync -rlpqHSC theme/README theme/*.css theme/*.png theme/default $(TDIARY_ROOT)/theme/
+	rsync -rlpqHSC theme/*.css theme/*.png theme/default $(TDIARY_ROOT)/theme/
 	#rm -f tdiary/wiki_style.rb
 
 	# Install Debian original scripts
diff --git a/debian/tdiary-theme.links b/debian/tdiary-theme.links
new file mode 100644
index 0000000..2df5840
--- /dev/null
+++ b/debian/tdiary-theme.links
@@ -0,0 +1 @@
+usr/share/doc/tdiary-theme/README	usr/share/tdiary/theme/README
diff --git a/debian/tdiary.docs b/debian/tdiary.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/tdiary.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/tdiary.links b/debian/tdiary.links
index cc59f85..1f888fb 100644
--- a/debian/tdiary.links
+++ b/debian/tdiary.links
@@ -1 +1,2 @@
 usr/share/tdiary/misc/convert2.rb	usr/bin/tdiary-convert2
+usr/share/doc/tdiary/README.md		usr/share/tdiary/README.md

-- 
tdiary.git



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