debian/0000755000000000000000000000000012255610201007160 5ustar debian/copyright0000644000000000000000000000246612152655222011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: albino Source: FIXME Files: * Copyright: 2011 Chris Wanstrath License: Expat Files: debian/* Copyright: 2012 Youhei SASAKI 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/rules0000755000000000000000000000070112133037575010252 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/source/0000755000000000000000000000000012133037575010474 5ustar debian/source/format0000644000000000000000000000001412133037575011702 0ustar 3.0 (quilt) debian/control0000644000000000000000000000201312255607253010574 0ustar Source: ruby-albino Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.11~), rake, ruby-mocha, ruby-posix-spawn (>= 0.3.8), python-pygments Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-albino.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-albino.git;a=summary Homepage: http://github.com/github/albino XS-Ruby-Versions: all Package: ruby-albino Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-posix-spawn (>= 0.3.8), python-pygments Description: Ruby wrapper for pygmentize Albino is a ruby wrapper for python-pygmentize. . Pygments aims to be a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. debian/ruby-albino.docs0000644000000000000000000000001212133037575012262 0ustar README.md debian/watch0000644000000000000000000000014112133037575010221 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/albino .*/albino-(.*).tar.gz debian/ruby-tests.rake0000644000000000000000000000022312133037575012156 0ustar require 'rake/testtask' task :default => :test Rake::TestTask.new(:test) do |test| test.pattern = 'test/**/*_test.rb' test.verbose = true end debian/changelog0000644000000000000000000000123412255610201011032 0ustar ruby-albino (1.3.3-2) unstable; urgency=medium * Team upload. [ Cédric Boutillier ] * debian/control: remove obsolete DM-Upload-Allowed flag * use canonical URI in Vcs-* fields * debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field [ Christian Hofstaedtler ] * Bump Standards-Version to 3.9.5 (no changes) * Depend on newer ruby-posix-spawn for ruby2.0 support (Closes: #725600) -- Christian Hofstaedtler Sun, 22 Dec 2013 17:10:11 +0100 ruby-albino (1.3.3-1) unstable; urgency=low * Initial release (Closes: #672501) -- Youhei SASAKI Sat, 12 May 2012 03:31:05 +0900 debian/compat0000644000000000000000000000000212133037575010372 0ustar 7