[Pkg-ruby-extras-maintainers] r541 - in packages/libbluecloth-ruby/trunk: . debian debian/patches

Arnaud Cornet nohar-guest at costa.debian.org
Sat May 13 21:37:46 UTC 2006


Author: nohar-guest
Date: 2006-05-13 21:37:45 +0000 (Sat, 13 May 2006)
New Revision: 541

Added:
   packages/libbluecloth-ruby/trunk/debian/
   packages/libbluecloth-ruby/trunk/debian/changelog
   packages/libbluecloth-ruby/trunk/debian/compat
   packages/libbluecloth-ruby/trunk/debian/control
   packages/libbluecloth-ruby/trunk/debian/control.in
   packages/libbluecloth-ruby/trunk/debian/copyright
   packages/libbluecloth-ruby/trunk/debian/libbluecloth-ruby1.8.install
   packages/libbluecloth-ruby/trunk/debian/patches/
   packages/libbluecloth-ruby/trunk/debian/patches/no-shabang-in-lib.patch
   packages/libbluecloth-ruby/trunk/debian/rules
Log:
Load newtrunk into packages/libbluecloth-ruby/trunk.


Added: packages/libbluecloth-ruby/trunk/debian/changelog
===================================================================
--- packages/libbluecloth-ruby/trunk/debian/changelog	2006-05-13 21:37:23 UTC (rev 540)
+++ packages/libbluecloth-ruby/trunk/debian/changelog	2006-05-13 21:37:45 UTC (rev 541)
@@ -0,0 +1,6 @@
+libbluecloth-ruby (1.0.0-1) unstable; urgency=low
+
+  * Initial debian package
+
+ -- Arnaud Cornet <arnaud.cornet at gmail.com>  Fri, 12 May 2006 00:39:36 +0200
+

Added: packages/libbluecloth-ruby/trunk/debian/compat
===================================================================
--- packages/libbluecloth-ruby/trunk/debian/compat	2006-05-13 21:37:23 UTC (rev 540)
+++ packages/libbluecloth-ruby/trunk/debian/compat	2006-05-13 21:37:45 UTC (rev 541)
@@ -0,0 +1 @@
+5

Added: packages/libbluecloth-ruby/trunk/debian/control
===================================================================
--- packages/libbluecloth-ruby/trunk/debian/control	2006-05-13 21:37:23 UTC (rev 540)
+++ packages/libbluecloth-ruby/trunk/debian/control	2006-05-13 21:37:45 UTC (rev 541)
@@ -0,0 +1,30 @@
+Source: libbluecloth-ruby
+Section: interpreters
+Priority: optional
+Maintainer: Arnaud Cornet <arnaud.cornet at gmail.com>
+Build-Depends: cdbs, debhelper (>= 5.0.0)
+Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby
+Standards-Version: 3.7.2
+
+Package: libbluecloth-ruby
+Architecture: all
+Depends: libbluecloth-ruby1.8
+Description: A Ruby implementation of Markdown
+ BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion
+ tool for web writers. Markdown allows you to write using an easy-to-read,
+ easy-to-write plain text format, then convert it to structurally valid XHTML
+ (or HTML).
+ .
+ This package is part of the Ruby library extras, a supplement to Ruby's
+ standard library.
+ .
+
+Package: libbluecloth-ruby1.8
+Architecture: all
+Depends: ruby1.8
+Description: A Ruby implementation of Markdown
+ BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion
+ tool for web writers. Markdown allows you to write using an easy-to-read,
+ easy-to-write plain text format, then convert it to structurally valid XHTML
+ (or HTML).
+

