debian/0000755000000000000000000000000012131633701007163 5ustar debian/rules0000755000000000000000000000070112131633701010241 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/ruby-plist.docs0000644000000000000000000000001412131633701012142 0ustar README.rdoc debian/watch0000644000000000000000000000013712131633701010215 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/plist .*/plist-(.*).tar.gz debian/source/0000755000000000000000000000000012131633701010463 5ustar debian/source/format0000644000000000000000000000001412131633701011671 0ustar 3.0 (quilt) debian/ruby-test-files.yaml0000644000000000000000000000023212131633701013102 0ustar --- - test/test_data_elements.rb - test/test_generator.rb - test/test_generator_basic_types.rb - test/test_generator_collections.rb - test/test_parser.rb debian/copyright0000644000000000000000000000254112131633701011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: plist Source: https://github.com/bleything/plist Files: * Copyright: 2006-2010 Ben Bleything 2006-2010 Patrick May License: Expat Files: debian/* Copyright: 2013 Cédric Boutillier License: Expat License: Expat 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. debian/control0000644000000000000000000000160212131633701010565 0ustar Source: ruby-plist Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Cédric Boutillier Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-plist.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-plist.git;a=summary Homepage: http://plist.rubyforge.org XS-Ruby-Versions: all Package: ruby-plist Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: all-purpose property list manipulation library Plist is a library to manipulate Property List files, also known as plists. It can parse plist files into native Ruby data structures as well as generating new plist files from your Ruby objects. debian/compat0000644000000000000000000000000212131633701010361 0ustar 7 debian/changelog0000644000000000000000000000023712131633701011037 0ustar ruby-plist (3.1.0-1) unstable; urgency=low * Initial release (Closes: #705246) -- Cédric Boutillier Fri, 12 Apr 2013 00:19:47 +0200