[DRE-commits] [tdiary] 07/09: Move pastdays packaging tools

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Fri Feb 27 14:55:59 UTC 2015


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

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

commit c7f7f44c97144535ce2c1323cfe71a638e4711e3
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Fri Feb 27 23:50:53 2015 +0900

    Move pastdays packaging tools
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/{ => old}/packaging-tools-author-plugin.rb |   0
 debian/{ => old}/packaging-tools-author-theme.rb  |   0
 debian/{ => old}/packaging-tools-author.rb        |   0
 debian/old/tdiary-convert2.sgml                   | 143 ++++++++++++++++++
 debian/{ => old}/tdiary-plugin.README.Debian      |   0
 debian/{ => old}/tdiary-plugin.copyright          |   0
 debian/{ => old}/tdiary-plugin.install            |   0
 debian/{ => old}/tdiary-plugin.links              |   0
 debian/old/tdiary-setup.sgml                      | 169 ++++++++++++++++++++++
 debian/{ => old}/tdiary-theme.README.Debian       |   0
 debian/{ => old}/tdiary-theme.copyright           |   0
 debian/{ => old}/tdiary-theme.docs                |   0
 debian/{ => old}/tdiary-theme.links               |   0
 debian/{ => old}/tdiary.docs                      |   0
 debian/{ => old}/tdiary.install                   |   0
 debian/{ => old}/tdiary.links                     |   0
 debian/{ => old}/tdiary.manpages                  |   0
 17 files changed, 312 insertions(+)

