debian/0000755000000000000000000000000011600356202007161 5ustar debian/rules0000755000000000000000000000070111600356157010250 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby debian/compat0000644000000000000000000000000211600356157010370 0ustar 7 debian/copyright0000644000000000000000000000775411600356157011142 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173 Upstream-Name: text-format Upstream-Contact: Austin Ziegler Source: https://rubyforge.org/projects/text-format/ Files: * Copyright: Copyright 2002 - 2005 Austin Ziegler License: Ruby's license or Perl Artistic License Ruby's license: . 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) rename any non-standard executables so the names do not conflict with standard executables, which must also be provided. . d) make other distribution arrangements with the author. 3. You may distribute the software in object code or executable form, provided that you do at least ONE of the following: . a) distribute the executables 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 executables 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 this terms. . They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some files under the ./missing directory. See each file for the copying condition. . 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. Files: setup.rb Copyright: Copyright 2000-2004 Minero Aoki License: LGPL 2.1 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License. . This library 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 Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU Lesser General Public version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'. Files: debian/* Copyright: Copyright 2011 Ondřej Surý License: WTFPL 2.0 This program is free software. It comes without any warranty, to the extent permitted by applicable law. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more details. debian/source/0000755000000000000000000000000011600356157010472 5ustar debian/source/format0000644000000000000000000000001411600356157011700 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000015311600356157010222 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/text-format .*/text-format-(.*).tar.gz debian/ruby-text-format.docs0000644000000000000000000000001511600356157013271 0ustar README ToDo debian/ruby-test-files.yaml0000644000000000000000000000003711600356157013114 0ustar --- - tests/tc_text_format.rb debian/control0000644000000000000000000000420311600356157010574 0ustar Source: ruby-text-format Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Ondřej Surý , Esteban Manchado Velázquez , Paul van Tilburg DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3~) Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-text-format.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-text-format.git;a=summary Homepage: http://rubyforge.org/projects/text-format XS-Ruby-Versions: all Package: ruby-text-format Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter # Recommends: ruby-text-hyphen (=> 1.0.0~) Replaces: libtext-format-ruby (<< 1.0.0-3~), libtext-format-ruby-doc (<< 1.0.0-3~) Conflicts: libtext-format-ruby (<< 1.0.0-3~), libtext-format-ruby-doc (<< 1.0.0-3~) Provides: libtext-format-ruby, libtext-format-ruby-doc Description: Ruby library for text formatting Text::Format is provides the ability to nicely format fixed-width text with knowledge of the writable space (number of columns), margins, and indentation settings. Text::Format can work with either TeX::Hyphen or Text::Hyphen to hyphenate words when formatting. Package: libtext-format-ruby Section: oldlibs Architecture: all Depends: ${misc:Depends}, ruby-text-format Description: Transitional package for ruby-text-format This is a transitional package to ease upgrades to the ruby-text-format package. It can safely be removed. Package: libtext-format-ruby1.8 Section: oldlibs Architecture: all Depends: ${misc:Depends}, ruby-text-format Description: Transitional package for ruby-text-format This is a transitional package to ease upgrades to the ruby-text-format package. It can safely be removed. Package: libtext-format-ruby-doc Section: oldlibs Architecture: all Depends: ${misc:Depends}, ruby-text-format Description: Transitional package for ruby-text-format This is a transitional package to ease upgrades to the ruby-text-format package. It can safely be removed. debian/changelog0000644000000000000000000000147311600356157011051 0ustar ruby-text-format (1.0.0-3) unstable; urgency=low * Convert package to gem2deb format (Closes: #630816) * Add myself to uploaders -- Ondřej Surý Wed, 22 Jun 2011 13:17:30 +0200 libtext-format-ruby (1.0.0-2) unstable; urgency=low * Adapted debian/control, debian/rules, and remove debian/control.in to drop the Uploaders rule. * Moved the build-depend-indep on ruby-pkg-tools to the build-depends for it is used in the clean target. * Bumped standards version to 3.7.2; no changes required. * Added myself to the Uploaders field. -- Paul van Tilburg Tue, 19 Jun 2007 11:13:30 +0100 libtext-format-ruby (1.0.0-1) unstable; urgency=low * Initial upload (closes #358897). -- Esteban Manchado Velázquez Sat, 25 Mar 2006 00:56:24 +0000