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

fourmond at alioth.debian.org fourmond at alioth.debian.org
Sat May 26 23:57:38 UTC 2007


Author: fourmond
Date: 2007-05-26 23:57:38 +0000 (Sat, 26 May 2007)
New Revision: 1636

Added:
   packages-wip/libmaruku-ruby/trunk/debian/
   packages-wip/libmaruku-ruby/trunk/debian/changelog
   packages-wip/libmaruku-ruby/trunk/debian/compat
   packages-wip/libmaruku-ruby/trunk/debian/control
   packages-wip/libmaruku-ruby/trunk/debian/copyright
   packages-wip/libmaruku-ruby/trunk/debian/dirs
   packages-wip/libmaruku-ruby/trunk/debian/libmaruku-ruby1.8.install
   packages-wip/libmaruku-ruby/trunk/debian/manpage.1.ex
   packages-wip/libmaruku-ruby/trunk/debian/rules
   packages-wip/libmaruku-ruby/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages-wip/libmaruku-ruby/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages-wip/libmaruku-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libmaruku-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libmaruku-ruby/trunk/debian/changelog	2007-05-26 23:57:38 UTC (rev 1636)
@@ -0,0 +1,6 @@
+libmaruku-ruby (0.5.6-1) unstable; urgency=low
+
+  * Initial release (Closes: #426162)
+
+ -- Vincent Fourmond <fourmond at debian.org>  Sun, 27 May 2007 01:30:10 +0200
+

Added: packages-wip/libmaruku-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libmaruku-ruby/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libmaruku-ruby/trunk/debian/compat	2007-05-26 23:57:38 UTC (rev 1636)
@@ -0,0 +1 @@
+5

Added: packages-wip/libmaruku-ruby/trunk/debian/control
===================================================================
--- packages-wip/libmaruku-ruby/trunk/debian/control	                        (rev 0)
+++ packages-wip/libmaruku-ruby/trunk/debian/control	2007-05-26 23:57:38 UTC (rev 1636)
@@ -0,0 +1,36 @@
+Source: libmaruku-ruby
+Section: interpreter
+Priority: optional
+Maintainer: Vincent Fourmond <fourmond at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs, dpatch, debhelper (>= 5), ruby-pkg-tools
+Standards-Version: 3.7.2
+
+Package: libmaruku-ruby
+Architecture: all
+Depends: libmaruku-ruby1.8
+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
+ structure and not the details. Maruku also supports LaTeX export, 
+ which means you can produce PDF output.
+ .
+ Maruku prides itself of being decently fast on long documents.
+ .
+ Homepage: http://maruku.rubyforge.org
+ .
+ This package is a dependency package that pulls in the correct package
+ for the current default version of ruby.
+
+Package: libmaruku-ruby1.8
+Architecture: all
+Depends: ruby1.8
+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
+ structure and not the details. Maruku also supports LaTeX export, 
+ which means you can produce PDF output.
+ .
+ Maruku prides itself of being decently fast on long documents.
+ .
+ Homepage: http://maruku.rubyforge.org

Added: packages-wip/libmaruku-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libmaruku-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libmaruku-ruby/trunk/debian/copyright	2007-05-26 23:57:38 UTC (rev 1636)
@@ -0,0 +1,44 @@
+This package was debianized by Vincent Fourmond <fourmond at debian.org> on
+Sun, 27 May 2007 01:23:34 +0200.
+
+It was downloaded from <http://rubyforge.org/frs/?group_id=2795>
+
+Upstream Author(s): 
+
+    Andrea Censi <andrea at rubyforge.org>
+
+Copyright: 
+
+   Most of the code is 
+
+   Copyright (C) 2006  Andrea Censi  <andrea (at) rubyforge.org>
+
+   Additionally, lib/maruku/input/rubypants.rb bears the following
+   copyright notices:
+
+   Copyright (C) 2004 Christian Neukirchen
+   Copyright (C) 2004 Chad Miller
+   Copyright (C) 2003 John Gruber
+
+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, or
+    (at your option) any later version.
+ 
+    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 package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2007, Vincent Fourmond <fourmond at debian.org> and
+is licensed under the GPL, see above.
+

Added: packages-wip/libmaruku-ruby/trunk/debian/dirs
===================================================================
--- packages-wip/libmaruku-ruby/trunk/debian/dirs	                        (rev 0)
+++ packages-wip/libmaruku-ruby/trunk/debian/dirs	2007-05-26 23:57:38 UTC (rev 1636)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin

Added: packages-wip/libmaruku-ruby/trunk/debian/libmaruku-ruby1.8.install
===================================================================
--- packages-wip/libmaruku-ruby/trunk/debian/libmaruku-ruby1.8.install	                        (rev 0)
+++ packages-wip/libmaruku-ruby/trunk/debian/libmaruku-ruby1.8.install	2007-05-26 23:57:38 UTC (rev 1636)
@@ -0,0 +1,3 @@
+lib/* usr/lib/ruby/1.8
+bin/* usr/bin
+docs/* usr/share/doc/libmaruku-ruby1.8/examples

Added: packages-wip/libmaruku-ruby/trunk/debian/manpage.1.ex
===================================================================
--- packages-wip/libmaruku-ruby/trunk/debian/manpage.1.ex	                        (rev 0)
+++ packages-wip/libmaruku-ruby/trunk/debian/manpage.1.ex	2007-05-26 23:57:38 UTC (rev 1636)
@@ -0,0 +1,59 @@
+.\"                                      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/rules
===================================================================
--- packages-wip/libmaruku-ruby/trunk/debian/rules	                        (rev 0)
+++ packages-wip/libmaruku-ruby/trunk/debian/rules	2007-05-26 23:57:38 UTC (rev 1636)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
+
+# Add here any variable or target overrides you need.


Property changes on: packages-wip/libmaruku-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages-wip/libmaruku-ruby/trunk/debian/watch
===================================================================
--- packages-wip/libmaruku-ruby/trunk/debian/watch	                        (rev 0)
+++ packages-wip/libmaruku-ruby/trunk/debian/watch	2007-05-26 23:57:38 UTC (rev 1636)
@@ -0,0 +1,11 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+http://rubyforge.org/frs/?group_id=2795 .*maruku-([\d.-]*)\.t.*
+
+




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