debian/ 0000755 0000000 0000000 00000000000 12255610201 007160 5 ustar debian/copyright 0000644 0000000 0000000 00000002466 12152655222 011133 0 ustar 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/rules 0000755 0000000 0000000 00000000701 12133037575 010252 0 ustar #!/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/ 0000755 0000000 0000000 00000000000 12133037575 010474 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 12133037575 011702 0 ustar 3.0 (quilt)
debian/control 0000644 0000000 0000000 00000002013 12255607253 010574 0 ustar 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.docs 0000644 0000000 0000000 00000000012 12133037575 012262 0 ustar README.md
debian/watch 0000644 0000000 0000000 00000000141 12133037575 010221 0 ustar version=3
http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/albino .*/albino-(.*).tar.gz
debian/ruby-tests.rake 0000644 0000000 0000000 00000000223 12133037575 012156 0 ustar require 'rake/testtask'
task :default => :test
Rake::TestTask.new(:test) do |test|
test.pattern = 'test/**/*_test.rb'
test.verbose = true
end
debian/changelog 0000644 0000000 0000000 00000001234 12255610201 011032 0 ustar 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/compat 0000644 0000000 0000000 00000000002 12133037575 010372 0 ustar 7