[DRE-commits] r1331 - in packages-wip/deplate/trunk: . debian debian/patches

Maxim Komar komar-guest at alioth.debian.org
Sun Mar 25 03:18:33 CET 2007


Author: komar-guest
Date: 2007-03-25 02:18:32 +0000 (Sun, 25 Mar 2007)
New Revision: 1331

Added:
   packages-wip/deplate/trunk/debian/
   packages-wip/deplate/trunk/debian/changelog
   packages-wip/deplate/trunk/debian/control
   packages-wip/deplate/trunk/debian/control.in
   packages-wip/deplate/trunk/debian/dirs
   packages-wip/deplate/trunk/debian/docs
   packages-wip/deplate/trunk/debian/install
   packages-wip/deplate/trunk/debian/patches/
   packages-wip/deplate/trunk/debian/patches/000-remove-shebang-from-libs
   packages-wip/deplate/trunk/debian/patches/100-better-docbook-output-for-gnome-help
   packages-wip/deplate/trunk/debian/patches/200-fix-manpage-encoding
   packages-wip/deplate/trunk/debian/patches/series
   packages-wip/deplate/trunk/debian/rules
   packages-wip/deplate/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


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

Added: packages-wip/deplate/trunk/debian/changelog
===================================================================
--- packages-wip/deplate/trunk/debian/changelog	2007-03-25 02:18:25 UTC (rev 1330)
+++ packages-wip/deplate/trunk/debian/changelog	2007-03-25 02:18:32 UTC (rev 1331)
@@ -0,0 +1,22 @@
+deplate (0.8-2) unstable; urgency=low
+
+  * update package according Debian/Ruby Extras team rules
+
+ -- Maxim Komar <komar at ukr.net>  Sun, 25 Mar 2007 04:06:25 +0200
+
+deplate (0.8-1) unstable; urgency=low
+
+  * New upstream version
+  * CDBS'ing debian/rules
+  * removed unneeded installed files in debian/docs
+  * remove shebang line in several library files
+
+ -- Antonio S. de A. Terceiro <terceiro at softwarelivre.org>  Wed, 31 Jan 2007 14:01:40 -0300
+
+deplate (0.5-1) unstable; urgency=low
+
+  * Initial Release.
+  * This is my first Debian package.
+
+ -- Maxim Komar <komar at ukr.net>  Tue, 28 Sep 2004 20:02:20 +0200
+

Added: packages-wip/deplate/trunk/debian/control
===================================================================
--- packages-wip/deplate/trunk/debian/control	2007-03-25 02:18:25 UTC (rev 1330)
+++ packages-wip/deplate/trunk/debian/control	2007-03-25 02:18:32 UTC (rev 1331)
@@ -0,0 +1,21 @@
+Source: deplate
+Section: text
+Priority: optional
+Maintainer: Maxim Komar <komar at ukr.net>
+Uploaders: <code>RUBY_EXTRAS_TEAM</code>
+Build-Depends: debhelper (>= 5.0.0), cdbs, quilt, ruby-pkg-tools (>= 0.8)
+Standards-Version: 3.7.2
+
+Package: deplate
+Architecture: all
+Recommends: latex, dvips, gs, ps2ppm, imagemagick, graphviz | r-base
+Depends: ruby1.8
+Description: convert wiki-like markup to latex, html, and "html-slides"
+ deplate is a tool for converting documents written in an unobtrusive,
+ wiki-like markup to LaTeX, HTML, "HTML slides", or docbook. It supports
+ embedded LaTeX code, footnotes, citations, bibliographies, automatic
+ generation of an index, etc. In contrast to many wiki engines, it is made
+ for "offline" use as a document preparation tool. In this respect it is
+ similar to tools like aft or txt2tags. It aims to be modular
+ and easily extensible. It is the accompanying converter for the Vim viki
+ plugin.                                                                        

