debian/0000755000000000000000000000000012153757644007204 5ustar debian/ruby-uuidtools-doc.doc-base0000644000000000000000000000041212153752124014335 0ustar Document: uuidtools Title: UUIDTools API Documentation Author: Robert Aman Abstract: Rdoc-generated API documentation. Section: Programming/Ruby Format: HTML Index: /usr/share/doc/ruby-uuidtools-doc/rdoc/index.html Files: /usr/share/doc/ruby-uuidtools-doc/rdoc/* debian/watch0000644000000000000000000000014712153752124010223 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/uuidtools .*/uuidtools-(.*).tar.gz debian/ruby-uuidtools-doc.docs0000644000000000000000000000001712153754432013615 0ustar build-doc/rdoc debian/changelog0000644000000000000000000000336212153755132011050 0ustar ruby-uuidtools (2.1.4-1) UNRELEASED; urgency=low * New upstream release. * README file is not distributed anymore. * Removed transitional libuuidtools-* package and obsolete relations. * Increased Standards-Version to 3.9.4 (no changes). -- Marc Dequènes (Duck) Thu, 06 Jun 2013 02:21:13 +0200 ruby-uuidtools (2.1.2-2) unstable; urgency=low * Team upload [ Marc Dequènes (Duck) ] * Fixed upstream software name in copyright file. [ Vincent Fourmond ] * Rebuild with recent gem2deb * Make all transitional Priority: extra * Seems to conform to standards 3.9.3 -- Vincent Fourmond Sun, 24 Jun 2012 01:27:43 +0200 ruby-uuidtools (2.1.2-1) unstable; urgency=low * New upstream release. * Switched to gem2deb packaging style. * Switched to the new git repository. * Converted copyright file to DEP5 and updated content. -- Marc Dequènes (Duck) Sat, 13 Aug 2011 20:41:05 +0200 libuuidtools-ruby (2.1.1-2) unstable; urgency=low * Added support for Ruby 1.9.1. * Removed useless depends on 'rubygems' (only used in source rakefiles) (Closes: #573286). -- Marc Dequènes (Duck) Sun, 21 Mar 2010 10:31:41 +0100 libuuidtools-ruby (2.1.1-1) unstable; urgency=low * New upstream release (Closes: #558817). * Fixed download URL in 'debian/copyright'. * Switched to dpkg-source 3.0 (quilt) format. * Increased Standards-Version to 3.8.4.0 (no changes). * Switched to debhelper 7. * Added watch file. -- Marc Dequènes (Duck) Thu, 04 Feb 2010 23:24:33 +0100 libuuidtools-ruby (2.0.0-1) unstable; urgency=low * Initial release. -- Marc Dequènes (Duck) Mon, 29 Jun 2009 14:22:48 +0200 debian/compat0000644000000000000000000000000212153752124010366 0ustar 7 debian/ruby-tests.rb0000644000000000000000000000073512153752124011643 0ustar # FIXME # there's a spec/ or a test/ directory in the upstream source, but # no test suite was defined in the Gem specification. It would be # a good idea to define it here so the package gets tested at build time. # Examples: # $: << 'lib' << '.' # Dir['{spec,test}/**/*.rb'].each { |f| require f } # # require 'test/ts_foo.rb' # # require 'rbconfig' # ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name']) # exec("#{ruby} -I. test/runtests.rb") debian/source/0000755000000000000000000000000012153752124010470 5ustar debian/source/format0000644000000000000000000000001412153752124011676 0ustar 3.0 (quilt) debian/control0000644000000000000000000000252012153755201010571 0ustar Source: ruby-uuidtools Section: ruby Priority: optional Maintainer: Marc Dequènes (Duck) Uploaders: Debian Ruby Extras Maintainers Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~) Build-Depends-Indep: graphviz Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-uuidtools.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-uuidtools.git;a=summary Homepage: http://uuidtools.rubyforge.org/ XS-Ruby-Versions: all Package: ruby-uuidtools Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: UUIDs generation library for Ruby UUIDTools was designed to be a simple library for generating any of the various types of UUIDs (or GUIDs if you prefer to call them that). It conforms to RFC 4122 whenever possible. Package: ruby-uuidtools-doc Section: doc Architecture: all Depends: ${misc:Depends}, libjs-jquery Suggests: doc-base Description: UUIDs generation library for Ruby - documentation UUIDTools was designed to be a simple library for generating any of the various types of UUIDs (or GUIDs if you prefer to call them that). It conforms to RFC 4122 whenever possible. . This is the Rdoc-generated documentation for the UUIDTools API. debian/README.source0000644000000000000000000000101212153752124011341 0ustar For general purpose Team Packaging guidelines, see: http://wiki.debian.org/Teams/Ruby/Packaging The following is the maintainer's local policy. Patches to the upstream code are managed in debian/patches/. It is easier to manage everything in git and use a single debian patch file, but it does not allow easy retrieval of a proper rebased patch and the patch's history cannot be sorted out quickly. Methods like gbp-pq are interesting but also have drawbacks, so it's how it gonna be handled in the package for now. debian/copyright0000644000000000000000000000424512153752124011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: uuidtools Source: http://rubyforge.org/frs/?group_id=914 Files: * Copyright: Copyright 2005-2010 Robert Aman License: MIT permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "software"), to deal in the software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software, and to permit persons to whom the software is furnished to do so, subject to the following conditions: . the above copyright notice and this permission notice shall be included in all copies or substantial portions of the software. . the software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. in no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software. Files: debian/* Copyright: Copyright 2009-2011 Marc Dequènes (Duck) License: GPL-3+ 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; version 3 of the License, or (at your option) any later version. . This program 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/rules0000755000000000000000000000162712153756661010270 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 override_dh_auto_build: dh_auto_build rdoc --all --inline-source --diagram --fileboxes --line-numbers --fmt=html \ -o build-doc/rdoc lib override_dh_installdocs: dh_installdocs # use the system library rm debian/ruby-uuidtools-doc/usr/share/doc/ruby-uuidtools-doc/rdoc/js/jquery.js dh_link -p ruby-uuidtools-doc usr/share/javascript/jquery/jquery.js usr/share/doc/ruby-uuidtools-doc/rdoc/js/jquery.js override_dh_auto_clean: dh_auto_clean rm -rf build-doc