debian/0000755000000000000000000000000012232746071007172 5ustar debian/rules0000755000000000000000000000105612232710144010244 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 dfsg-free: rm templates/jquery-1.6.1.min.js templates/jquery-1.7.1.min.js rm -r source-highlight asciidoc debian/source/0000755000000000000000000000000012232707615010473 5ustar debian/source/format0000644000000000000000000000001412232707615011701 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212232710671010365 0ustar 9 debian/changelog0000644000000000000000000000024012232746071011040 0ustar ruby-mizuho (0.9.19+dfsg-1) unstable; urgency=low * Initial release. (Closes: #727757) -- Felix Geyer Sat, 26 Oct 2013 16:05:42 +0200 debian/control0000644000000000000000000000177012232712763010603 0ustar Source: ruby-mizuho Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Felix Geyer Build-Depends: debhelper (>= 9), gem2deb (>= 0.4.1~) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mizuho.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-mizuho.git;a=summary Homepage: https://github.com/FooBarWidget/mizuho XS-Ruby-Versions: all Package: ruby-mizuho Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-nokogiri, ruby-sqlite3, asciidoc, source-highlight, libjs-jquery Description: documentation formatting tool Mizuho is a documentation formatting tool, best suited for small to medium-sized documentation. Mizuho converts Asciidoc input files into nicely outputted HTML, possibly one file per chapter. Multiple templates are supported, so you can write your own. debian/ruby-mizuho.links0000644000000000000000000000013112226731100012507 0ustar usr/share/javascript/jquery/jquery.min.js usr/share/mizuho/templates/jquery-1.7.1.min.js debian/watch0000644000000000000000000000020312232710350010205 0ustar version=3 opts=dversionmangle=s/\+dfsg$// \ http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/mizuho .*/mizuho-(.*).tar.gz debian/copyright0000644000000000000000000000570212232746017011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mizuho Source: https://github.com/FooBarWidget/mizuho Files: * Copyright: 2008-2013 Hongli Lai License: Expat Files: lib/mizuho/fuzzystringmatch.rb Copyright: 2010 Kiyoka Nishiyama License: Apache-2.0 Files: templates/jquery.hashchange-1.0.0.js Copyright: 2008 Chris Leishman (chrisleishman.com) License: Expat or GPL-2+ Files: debian/* Copyright: 2013 Felix Geyer 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. License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the full text of the Apache License version 2.0 can be found in the file `/usr/share/common-licenses/Apache-2.0'. 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/ruby-mizuho.docs0000644000000000000000000000002012232711320012313 0ustar README.markdown debian/ruby-mizuho.install0000644000000000000000000000003312226730360013045 0ustar templates usr/share/mizuho debian/ruby-tests.rb0000644000000000000000000000073512232707615011646 0ustar # FIXME # there's a spec/ or a test/ directory in the upstream source, but # no test suite was defined in the Gem specification. It would be # a good idea to define it here so the package gets tested at build time. # Examples: # $: << 'lib' << '.' # Dir['{spec,test}/**/*.rb'].each { |f| require f } # # require 'test/ts_foo.rb' # # require 'rbconfig' # ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name']) # exec("#{ruby} -I. test/runtests.rb") debian/README.source0000644000000000000000000000023412232710315011340 0ustar Minified javascript code without source and embedded code copies have been stripped from the ruby-mizuho tarball, see the dfsg-free target in debian/rules. debian/patches/0000755000000000000000000000000012232711220010605 5ustar debian/patches/series0000644000000000000000000000003012226726122012025 0ustar natively_packaged.patch debian/patches/natively_packaged.patch0000644000000000000000000000060012232711220015274 0ustar Description: Enable natively packaged mode. Author: Felix Geyer Forwarded: not-needed --- ruby-mizuho-0.9.19.orig/lib/mizuho.rb +++ ruby-mizuho-0.9.19/lib/mizuho.rb @@ -20,7 +20,7 @@ module Mizuho VERSION_STRING = "0.9.19" - NATIVELY_PACKAGED = false + NATIVELY_PACKAGED = true if NATIVELY_PACKAGED TEMPLATES_DIR = "/usr/share/mizuho/templates"