debian/0000755000000000000000000000000012266170607007175 5ustar debian/rules0000755000000000000000000000070111672211264010246 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/watch0000644000000000000000000000015511663555536010237 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/htmlentities .*/htmlentities-(.*).tar.gz debian/source/0000755000000000000000000000000011663555536010505 5ustar debian/source/format0000644000000000000000000000001411663555536011713 0ustar 3.0 (quilt) debian/ruby-htmlentities.changelogs0000644000000000000000000000001411663555536014724 0ustar History.txt debian/ruby-test-files.yaml0000644000000000000000000000033111663555536013124 0ustar --- - test/decoding_test.rb - test/ruby_1_8_test.rb - test/xhtml1_test.rb - test/html4_test.rb - test/encoding_test.rb - test/expanded_test.rb - test/ruby_1_9_test.rb - test/roundtrip_test.rb - test/entities_test.rb debian/copyright0000644000000000000000000000435412160614514011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: htmlentities Source: http://rubyforge.org/projects/htmlentities/ Files: * Copyright: © 2005-2009 Paul Battley License: MIT Files: debian/* Copyright: © 2008-2011 Jeremy Lainé , © 2011 Gunnar Wolf License: GPL-2+ 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. 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; either version 2 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 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/control0000644000000000000000000000171712266170607010606 0ustar Source: ruby-htmlentities Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Jeremy Lainé , Deepak Tripathi , Gunnar Wolf Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.11~) Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-htmlentities.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-htmlentities.git;a=summary Homepage: http://htmlentities.rubyforge.org/ XS-Ruby-Versions: all Package: ruby-htmlentities Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Ruby library for handling HTML entities HTMLEntities is a simple library to facilitate encoding and decoding of named (ý and so on) or numerical ({ or Ī) entities in HTML and XHTML documents. debian/compat0000644000000000000000000000000211663555536010403 0ustar 7 debian/changelog0000644000000000000000000000345412266170607011055 0ustar ruby-htmlentities (4.3.1-2) unstable; urgency=low * Team upload. [ Cédric Boutillier ] * debian:control: use canonical URI in Vcs-* fields * debian/copyright: use copyright-format/1.0 official URL for Format field [ Jonas Genannt ] * d/control - removed transitional packages - bumped standards version to 3.9.5 (no changes needed) -- Jonas Genannt Thu, 16 Jan 2014 16:41:03 +0100 ruby-htmlentities (4.3.1-1) unstable; urgency=low * New upstream release (Closes: #648756) * No longer ignores test failures under Ruby 1.9.1 -- Gunnar Wolf Wed, 30 Nov 2011 10:46:06 -0600 ruby-htmlentities (4.3.0-1) unstable; urgency=low * New upstream release * Changed packaging style to gem2deb * Added myself as an uploader * Standards-version → 3.9.2 -- Gunnar Wolf Mon, 14 Nov 2011 12:19:49 -0600 libhtmlentities-ruby (4.2.0-1) unstable; urgency=low * New upstream release. * Added debian/source. * Added myself as uploader. * Bumped Standared version to 3.8.4. * Port the package to ruby 1.9.1. + Changes in debian/control * Updated debhelper >=7 * Correct old-dh-make-debian-copyright warning. + Changes in debian/changelog * Added test for ruby1.8 and 1.9.1 + Changes in debian/rules -- Deepak Tripathi Sat, 01 May 2010 21:05:42 +0000 libhtmlentities-ruby (4.0.0-2) unstable; urgency=low * Changed section to Ruby as per ftp-masters' request. * Update Standards-Version to 3.8.1 (no changes). -- Jeremy Lainé Sun, 03 May 2009 12:23:39 +0200 libhtmlentities-ruby (4.0.0-1) unstable; urgency=low * Initial release (Closes: #459633). -- Jeremy Lainé Thu, 10 Jan 2008 17:05:04 +0100