Added: packages-wip/deplate/trunk/debian/control.in
===================================================================
--- packages-wip/deplate/trunk/debian/control.in	2007-03-25 02:18:25 UTC (rev 1330)
+++ packages-wip/deplate/trunk/debian/control.in	2007-03-25 02:18:32 UTC (rev 1331)
@@ -0,0 +1,21 @@
+Source: deplate
+Section: text
+Priority: optional
+Maintainer: Maxim Komar <komar at ukr.net>
+Uploaders: <code>RUBY_EXTRAS_TEAM</code>
+Build-Depends: debhelper (>= 5.0.0), cdbs, quilt, ruby-pkg-tools (>= 0.8)
+Standards-Version: 3.7.2
+
+Package: deplate
+Architecture: all
+Recommends: latex, dvips, gs, ps2ppm, imagemagick, graphviz | r-base
+Depends: ruby1.8
+Description: convert wiki-like markup to latex, html, and "html-slides"
+ deplate is a tool for converting documents written in an unobtrusive,
+ wiki-like markup to LaTeX, HTML, "HTML slides", or docbook. It supports
+ embedded LaTeX code, footnotes, citations, bibliographies, automatic
+ generation of an index, etc. In contrast to many wiki engines, it is made
+ for "offline" use as a document preparation tool. In this respect it is
+ similar to tools like aft or txt2tags. It aims to be modular
+ and easily extensible. It is the accompanying converter for the Vim viki
+ plugin.                                                                        

Added: packages-wip/deplate/trunk/debian/dirs
===================================================================
--- packages-wip/deplate/trunk/debian/dirs	2007-03-25 02:18:25 UTC (rev 1330)
+++ packages-wip/deplate/trunk/debian/dirs	2007-03-25 02:18:32 UTC (rev 1331)
@@ -0,0 +1 @@
+usr/share/man1

Added: packages-wip/deplate/trunk/debian/docs
===================================================================
--- packages-wip/deplate/trunk/debian/docs	2007-03-25 02:18:25 UTC (rev 1330)
+++ packages-wip/deplate/trunk/debian/docs	2007-03-25 02:18:32 UTC (rev 1331)
@@ -0,0 +1,9 @@
+AUTHORS.TXT
+CHANGES.TXT
+DATE.TXT
+NEWS.TXT
+README_DEBIAN.TXT
+README.TXT
+TODO.TXT
+Update-pre0.5.txt
+VERSION.TXT

Added: packages-wip/deplate/trunk/debian/install
===================================================================
--- packages-wip/deplate/trunk/debian/install	2007-03-25 02:18:25 UTC (rev 1330)
+++ packages-wip/deplate/trunk/debian/install	2007-03-25 02:18:32 UTC (rev 1331)
@@ -0,0 +1 @@
+man/man1/deplate.1 usr/share/main/man1

Added: packages-wip/deplate/trunk/debian/patches/000-remove-shebang-from-libs
===================================================================
--- packages-wip/deplate/trunk/debian/patches/000-remove-shebang-from-libs	2007-03-25 02:18:25 UTC (rev 1330)
+++ packages-wip/deplate/trunk/debian/patches/000-remove-shebang-from-libs	2007-03-25 02:18:32 UTC (rev 1331)
@@ -0,0 +1,36 @@
+Index: deplate-0.8/lib/deplate.rb
+===================================================================
+--- deplate-0.8.orig/lib/deplate.rb	2007-02-06 16:53:58.000000000 -0300
++++ deplate-0.8/lib/deplate.rb	2007-02-06 16:54:08.000000000 -0300
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env ruby
+ # deplate.rb -- Convert wiki-like plain text pseudo markup to something else
+ # @Author:      Thomas Link (samul AT web.de)
+ # @Website:     http://deplate.sf.net/
+Index: deplate-0.8/lib/deplate/converter.rb
+===================================================================
+--- deplate-0.8.orig/lib/deplate/converter.rb	2007-02-06 16:53:46.000000000 -0300
++++ deplate-0.8/lib/deplate/converter.rb	2007-02-06 16:54:08.000000000 -0300
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env ruby
+ # converter.rb
+ # @Author:      Thomas Link (samul AT web.de)
+ # @Website:     http://deplate.sf.net/
+Index: deplate-0.8/lib/deplate/deplate-string.rb
+===================================================================
+--- deplate-0.8.orig/lib/deplate/deplate-string.rb	2007-02-06 16:53:53.000000000 -0300
++++ deplate-0.8/lib/deplate/deplate-string.rb	2007-02-06 16:54:08.000000000 -0300
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env ruby
+ # deplate-string.rb
+ # @Author:      Thomas Link (samul AT web de)
+ # @License:     GPL (see http://www.gnu.org/licenses/gpl.txt)
+Index: deplate-0.8/lib/ps2ppm.rb
+===================================================================
+--- deplate-0.8.orig/lib/ps2ppm.rb	2007-02-06 16:54:02.000000000 -0300
++++ deplate-0.8/lib/ps2ppm.rb	2007-02-06 16:54:08.000000000 -0300
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env ruby
+ # ps2ppm.rb
+ # @Author:      Peter Kleiweg
+ # @Created:     11-Nov-2004.

