[DRE-commits] r1637 - in packages-wip/libmaruku-ruby/trunk/debian: . patches

fourmond at alioth.debian.org fourmond at alioth.debian.org
Sun May 27 00:28:36 UTC 2007


Author: fourmond
Date: 2007-05-27 00:28:36 +0000 (Sun, 27 May 2007)
New Revision: 1637

Added:
   packages-wip/libmaruku-ruby/trunk/debian/maruku.1
   packages-wip/libmaruku-ruby/trunk/debian/marutex.1
   packages-wip/libmaruku-ruby/trunk/debian/patches/
   packages-wip/libmaruku-ruby/trunk/debian/patches/00list
   packages-wip/libmaruku-ruby/trunk/debian/patches/01-fix-shebang.dpatch
Removed:
   packages-wip/libmaruku-ruby/trunk/debian/manpage.1.ex
Modified:
   packages-wip/libmaruku-ruby/trunk/debian/control
   packages-wip/libmaruku-ruby/trunk/debian/libmaruku-ruby1.8.install
Log:
Debianization nearly finished

Modified: packages-wip/libmaruku-ruby/trunk/debian/control
===================================================================
--- packages-wip/libmaruku-ruby/trunk/debian/control	2007-05-26 23:57:38 UTC (rev 1636)
+++ packages-wip/libmaruku-ruby/trunk/debian/control	2007-05-27 00:28:36 UTC (rev 1637)
@@ -1,5 +1,5 @@
 Source: libmaruku-ruby
-Section: interpreter
+Section: interpreters
 Priority: optional
 Maintainer: Vincent Fourmond <fourmond at debian.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
@@ -24,7 +24,8 @@
 
 Package: libmaruku-ruby1.8
 Architecture: all
-Depends: ruby1.8
+Depends: ruby1.8 libsyntax-ruby1.8
+Recommends: texlive-base-bin
 Description: a Markdown-superset interpreter for Ruby
  Maruku implements a superset of the Markdown language, designed to
  easily create HTML documents while only focusing on the high-level
@@ -34,3 +35,6 @@
  Maruku prides itself of being decently fast on long documents.
  .
  Homepage: http://maruku.rubyforge.org
+ .
+ Please note that if you plan to use maruku to get PDF output,
+ you must install texlive-base-bin.