diff --git a/debian/packaging-tools-author-plugin.rb b/debian/old/packaging-tools-author-plugin.rb
similarity index 100%
rename from debian/packaging-tools-author-plugin.rb
rename to debian/old/packaging-tools-author-plugin.rb
diff --git a/debian/packaging-tools-author-theme.rb b/debian/old/packaging-tools-author-theme.rb
similarity index 100%
rename from debian/packaging-tools-author-theme.rb
rename to debian/old/packaging-tools-author-theme.rb
diff --git a/debian/packaging-tools-author.rb b/debian/old/packaging-tools-author.rb
similarity index 100%
rename from debian/packaging-tools-author.rb
rename to debian/old/packaging-tools-author.rb
diff --git a/debian/old/tdiary-convert2.sgml b/debian/old/tdiary-convert2.sgml
new file mode 100644
index 0000000..2538c38
--- /dev/null
+++ b/debian/old/tdiary-convert2.sgml
@@ -0,0 +1,143 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+<!-- Process this file with docbook-to-man to generate an nroff manual
+     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
+     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+     less'.  A typical entry in a Makefile or Makefile.am is:
+
+manpage.1: manpage.sgml
+	docbook-to-man $< > $@
+
+    
+	The docbook-to-man binary is found in the docbook-to-man package.
+	Please remember that if you create the nroff version in one of the
+	debian/rules file targets (such as build), you will need to include
+	docbook-to-man in your Build-Depends control field.
+
+  -->
+
+  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+  <!ENTITY dhfirstname "<firstname>Moriwaki</firstname>">
+  <!ENTITY dhsurname   "<surname></surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>April 17, 2005</date>">
+  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+       allowed: see man(7), man(1). -->
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>beatles at sgtpepper.net</email>">
+  <!ENTITY dhusername  "Daigo Moriwaki">
+  <!ENTITY dhucpackage "<refentrytitle>TDIARY-CONVERT2</refentrytitle>">
+  <!ENTITY dhpackage   "tdiary-convert2">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "<acronym>GPL Version 2</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>
+      &dhemail;
+    </address>
+    <author>
+      &dhfirstname;
+      &dhsurname;
+    </author>
+    <copyright>
+      <year>2001</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>program to convert old tDiary data to new one.</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+
+      <arg><option>-p <replaceable>dir</replaceable></option></arg>
+
+      <arg><option>-c <replaceable>dir</replaceable></option></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This manual page documents briefly the
+      <command>&dhpackage;</command> commands.</para>
+
+    <para>This manual page was written for the &debian; distribution
+      because the original program does not have a manual page.
+      Instead, it has documentation in the &gnu;
+      <application>Info</application> format; see below.</para>
+
+    <para><command>&dhpackage;</command> is a program that converts old
+      tDiary data to new one. As of tDiary 1.5 data format to storage 
+      each day's diary changes. To use data of tDiary 1.4 on tDiary 1.5
+      you should convert data by <command>&dhpackage;</command>. </para>
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <para>These programs follow the usual GNU command line syntax,
+      with long options starting with two dashes (`-').  A summary of
+      options is included below.  For a complete description, see the
+      <application>Info</application> files.</para>
+
+    <variablelist>
+      <varlistentry>
+        <term><option>-p</option>
+        </term>
+        <listitem>
+          <para>Directory where tDiary CGI files exist.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-c</option>
+        </term>
+        <listitem>
+          <para>Directory where tdiary.conf exists. 
+            <command>&dhpackage;</command> reads data directory from
+            tdiary.conf.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>This manual page was written by &dhusername; &dhemail; for
+      the &debian; system (but may be used by others).  Permission is
+      granted to copy, distribute and/or modify this document under
+      the terms of the &gpl;.</para>
+
+  </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
+
+
diff --git a/debian/tdiary-plugin.README.Debian b/debian/old/tdiary-plugin.README.Debian
similarity index 100%
rename from debian/tdiary-plugin.README.Debian
rename to debian/old/tdiary-plugin.README.Debian
diff --git a/debian/tdiary-plugin.copyright b/debian/old/tdiary-plugin.copyright
similarity index 100%
rename from debian/tdiary-plugin.copyright
rename to debian/old/tdiary-plugin.copyright
diff --git a/debian/tdiary-plugin.install b/debian/old/tdiary-plugin.install
similarity index 100%
rename from debian/tdiary-plugin.install
rename to debian/old/tdiary-plugin.install
diff --git a/debian/tdiary-plugin.links b/debian/old/tdiary-plugin.links
similarity index 100%
rename from debian/tdiary-plugin.links
rename to debian/old/tdiary-plugin.links
diff --git a/debian/old/tdiary-setup.sgml b/debian/old/tdiary-setup.sgml
new file mode 100644
index 0000000..4ef4749
--- /dev/null
+++ b/debian/old/tdiary-setup.sgml
@@ -0,0 +1,169 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+<!-- Process this file with docbook-to-man to generate an nroff manual
+     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
+     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+     less'.  A typical entry in a Makefile or Makefile.am is:
+
+manpage.1: manpage.sgml
+	docbook-to-man $< > $@
+
+    
+	The docbook-to-man binary is found in the docbook-to-man package.
+	Please remember that if you create the nroff version in one of the
+	debian/rules file targets (such as build), you will need to include
+	docbook-to-man in your Build-Depends control field.
+
+  -->
+
+  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+  <!ENTITY dhfirstname "<firstname>Moriwaki</firstname>">
+  <!ENTITY dhsurname   "<surname></surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>April 17, 2005</date>">
+  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+       allowed: see man(7), man(1). -->
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>beatles at sgtpepper.net</email>">
+  <!ENTITY dhusername  "Daigo Moriwaki">
+  <!ENTITY dhucpackage "<refentrytitle>TDIARY-SETUP</refentrytitle>">
+  <!ENTITY dhpackage   "tdiary-setup">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "<acronym>GPL Version 2</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>
+      &dhemail;
+    </address>
+    <author>
+      &dhfirstname;
+      &dhsurname;
+    </author>
+    <copyright>
+      <year>2003</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+    <refpurpose>installer to set up tdiary files for a user</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+      <group>
+        <arg>default</arg>
+        <arg>symlink</arg>
+        <arg>copy</arg>
+        <arg>update</arg>
+      </group>
+      <arg choice="plain"><replaceable>directory</replaceable></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This manual page documents briefly the
+      <command>&dhpackage;</command> commands.</para>
+
+    <!-- 
+    <para>This manual page was written for the &debian; distribution
+      because the original program does not have a manual page.
+      Instead, it has documentation in the &gnu;
+      <application>Info</application> format; see below.</para>
+
+    <para><command>&dhpackage;</command> is a installer program 
+      that sets up tdiary files to user's directory.</para>
+    -->
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <para>These programs follow the usual GNU command line syntax,
+      with long options starting with two dashes (`-').  A summary of
+      options is included below.  For a complete description, see the
+      <application>Info</application> files.</para>
+
+    <variablelist>
+      <varlistentry>
+        <term>default</term>
+        <listitem>
+          <para>Copy CGI files and set up a tdiary user. 
+            Choose default if your httpd runs under suEXEC mode, 
+            which is generally recommended to make security stronger.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>symlink</term>
+        <listitem>
+          <para>Make symbolic links and set up a tdiary user. 
+           Choose symlink if your httpd does not run under suEXEC mode.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>copy</term>
+        <listitem>
+          <para>Copy all the files and set up a tdiary user. </para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>update</term>
+        <listitem>
+          <para>Update existing tDiary setting. 
+          Use this when you update the tdiary package.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><replaceable>directory</replaceable></term>
+        <listitem>
+          <para>Directory where CGI files will be copied. If the directory does
+            not exist it will be made.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>USAGE</title>
+    <para>
+      <command>&dhpackage;</command> default /home/foo/public_html/diary
+    </para>
+  </refsect1>  
+  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>This manual page was written by &dhusername; &dhemail; for
+      the &debian; system (but may be used by others).  Permission is
+      granted to copy, distribute and/or modify this document under
+		the terms of the &gpl;.</para> 
+  </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
+
+
diff --git a/debian/tdiary-theme.README.Debian b/debian/old/tdiary-theme.README.Debian
similarity index 100%
rename from debian/tdiary-theme.README.Debian
rename to debian/old/tdiary-theme.README.Debian
diff --git a/debian/tdiary-theme.copyright b/debian/old/tdiary-theme.copyright
similarity index 100%
rename from debian/tdiary-theme.copyright
rename to debian/old/tdiary-theme.copyright
diff --git a/debian/tdiary-theme.docs b/debian/old/tdiary-theme.docs
similarity index 100%
rename from debian/tdiary-theme.docs
rename to debian/old/tdiary-theme.docs
diff --git a/debian/tdiary-theme.links b/debian/old/tdiary-theme.links
similarity index 100%
rename from debian/tdiary-theme.links
rename to debian/old/tdiary-theme.links
diff --git a/debian/tdiary.docs b/debian/old/tdiary.docs
similarity index 100%
rename from debian/tdiary.docs
rename to debian/old/tdiary.docs
diff --git a/debian/tdiary.install b/debian/old/tdiary.install
similarity index 100%
rename from debian/tdiary.install
rename to debian/old/tdiary.install
diff --git a/debian/tdiary.links b/debian/old/tdiary.links
similarity index 100%
rename from debian/tdiary.links
rename to debian/old/tdiary.links
diff --git a/debian/tdiary.manpages b/debian/old/tdiary.manpages
similarity index 100%
rename from debian/tdiary.manpages
rename to debian/old/tdiary.manpages

-- 
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