debian/0000755000000000000000000000000012121630621007160 5ustar debian/gbp.conf0000644000000000000000000000003612121630621010576 0ustar [DEFAULT] pristine-tar = True debian/rules0000755000000000000000000000022012121630621010232 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=ruby --with ruby override_dh_installchangelogs: dh_installchangelogs CHANGES -O--buildsystem=ruby debian/ruby-creole.docs0000644000000000000000000000001612121630621012257 0ustar README.creole debian/control0000644000000000000000000000212112121630621010557 0ustar Source: ruby-creole Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Eugene Lavnikevich , Jérémy Bobbio Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-bacon Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-creole.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-creole.git;a=summary Homepage: https://github.com/minad/creole XS-Ruby-Versions: all Package: ruby-creole Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Creole common wiki markup language to HTML converter This Ruby library contains a Creole-to-HTML converter for Creole, the lightweight markup language. . Creole is a common wiki markup language to be used across different wikis. It's not replacing existing markup but instead enabling wiki users to transfer content seamlessly across wikis, and for novice users to contribute more easily. debian/compat0000644000000000000000000000000212121630621010356 0ustar 7 debian/copyright0000644000000000000000000000706112121630621011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: creole Source: https://github.com/minad/creole Files: * Copyright: 2008 Lars Christensen License: Ruby 1. You may make and give away verbatim copies of the source form of the software without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. . 2. You may modify your copy of the software in any way, provided that you do at least ONE of the following: . a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or by allowing the author to include your modifications in the software. . b) use the modified software only within your corporation or organization. . c) give non-standard binaries non-standard names, with instructions on where to get the original software distribution. . d) make other distribution arrangements with the author. . 3. You may distribute the software in object code or binary form, provided that you do at least ONE of the following: . a) distribute the binaries and library files of the software, together with instructions (in the manual page or equivalent) on where to get the original distribution. . b) accompany the distribution with the machine-readable source of the software. . c) give non-standard binaries non-standard names, with instructions on where to get the original software distribution. . d) make other distribution arrangements with the author. . 4. You may modify and include the part of the software into any other software (possibly commercial). But some files in the distribution are not written by the author, so that they are not under these terms. . For the list of those files and their copying conditions, see the file LEGAL. . 5. The scripts and library files supplied as input to or produced as output from the software do not automatically fall under the copyright of the software, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this software. . 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. Files: debian/* Copyright: 2012 Eugene Lavnikevich 2013 Jérémy Bobbio License: GPL-2+ 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 program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/changelog0000644000000000000000000000023412121630621011031 0ustar ruby-creole (0.5.0-1) unstable; urgency=low * Initial release (Closes: #703148) -- Jérémy Bobbio Mon, 18 Mar 2013 16:23:53 +0100 debian/source/0000755000000000000000000000000012121630621010460 5ustar debian/source/format0000644000000000000000000000001412121630621011666 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000014112121630621010205 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/creole .*/creole-(.*).tar.gz debian/ruby-tests.rb0000644000000000000000000000024312121630621011625 0ustar require 'rbconfig' ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name']) exec("#{ruby} /usr/bin/bacon -q -Ilib:test test/*_test.rb")