Modified: packages-wip/libmaruku-ruby/trunk/debian/libmaruku-ruby1.8.install
===================================================================
--- packages-wip/libmaruku-ruby/trunk/debian/libmaruku-ruby1.8.install	2007-05-26 23:57:38 UTC (rev 1636)
+++ packages-wip/libmaruku-ruby/trunk/debian/libmaruku-ruby1.8.install	2007-05-27 00:28:36 UTC (rev 1637)
@@ -1,3 +1,4 @@
 lib/* usr/lib/ruby/1.8
-bin/* usr/bin
+bin/maruku usr/bin
+bin/marutex usr/bin
 docs/* usr/share/doc/libmaruku-ruby1.8/examples

Deleted: packages-wip/libmaruku-ruby/trunk/debian/manpage.1.ex
===================================================================
--- packages-wip/libmaruku-ruby/trunk/debian/manpage.1.ex	2007-05-26 23:57:38 UTC (rev 1636)
+++ packages-wip/libmaruku-ruby/trunk/debian/manpage.1.ex	2007-05-27 00:28:36 UTC (rev 1637)
@@ -1,59 +0,0 @@
-.\"                                      Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH MARUKU SECTION "May 27, 2007"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh        disable hyphenation
-.\" .hy        enable hyphenation
-.\" .ad l      left justify
-.\" .ad b      justify to both left and right margins
-.\" .nf        disable filling
-.\" .fi        enable filling
-.\" .br        insert line break
-.\" .sp <n>    insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-maruku \- program to do something
-.SH SYNOPSIS
-.B maruku
-.RI [ options ] " files" ...
-.br
-.B bar
-.RI [ options ] " files" ...
-.SH DESCRIPTION
-This manual page documents briefly the
-.B maruku
-and
-.B bar
-commands.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
-.\" respectively.
-\fBmaruku\fP is a program that...
-.SH OPTIONS
-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 Info files.
-.TP
-.B \-h, \-\-help
-Show summary of options.
-.TP
-.B \-v, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR bar (1),
-.BR baz (1).
-.br
-The programs are documented fully by
-.IR "The Rise and Fall of a Fooish Bar" ,
-available via the Info system.
-.SH AUTHOR
-maruku was written by <upstream author>.
-.PP
-This manual page was written by Vincent Fourmond <fourmond at debian.org>,
-for the Debian project (but may be used by others).

Added: packages-wip/libmaruku-ruby/trunk/debian/maruku.1
===================================================================
--- packages-wip/libmaruku-ruby/trunk/debian/maruku.1	                        (rev 0)
+++ packages-wip/libmaruku-ruby/trunk/debian/maruku.1	2007-05-27 00:28:36 UTC (rev 1637)
@@ -0,0 +1,49 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH MARUTEX 1 "May 27, 2007"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+marutex \- converts markdown files to PDF using pdfLaTeX
+.SH SYNOPSIS
+
+.B maruku
+.RI [ options ] " files" ...
+.br
+.B bar
+.RI [ options ] " files" ...
+.SH DESCRIPTION
+This manual page documents briefly the
+.B maruku
+command.
+.PP
+
+.SH OPTIONS
+
+.TP
+.B \-h, \-\-help
+Show summary of options.
+.TP
+.B \-v, \-\-version
+Show version of program.
+
+.SH SEE ALSO
+.BR marutex (1).
+
+.SH AUTHOR
+maruku was written by Andrea Censi <andrea at rubyforge.org>.
+.PP
+This manual page was written by Vincent Fourmond <fourmond at debian.org>,
+for the Debian project (but may be used by others).

Added: packages-wip/libmaruku-ruby/trunk/debian/marutex.1
===================================================================
--- packages-wip/libmaruku-ruby/trunk/debian/marutex.1	                        (rev 0)
+++ packages-wip/libmaruku-ruby/trunk/debian/marutex.1	2007-05-27 00:28:36 UTC (rev 1637)
@@ -0,0 +1,49 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH MARUKU 1 "May 27, 2007"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+maruku \- converts markdown files to various output
+.SH SYNOPSIS
+
+.B maruku
+.RI [ options ] " files" ...
+.br
+.B bar
+.RI [ options ] " files" ...
+.SH DESCRIPTION
+This manual page documents briefly the
+.B maruku
+command.
+.PP
+
+.SH OPTIONS
+
+.TP
+.B \-h, \-\-help
+Show summary of options.
+.TP
+.B \-v, \-\-version
+Show version of program.
+
+.SH SEE ALSO
+.BR marutex (1).
+
+.SH AUTHOR
+maruku was written by Andrea Censi <andrea at rubyforge.org>.
+.PP
+This manual page was written by Vincent Fourmond <fourmond at debian.org>,
+for the Debian project (but may be used by others).

Added: packages-wip/libmaruku-ruby/trunk/debian/patches/00list
===================================================================
--- packages-wip/libmaruku-ruby/trunk/debian/patches/00list	                        (rev 0)
+++ packages-wip/libmaruku-ruby/trunk/debian/patches/00list	2007-05-27 00:28:36 UTC (rev 1637)
@@ -0,0 +1 @@
+01-fix-shebang
\ No newline at end of file

Added: packages-wip/libmaruku-ruby/trunk/debian/patches/01-fix-shebang.dpatch
===================================================================
--- packages-wip/libmaruku-ruby/trunk/debian/patches/01-fix-shebang.dpatch	                        (rev 0)
+++ packages-wip/libmaruku-ruby/trunk/debian/patches/01-fix-shebang.dpatch	2007-05-27 00:28:36 UTC (rev 1637)
@@ -0,0 +1,49 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01-fix-shebang.dpatch by  <fourmond at debian.org>
+##
+## DP: Fix the shebang lines to depend on ruby1.8 and not ruby.
+
+ at DPATCH@
+diff -urNad libmaruku-ruby-0.5.6~/bin/marudown libmaruku-ruby-0.5.6/bin/marudown
+--- libmaruku-ruby-0.5.6~/bin/marudown	2007-01-05 20:56:10.000000000 +0100
++++ libmaruku-ruby-0.5.6/bin/marudown	2007-05-27 02:03:03.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env ruby
++#!/usr/bin/env ruby1.8
+ 
+ require 'maruku'
+ 
+diff -urNad libmaruku-ruby-0.5.6~/bin/maruku libmaruku-ruby-0.5.6/bin/maruku
+--- libmaruku-ruby-0.5.6~/bin/maruku	2007-05-24 13:45:36.000000000 +0200
++++ libmaruku-ruby-0.5.6/bin/maruku	2007-05-27 02:03:00.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env ruby
++#!/usr/bin/env ruby1.8
+ 
+ require 'maruku'
+ require 'optparse'
+diff -urNad libmaruku-ruby-0.5.6~/bin/marutest libmaruku-ruby-0.5.6/bin/marutest
+--- libmaruku-ruby-0.5.6~/bin/marutest	2007-05-18 17:12:58.000000000 +0200
++++ libmaruku-ruby-0.5.6/bin/marutest	2007-05-27 02:02:56.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env ruby
++#!/usr/bin/env ruby1.8
+ 
+ require 'maruku'
+ require 'maruku/textile2'
+diff -urNad libmaruku-ruby-0.5.6~/bin/marutex libmaruku-ruby-0.5.6/bin/marutex
+--- libmaruku-ruby-0.5.6~/bin/marutex	2006-12-28 10:56:20.000000000 +0100
++++ libmaruku-ruby-0.5.6/bin/marutex	2007-05-27 02:02:52.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env ruby
++#!/usr/bin/env ruby1.8
+ 
+ require 'maruku'
+ 
+@@ -28,4 +28,4 @@
+ 		
+ #		system "open #{job}.pdf"
+ 	end
+-end
+\ No newline at end of file
++end


Property changes on: packages-wip/libmaruku-ruby/trunk/debian/patches/01-fix-shebang.dpatch
___________________________________________________________________
Name: svn:executable
   + *




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