[DRE-commits] r6085 - in trunk/bluefeather: . debian debian/patches debian/source

Youhei SASAKI uwabami-guest at alioth.debian.org
Wed Feb 23 05:25:03 UTC 2011


Author: uwabami-guest
Date: 2011-02-23 05:25:02 +0000 (Wed, 23 Feb 2011)
New Revision: 6085

Added:
   trunk/bluefeather/debian/
   trunk/bluefeather/debian/bluefeather.1
   trunk/bluefeather/debian/changelog
   trunk/bluefeather/debian/compat
   trunk/bluefeather/debian/control
   trunk/bluefeather/debian/copyright
   trunk/bluefeather/debian/patches/
   trunk/bluefeather/debian/patches/add_shebang
   trunk/bluefeather/debian/patches/fixed_manpage_warning
   trunk/bluefeather/debian/patches/series
   trunk/bluefeather/debian/rules
   trunk/bluefeather/debian/source/
   trunk/bluefeather/debian/source/format
Log:
[svn-inject] Applying Debian modifications (0.40-1) to trunk


Property changes on: trunk/bluefeather/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/bluefeather/debian/bluefeather.1
===================================================================
--- trunk/bluefeather/debian/bluefeather.1	                        (rev 0)
+++ trunk/bluefeather/debian/bluefeather.1	2011-02-23 05:25:02 UTC (rev 6085)
@@ -0,0 +1,112 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.2.
+.TH BLUEFEATHER "1" "June 2010" "bluefeather - Extended Markdown Converter" "User Commands"
+.SH NAME
+bluefeather \- Extended Markdown converter
+.SH SYNOPSIS
+.B bluefeather
+[\fIoptions\fR] \fIfile1 \fR[\fIfile2 file3 \fR..]
+.SH DESCRIPTION
+bluefeather \- Extended Markdown Converter
+.SH OPTIONS
+.TP
+\fB\-e\fR, \fB\-\-encoding\fR NAME
+parse input files as encoding of [NAME].
+.IP
+s[hift(_\-)jis] / e[uc\-jp] / u[tf\-8] / a[scii]
+.IP
+default: 'utf\-8'
+.TP
+\fB\-f\fR, \fB\-\-format\fR TYPE
+specify format.
+.TP
+t[ext]
+=> text mode
+.TP
+d[ocument]
+=> document mode
+.TP
+\fB\-\-force\fR
+write even if target files have not changed.
+.IP
+(default: only if target files have changed)
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show this help.
+.TP
+\fB\-o\fR, \fB\-\-output\fR DIR
+output files to DIR. (default: same as input file)
+.TP
+\fB\-q\fR, \fB\-\-quiet\fR
+no output to stderr.
+.TP
+\fB\-\-suffix\fR .SUF
+specify suffix of output files. (default: '.html')
+.TP
+\fB\-v\fR, \fB\-\-verbose\fR
+verbose mode \- output detail of operation.
+.TP
+\fB\-\-version\fR
+show BlueFeather version.
+.SS "Advanced Usage:"
+.IP
+* If specify files only '\-', bluefeather read from stdin and write to stdout.
+.SS "Example:"
+.IP
+bluefeather *.bftext *.bfdoc
+bluefeather \fB\-v\fR \fB\-\-sufix\fR .xhtml \fB\-o\fR ../ sample.markdown
+bluefeather \-
+.SS "More info:"
+.IP
+see <http://ruby.morphball.net/bluefeather/>
+.PP
+Usage: bluefeather [options] file1 [file2 file3 ..]
+.TP
+\fB\-e\fR, \fB\-\-encoding\fR NAME
+parse input files as encoding of [NAME].
+.IP
+s[hift(_\-)jis] / e[uc\-jp] / u[tf\-8] / a[scii]
+.IP
+default: 'utf\-8'
+.TP
+\fB\-f\fR, \fB\-\-format\fR TYPE
+specify format.
+.TP
+t[ext]
+=> text mode
+.TP
+d[ocument]
+=> document mode
+.TP
+\fB\-\-force\fR
+write even if target files have not changed.
+.IP
+(default: only if target files have changed)
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show this help.
+.TP
+\fB\-o\fR, \fB\-\-output\fR DIR
+output files to DIR. (default: same as input file)
+.TP
+\fB\-q\fR, \fB\-\-quiet\fR
+no output to stderr.
+.TP
+\fB\-\-suffix\fR .SUF
+specify suffix of output files. (default: '.html')
+.TP
+\fB\-v\fR, \fB\-\-verbose\fR
+verbose mode \- output detail of operation.
+.TP
+\fB\-\-version\fR
+show BlueFeather version.
+.SS "Advanced Usage:"
+.IP
+* If specify files only '\-', bluefeather read from stdin and write to stdout.
+.SS "Example:"
+.IP
+bluefeather *.bftext *.bfdoc
+bluefeather \fB\-v\fR \fB\-\-sufix\fR .xhtml \fB\-o\fR ../ sample.markdown
+bluefeather \-
+.SS "More info:"
+.IP
+see <http://ruby.morphball.net/bluefeather/>

