debian/0000755000000000000000000000000011764513400007167 5ustar debian/rules0000755000000000000000000000141411764513026010253 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_configure: if ! test -e setup.rb; then ln -s /usr/lib/ruby/vendor_ruby/setup.rb; fi if ! test -d lib/lib; then mkdir lib/lib; mv debian/xmlsimple.rb lib/lib; fi dh_auto_configure override_dh_auto_clean: dh_auto_clean if ! test -f debian/xmlsimple.rb; then mv lib/lib/xmlsimple.rb debian/; rmdir lib/lib; fi debian/compat0000644000000000000000000000000211764511001010360 0ustar 7 debian/clean0000644000000000000000000000001111764512140010164 0ustar setup.rb debian/xmlsimple.rb0000644000000000000000000000002411764504747011540 0ustar require 'xmlsimple' debian/source/0000755000000000000000000000000011764504725010501 5ustar debian/source/format0000644000000000000000000000001411764504725011707 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000015111764504725010227 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/xml-simple .*/xml-simple-(.*).tar.gz debian/changelog0000644000000000000000000000361411764512557011061 0ustar ruby-xml-simple (1.1.1-1) unstable; urgency=low * Update my email address in Uploaders * Update to latest upstream version using gem2deb - Update watch file to use gemwatch - Renamed binary and source package to ruby-xml-simple - Update to standards version 3.9.3 - Switch build system from cdbs to gem2deb - Added ruby-version control fields - Replace libruby1.8 dependency with ruby-interpreter - Update to 3.0 quilt source format - Update debian/compat to debhelper 7 * Add transition package and Breaks/Provides/Replaces for upgrades from libxml-simple-ruby * Update to copyright format 1.0 * Use setup.rb to install lib, instead of dh_install -- Ryan Niebur Fri, 08 Jun 2012 17:02:40 -0700 libxml-simple-ruby (1.0.12-1) unstable; urgency=low * New Upsteam realese (Closes: #518434) * Fix loading stub to not cause warnings as often (Closes: #514581) * Bumped Standards version to 3.8.1 * Change debian/rule - buildcore.mk and simple-patches.mk is not required * Changes in debian/control - remove ${shlibs-Depends} and added {$misd-Depends} - Added Uploade rto Ryan - changed section to ruby - replace ruby to libruby1.8 in Build-Depends -- Deepak Tripathi Sat, 25 Apr 2009 22:45:10 +0530 libxml-simple-ruby (1.0.11-2) unstable; urgency=low * Fix for bad description in control file, Apply patch (Closes: #439746) + Changes in debian/control * Change path for library to install (Closes: #491730) + Changes in debian/rules (Apply patch provided by Ryan52) * Added debian/watch file. * Bumped Standards version to 3.8.0 -- Deepak Tripathi Sat, 15 Nov 2008 12:17:46 +0530 libxml-simple-ruby (1.0.11-1) unstable; urgency=low * Initial release (Closes: #426205) -- Deepak Tripathi Sat, 22 Jan 2005 20:15:47 -0500 debian/copyright0000644000000000000000000000672011764512512011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: xml-simple Upstream-Contact: Maik Schmidt Source: http://rubygems.org/gems/xml-simple Files: * Copyright: Copyright (c) 2003-2011 Maik Schmidt License: Ruby or GPL Files: debian/* Copyright: 2005-2009, Deepak Tripathi License: Ruby or GPL 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. License: GPL 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. . 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 can be found in the file `/usr/share/common-licenses/GPL'. debian/control0000644000000000000000000000213711764512131010575 0ustar Source: ruby-xml-simple Section: ruby Priority: optional Maintainer: Deepak Tripathi Uploaders: Ryan Niebur Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.14~), ruby-setup Standards-Version: 3.9.3 Homepage: http://xml-simple.rubyforge.org/ XS-Ruby-Versions: all Package: ruby-xml-simple Replaces: libxml-simple-ruby (<< 1.0.12-1~) Breaks: libxml-simple-ruby (<< 1.0.12-1~) Provides: libxml-simple-ruby Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Simple Ruby API for reading and writing XML Class XmlSimple offers an easy API to read and write XML. It is a Ruby translation of Grant McLean's Perl module XML::Simple. Simply put, it automatically converts XML documents into a Ruby hash. Package: libxml-simple-ruby Section: oldlibs Priority: extra Architecture: all Depends: ${misc:Depends}, ruby-xml-simple Description: Transitional package for ruby-xml-simple This is a transitional package to ease upgrades to the ruby-xml-simple package. It can safely be removed.