debian/0000755000000000000000000000000012230001346007155 5ustar debian/docs0000644000000000000000000000007312230000702010023 0ustar README.en README.ja NEWS.ja TODO Usage_en.txt Usage_ja.txt debian/source/0000755000000000000000000000000012227772044010475 5ustar debian/source/format0000644000000000000000000000001412227772044011703 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000106712230000631010235 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 $@ --with ruby override_dh_auto_build: override_dh_auto_install: override_dh_auto_clean: override_dh_installchangelogs: dh_installchangelogs NEWS.en debian/ruby-setup.install0000644000000000000000000000017312227772044012705 0ustar setup.rb /usr/lib/ruby/vendor_ruby/ doc.en/* ./usr/share/doc/ruby-setup/html/en doc.ja/* ./usr/share/doc/ruby-setup/html/jadebian/libsetup-ruby1.8.links0000644000000000000000000000007312227772044013274 0ustar usr/lib/ruby/vendor_ruby/setup.rb usr/lib/ruby/1.8/setup.rbdebian/copyright0000644000000000000000000000216112227776374011142 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: setup.rb Upstream-Contact: Minero Aoki Source: http://i.loveruby.net/en/projects/setup/ Files: * Copyright: 2000-2005 Minero Aoki License: LGPL-2.1 Files: debian/* Copyright: 2007 Vincent Fourmond License: GPL-2+ License: GPL-2+ This program 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; version 2 dated June, 1991. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in '/usr/share/common-licenses/GPL-2', or (at your option) any later version. License: LGPL-2.1 This program 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; version 2.1 of the License. . On Debian systems, the complete text of version 2.1 of the GNU Lesser Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. debian/ruby-setup.doc-base0000644000000000000000000000053112227772044012712 0ustar Document: ruby-setup Title: The setup.rb install system for Ruby Author: Minero Aoki Abstract: A short introduction to setup.rb, how to use it to install programs and how to share Ruby programs with it. Section: Programming/Ruby Format: HTML Index: /usr/share/doc/ruby-setup/html/en/index.html Files: /usr/share/doc/ruby-setup/html/en/*.html debian/links0000644000000000000000000000011212230001010010176 0ustar usr/share/doc/ruby-setup/NEWS.en.gz usr/share/doc/ruby-setup/changelog.gz debian/control0000644000000000000000000000237512230000372010565 0ustar Source: ruby-setup Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Vincent Fourmond , Gunnar Wolf Standards-Version: 3.9.4 Homepage: http://i.loveruby.net/en/projects/setup/ Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3) Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-setup.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-setup.git;a=summary XS-Ruby-Versions: all Package: ruby-setup Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${misc:Depends}, ruby | ruby-interpreter Breaks: libsetup-ruby1.8 (<< 3.4.1-5~) Replaces: libsetup-ruby1.8 (<< 3.4.1-5~) Provides: libsetup-ruby1.8 Description: the setup.rb install tool for Ruby setup.rb is an installation tool widely used for Ruby programs. You can use it to distribute Ruby code you wrote and be sure your users won't have difficulties installing it. Package: libsetup-ruby1.8 Architecture: all Depends: ruby-setup, ${misc:Depends} Section: oldlibs Priority: extra Description: the setup.rb install tool for Ruby - transition package This is a dummy transition package. You may remove it when no other package depend on it. debian/changelog0000644000000000000000000000402612230001346011031 0ustar ruby-setup (3.4.1-7) unstable; urgency=low * Team upload [ Vincent Fourmond ] * Move dummy package to oldlibs [ Cédric Boutillier ] * debian/control: + use canonical URI in Vcs-* fields + bump Standards-Version to 3.9.4 (no changes needed) + add Breaks/Replaces/Provides for older versions of libsetup-ruby1.8 + change priority of dummy package to extra * debian/copyright: convert to copyright-format/1.0 * debian/patches: add no_makeparams.patch to not include inexistant $(HOME)/.makeparams, fixing FTBFS (Closes: #724224) -- Cédric Boutillier Thu, 17 Oct 2013 16:40:45 +0200 ruby-setup (3.4.1-5) unstable; urgency=low [ Gunnar Wolf ] * Changed section to Ruby as per ftp-masters' request * Added myself as an uploader [ Lucas Nussbaum ] * Removing Lucas from uploaders. [ Vincent Fourmond ] * Rename package as ruby-setup * Use source format 3.0 (quilt) - drop dependency on dpacth - convert old patches * Use gem2deb for building * Provide a libsetup-ruby1.8 transition package * Conforms to standards 3.9.2, and to the newer ruby policy -- Vincent Fourmond Mon, 30 May 2011 14:15:58 +0200 libsetup-ruby (3.4.1-4) unstable; urgency=low * Conforms to Standards 3.7.3 * Cleanup doc-base/libsetup-ruby -- Vincent Fourmond Sun, 20 Apr 2008 16:06:04 +0200 libsetup-ruby (3.4.1-3) unstable; urgency=low * Added debian/patches/fix-metaconfig.dpatch. Fix add_bool_config in metaconfig. From upstream SVN r2634. * debian/control: added myself to uploaders * debian/control: fixed Vcs-* to point to trunk/ -- Lucas Nussbaum Wed, 13 Feb 2008 23:53:48 +0100 libsetup-ruby (3.4.1-2) unstable; urgency=low * Fix the copyright problems... -- Vincent Fourmond Mon, 03 Dec 2007 18:43:08 +0100 libsetup-ruby (3.4.1-1) unstable; urgency=low * Initial release (no ITP filed...) -- Vincent Fourmond Mon, 26 Nov 2007 21:41:33 +0100 debian/patches/0000755000000000000000000000000012227773346010632 5ustar debian/patches/no_makeparams.patch0000644000000000000000000000061512227773346014472 0ustar Description: do not include .makeparams in Makefile This file is not present in the $(HOME) directory when building Author: Cédric Boutillier Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724224 Last-Update: 2013-10-17 --- a/Makefile +++ b/Makefile @@ -4,7 +4,6 @@ ident = setup version = 3.4.1 -include $(HOME)/.makeparams default: update debian/patches/series0000644000000000000000000000005012227773074012040 0ustar fix-metaconfig.diff no_makeparams.patch debian/patches/fix-metaconfig.diff0000644000000000000000000000146612227772044014365 0ustar fix add_bool_config in metaconfig. From upstream's SVN commit 2634 required for librmagick-ruby 2.2.0 Index: ruby-setup/setup.rb =================================================================== --- ruby-setup.orig/setup.rb 2011-05-30 13:27:58.171200339 +0200 +++ ruby-setup/setup.rb 2011-05-30 13:58:18.163201347 +0200 @@ -296,13 +296,14 @@ ALIASES.each do |ali, name| @table[ali] = @table[name] end - @items.freeze - @table.freeze - @options_re = /\A--(#{@table.keys.join('|')})(?:=(.*))?\z/ + end + + def options_re + /\A--(#{@table.keys.join('|')})(?:=(.*))?\z/ end def parse_opt(opt) - m = @options_re.match(opt) or setup_rb_error "config: unknown option #{opt}" + m = options_re().match(opt) or setup_rb_error "config: unknown option #{opt}" m.to_a[1,2] end debian/watch0000644000000000000000000000010412230001146010177 0ustar version=3 http://i.loveruby.net/archive/setup/ setup-(.*)\.tar\.gz debian/compat0000644000000000000000000000000212227772044010373 0ustar 5