Added: trunk/bluefeather/debian/changelog
===================================================================
--- trunk/bluefeather/debian/changelog	                        (rev 0)
+++ trunk/bluefeather/debian/changelog	2011-02-23 05:25:02 UTC (rev 6085)
@@ -0,0 +1,5 @@
+bluefeather (0.40-1) unstable; urgency=low
+
+  * Initial release (Closes: #590816) 
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org>  Tue, 22 Feb 2011 17:58:35 +0900

Added: trunk/bluefeather/debian/compat
===================================================================
--- trunk/bluefeather/debian/compat	                        (rev 0)
+++ trunk/bluefeather/debian/compat	2011-02-23 05:25:02 UTC (rev 6085)
@@ -0,0 +1 @@
+7

Added: trunk/bluefeather/debian/control
===================================================================
--- trunk/bluefeather/debian/control	                        (rev 0)
+++ trunk/bluefeather/debian/control	2011-02-23 05:25:02 UTC (rev 6085)
@@ -0,0 +1,20 @@
+Source: bluefeather
+Section: ruby
+Priority: optional
+Maintainer: Youhei SASAKI <uwabami at gfd-dennou.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.50~), quilt, cdbs, ruby-pkg-tools, ruby1.8-dev
+Standards-Version: 3.9.1
+Homepage: http://ruby.morphball.net/bluefeather/
+
+Package: bluefeather
+Architecture: all
+Depends: ${misc:Depends}, ruby1.8
+Description: Extended MarkDown converter 
+ BlueFeather is software for converting text written by extended
+ Markdown like PHP Markdown Extra to html. It is pair of command-line
+ tool and pure Ruby library.
+ .
+ BlueFeather is based on BlueCloth 1.0.0. And that, some extensions is
+ added known bug fix, changing interface and extension of Markdown
+ syntax.

Added: trunk/bluefeather/debian/copyright
===================================================================
--- trunk/bluefeather/debian/copyright	                        (rev 0)
+++ trunk/bluefeather/debian/copyright	2011-02-23 05:25:02 UTC (rev 6085)
@@ -0,0 +1,41 @@
+This work was packaged for Debian by:
+
+    Youhei SASAKI <uwabami at gfd-dennou.org> on Wed, 23 Jun 2010 15:05:50 +0900
+
+It was downloaded from:
+
+    http://ruby.morphball.net/bluefeather/
+
+Upstream Author:
+
+    Dice <tetradice_(at)_gmail.com>
+
+Copyright:
+
+    Copyright (C) 2009 Dice
+
+License:
+
+    This package is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program. If not, see <http://www.gnu.org/licenses/>
+
+On Debian systems, the complete text of the GNU General
+Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Youhei SASAKI <uwabami at gfd-dennou.org>
+
+you can redistribute it and/or modify it under the terms of the GNU
+General Public License as published by the Free Software Foundation;
+either version 2 of the License.
+

Added: trunk/bluefeather/debian/patches/add_shebang
===================================================================
--- trunk/bluefeather/debian/patches/add_shebang	                        (rev 0)
+++ trunk/bluefeather/debian/patches/add_shebang	2011-02-23 05:25:02 UTC (rev 6085)
@@ -0,0 +1,12 @@
+Index: bluefeather-0.40/bin/bluefeather
+===================================================================
+--- bluefeather-0.40.orig/bin/bluefeather	2010-06-23 15:16:38.000000000 +0900
++++ bluefeather-0.40/bin/bluefeather	2010-06-23 15:16:58.000000000 +0900
+@@ -1,4 +1,4 @@
+-#!ruby
++#! /usr/bin/ruby1.8
+ 
+ require 'bluefeather/cui'
+-BlueFeather::CUI.run(ARGV) or exit(1)
+\ No newline at end of file
++BlueFeather::CUI.run(ARGV) or exit(1)