Added: packages/libbluecloth-ruby/trunk/debian/control.in
===================================================================
--- packages/libbluecloth-ruby/trunk/debian/control.in	2006-05-13 21:37:23 UTC (rev 540)
+++ packages/libbluecloth-ruby/trunk/debian/control.in	2006-05-13 21:37:45 UTC (rev 541)
@@ -0,0 +1,30 @@
+Source: libbluecloth-ruby
+Section: interpreters
+Priority: optional
+Maintainer: Arnaud Cornet <arnaud.cornet at gmail.com>
+Build-Depends: cdbs, debhelper (>= 5.0.0)
+Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby
+Standards-Version: 3.7.2
+
+Package: libbluecloth-ruby
+Architecture: all
+Depends: libbluecloth-ruby1.8
+Description: A Ruby implementation of Markdown
+ BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion
+ tool for web writers. Markdown allows you to write using an easy-to-read,
+ easy-to-write plain text format, then convert it to structurally valid XHTML
+ (or HTML).
+ .
+ This package is part of the Ruby library extras, a supplement to Ruby's
+ standard library.
+ .
+
+Package: libbluecloth-ruby1.8
+Architecture: all
+Depends: ruby1.8
+Description: A Ruby implementation of Markdown
+ BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion
+ tool for web writers. Markdown allows you to write using an easy-to-read,
+ easy-to-write plain text format, then convert it to structurally valid XHTML
+ (or HTML).
+

Added: packages/libbluecloth-ruby/trunk/debian/copyright
===================================================================
--- packages/libbluecloth-ruby/trunk/debian/copyright	2006-05-13 21:37:23 UTC (rev 540)
+++ packages/libbluecloth-ruby/trunk/debian/copyright	2006-05-13 21:37:45 UTC (rev 541)
@@ -0,0 +1,19 @@
+This package was debianized by Arnaud Cornet <arnaud.cornet at gmail.com> on
+Fri, 12 May 2006 00:15:34 +0200.
+
+It was downloaded from http://www.deveiate.org/projects/BlueCloth
+
+Upstream Author: Michael Granger
+
+License:
+
+BlueCloth is distributed under the GPL.
+
+On Debian systems, the full text of the GNU General Public License can be
+found at /usr/share/common-licenses/GPL.
+
+The install.rb file included in the package's source is released under the Perl
+Artistic license:
+
+On Debian systems, the full text of the Perl Artistic license can be
+found at /usr/share/common-licenses/Artistic.

Added: packages/libbluecloth-ruby/trunk/debian/libbluecloth-ruby1.8.install
===================================================================
--- packages/libbluecloth-ruby/trunk/debian/libbluecloth-ruby1.8.install	2006-05-13 21:37:23 UTC (rev 540)
+++ packages/libbluecloth-ruby/trunk/debian/libbluecloth-ruby1.8.install	2006-05-13 21:37:45 UTC (rev 541)
@@ -0,0 +1 @@
+lib/bluecloth.rb usr/lib/ruby/1.8/

Added: packages/libbluecloth-ruby/trunk/debian/patches/no-shabang-in-lib.patch
===================================================================
--- packages/libbluecloth-ruby/trunk/debian/patches/no-shabang-in-lib.patch	2006-05-13 21:37:23 UTC (rev 540)
+++ packages/libbluecloth-ruby/trunk/debian/patches/no-shabang-in-lib.patch	2006-05-13 21:37:45 UTC (rev 541)
@@ -0,0 +1,8 @@
+diff -ru BlueCloth-1.0.0/lib/bluecloth.rb BlueCloth-1.0.0-noshabang/lib/bluecloth.rb
+--- BlueCloth-1.0.0/lib/bluecloth.rb	2004-08-25 07:27:15.000000000 +0200
++++ BlueCloth-1.0.0-noshabang/lib/bluecloth.rb	2006-05-12 20:24:38.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/ruby
+ # 
+ # Bluecloth is a Ruby implementation of Markdown, a text-to-HTML conversion
+ # tool.

Added: packages/libbluecloth-ruby/trunk/debian/rules
===================================================================
--- packages/libbluecloth-ruby/trunk/debian/rules	2006-05-13 21:37:23 UTC (rev 540)
+++ packages/libbluecloth-ruby/trunk/debian/rules	2006-05-13 21:37:45 UTC (rev 541)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
+


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




More information about the pkg-ruby-extras-maintainers mailing list