Added: packages-wip/deplate/trunk/debian/patches/100-better-docbook-output-for-gnome-help
===================================================================
--- packages-wip/deplate/trunk/debian/patches/100-better-docbook-output-for-gnome-help	2007-03-25 02:18:25 UTC (rev 1330)
+++ packages-wip/deplate/trunk/debian/patches/100-better-docbook-output-for-gnome-help	2007-03-25 02:18:32 UTC (rev 1331)
@@ -0,0 +1,22 @@
+Index: deplate-0.8/lib/deplate/docbook.rb
+===================================================================
+--- deplate-0.8.orig/lib/deplate/docbook.rb	2007-02-06 16:57:05.000000000 -0300
++++ deplate-0.8/lib/deplate/docbook.rb	2007-02-06 16:57:16.000000000 -0300
+@@ -590,14 +590,14 @@
+             # ho['id'] = id unless id.empty?
+             ho['id'] = id
+             if plain
+-                xreflabel       = id
++                xreflabel       = text
+                 ho['xreflabel'] = xreflabel
+             else
+                 xlab           = args[:level_as_string]
+                 if xlab
+-                    ho['label']     = xlab.split(/\./).last
++                    ho['label']     = xlab.split(/\./).last + '. '
+                     # ho['label']     = args[:level_as_string]
+-                    xreflabel       = encode_id(xlab)
++                    xreflabel       = text
+                     ho['xreflabel'] = xreflabel
+                 else
+                     args[:self].log(['Internal error', 'No label'], :error)

Added: packages-wip/deplate/trunk/debian/patches/200-fix-manpage-encoding
===================================================================
--- packages-wip/deplate/trunk/debian/patches/200-fix-manpage-encoding	2007-03-25 02:18:25 UTC (rev 1330)
+++ packages-wip/deplate/trunk/debian/patches/200-fix-manpage-encoding	2007-03-25 02:18:32 UTC (rev 1331)
@@ -0,0 +1,13 @@
+Index: deplate-0.8/man/man1/deplate.1
+===================================================================
+--- deplate-0.8.orig/man/man1/deplate.1	2007-02-06 17:14:21.000000000 -0300
++++ deplate-0.8/man/man1/deplate.1	2007-02-06 17:14:36.000000000 -0300
+@@ -451,7 +451,7 @@
+ .sp
+ .nf
+ class Deplate::HyperLink
+-    @@uc = 'A\-ZÄÖÜ'
++    @@uc = 'A\-ZÁÓÚ'
+     @@lc = 'a\-zäöüßáàéèíìóòçñ'
+ end
+ 

Added: packages-wip/deplate/trunk/debian/patches/series
===================================================================
--- packages-wip/deplate/trunk/debian/patches/series	2007-03-25 02:18:25 UTC (rev 1330)
+++ packages-wip/deplate/trunk/debian/patches/series	2007-03-25 02:18:32 UTC (rev 1331)
@@ -0,0 +1,3 @@
+200-fix-manpage-encoding
+100-better-docbook-output-for-gnome-help
+000-remove-shebang-from-libs

Added: packages-wip/deplate/trunk/debian/rules
===================================================================
--- packages-wip/deplate/trunk/debian/rules	2007-03-25 02:18:25 UTC (rev 1330)
+++ packages-wip/deplate/trunk/debian/rules	2007-03-25 02:18:32 UTC (rev 1331)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+#
+# CDBS file to build the Deplate Ruby package.
+
+DEB_DH_INSTALLCHANGELOGS_ARGS = CHANGES.TXT
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk


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

Added: packages-wip/deplate/trunk/debian/watch
===================================================================
--- packages-wip/deplate/trunk/debian/watch	2007-03-25 02:18:25 UTC (rev 1330)
+++ packages-wip/deplate/trunk/debian/watch	2007-03-25 02:18:32 UTC (rev 1331)
@@ -0,0 +1,6 @@
+# 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.
+# Site		Directory		Pattern			Version	Script
+version=3
+http://sf.net/deplate/deplate-([0-9.]*)\.zip




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