Added: trunk/bluefeather/debian/patches/fixed_manpage_warning
===================================================================
--- trunk/bluefeather/debian/patches/fixed_manpage_warning	                        (rev 0)
+++ trunk/bluefeather/debian/patches/fixed_manpage_warning	2011-02-23 05:25:02 UTC (rev 6085)
@@ -0,0 +1,49 @@
+Index: bluefeather-0.40/lib/bluefeather/cui.rb
+===================================================================
+--- bluefeather-0.40.orig/lib/bluefeather/cui.rb	2010-06-30 19:29:55.000000000 +0900
++++ bluefeather-0.40/lib/bluefeather/cui.rb	2010-06-30 19:31:01.000000000 +0900
+@@ -30,19 +30,31 @@
+ Usage: bluefeather [options] file1 [file2 file3 ..]
+ 
+ Options:
+-  -e, --encoding NAME   parse input files as encoding of NAME.
+-                        (s[hift(_-)jis] / e[uc-jp] / u[tf-8] / a[scii]
+-                         default: 'utf-8')
++  -e, --encoding NAME   parse input files as encoding of [NAME].
++
++                        s[hift(_-)jis] / e[uc-jp] / u[tf-8] / a[scii]
++
++                        default: 'utf-8'
++
+   -f, --format TYPE     specify format.
+-                        (t[ext]      => text mode
+-                         d[ocument]  => document mode)
++
++                         t[ext]      => text mode
++                         d[ocument]  => document mode
++
+       --force           write even if target files have not changed.
++
+                         (default: only if target files have changed)
++
+   -h, --help            show this help.
++
+   -o, --output DIR      output files to DIR. (default: same as input file)
+-  -q, --quiet           no output to stderr.
++
++  -q, --quiet           no output to stderr. 
++
+       --suffix .SUF     specify suffix of output files. (default: '.html')
++
+   -v, --verbose         verbose mode - output detail of operation.
++
+       --version         show BlueFeather version.
+ 
+ Advanced Usage:
+@@ -239,4 +251,4 @@
+ 			return true
+ 		end # def run
+ 	end # class CUI
+-end # module BlueFeather
+\ No newline at end of file
++end # module BlueFeather

Added: trunk/bluefeather/debian/patches/series
===================================================================
--- trunk/bluefeather/debian/patches/series	                        (rev 0)
+++ trunk/bluefeather/debian/patches/series	2011-02-23 05:25:02 UTC (rev 6085)
@@ -0,0 +1,2 @@
+add_shebang
+fixed_manpage_warning

Added: trunk/bluefeather/debian/rules
===================================================================
--- trunk/bluefeather/debian/rules	                        (rev 0)
+++ trunk/bluefeather/debian/rules	2011-02-23 05:25:02 UTC (rev 6085)
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+DEB_COMPRESS_EXCLUDE := .html .css
+DEB_INSTALL_DOCS_ALL := doc readme_en.txt readme_ja.txt
+DEB_RUBY_CONFIG_ARGS := --installdirs=std --shebang=never
+DEB_INSTALL_MANPAGES_ALL := debian/*.1
+
+
+binary-post-install/bluefeather::
+	mv $(DEB_DESTDIR)/usr/share/doc/bluefeather/doc \
+		$(DEB_DESTDIR)/usr/share/doc/bluefeather/html 
+	find $(DEB_DESTDIR)/usr/share/doc/bluefeather/html/ -name *.bfdoc | \
+		xargs rm -f


Property changes on: trunk/bluefeather/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/bluefeather/debian/source/format
===================================================================
--- trunk/bluefeather/debian/source/format	                        (rev 0)
+++ trunk/bluefeather/debian/source/format	2011-02-23 05:25:02 UTC (rev 6085)
@@ -0,0 +1 @@
+3.0 (quilt)




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