!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME	Exuberant Ctags	//
!_TAG_PROGRAM_URL	http://ctags.sourceforge.net	/official site/
!_TAG_PROGRAM_VERSION	5.9~svn20110310	//
CommandFailed	lib/gem2deb.rb	/^  class CommandFailed < Exception$/;"	c	class:Gem2Deb
DESCRIPTION	debhelper7/Debian/Debhelper/Buildsystem/ruby.pm	/^sub DESCRIPTION {$/;"	s
DESCRIPTION	debhelper7/Debian/Debhelper/Buildsystem/rubysetuprb.pm	/^sub DESCRIPTION {$/;"	s
DH_RUBY_USE_DH_AUTO_INSTALL_DESTDIR	test/sample/simpleextension_dh_auto_install_destdir/debian/rules	/^export DH_RUBY_USE_DH_AUTO_INSTALL_DESTDIR=1$/;"	m
Debian::Debhelper::Buildsystem::ruby	debhelper7/Debian/Debhelper/Buildsystem/ruby.pm	/^package Debian::Debhelper::Buildsystem::ruby;$/;"	p
Debian::Debhelper::Buildsystem::rubysetuprb	debhelper7/Debian/Debhelper/Buildsystem/rubysetuprb.pm	/^package Debian::Debhelper::Buildsystem::rubysetuprb;$/;"	p
DebianRakefile	lib/gem2deb/test_runner.rb	/^    class DebianRakefile < TestRunner$/;"	c	class:Gem2Deb.TestRunner
DebianRubyFile	lib/gem2deb/test_runner.rb	/^    class DebianRubyFile < TestRunner$/;"	c	class:Gem2Deb.TestRunner
DhMakeRuby	lib/gem2deb/dh_make_ruby.rb	/^  class DhMakeRuby$/;"	c	class:Gem2Deb
DhMakeRubyIntegrationTest	test/integration/dh_make_ruby_integration_test.rb	/^class DhMakeRubyIntegrationTest < Gem2DebTestCase$/;"	c
DhMakeRubyTest	test/unit/dh_make_ruby_test.rb	/^class DhMakeRubyTest < Gem2DebTestCase$/;"	c
DhRuby	lib/gem2deb/dh_ruby.rb	/^  class DhRuby$/;"	c	class:Gem2Deb
DhRubyTest	test/unit/dh_ruby_test.rb	/^class DhRubyTest < Gem2DebTestCase$/;"	c
DontKnownHowToRunTests	lib/gem2deb/test_runner.rb	/^    class DontKnownHowToRunTests < TestRunner$/;"	c	class:Gem2Deb.TestRunner
ExtensionBuilder	lib/gem2deb/extension_builder.rb	/^  class ExtensionBuilder$/;"	c	class:Gem2Deb
ExtensionBuilderTest	test/unit/extension_builder_test.rb	/^class ExtensionBuilderTest < Gem2DebTestCase$/;"	c
FancyPackage	test/sample/Fancy_Package/lib/fancy_package.rb	/^class FancyPackage$/;"	c
Gem2Deb	lib/gem2deb.rb	/^module Gem2Deb$/;"	m
Gem2Deb	lib/gem2deb/dh_make_ruby.rb	/^module Gem2Deb$/;"	m
Gem2Deb	lib/gem2deb/dh_ruby.rb	/^module Gem2Deb$/;"	m
Gem2Deb	lib/gem2deb/extension_builder.rb	/^module Gem2Deb$/;"	m
Gem2Deb	lib/gem2deb/gem2tgz.rb	/^module Gem2Deb$/;"	m
Gem2Deb	lib/gem2deb/installer.rb	/^module Gem2Deb$/;"	m
Gem2Deb	lib/gem2deb/metadata.rb	/^module Gem2Deb$/;"	m
Gem2Deb	lib/gem2deb/rake/testtask.rb	/^module Gem2Deb$/;"	m
Gem2Deb	lib/gem2deb/setup_rb_installer.rb	/^module Gem2Deb$/;"	m
Gem2Deb	lib/gem2deb/test_runner.rb	/^module Gem2Deb$/;"	m
Gem2Deb	lib/gem2deb/version.rb	/^module Gem2Deb$/;"	m
Gem2DebTest	test/integration/gem2deb_test.rb	/^class Gem2DebTest < Gem2DebTestCase$/;"	c
Gem2DebTestCase	test/test_helper.rb	/^class Gem2DebTestCase$/;"	c
Gem2DebTestCase	test/test_helper/samples.rb	/^class Gem2DebTestCase$/;"	c
Gem2Tgz	lib/gem2deb/gem2tgz.rb	/^  class Gem2Tgz$/;"	c	class:Gem2Deb
Gem2TgzTest	test/unit/gem2tgz_test.rb	/^class Gem2TgzTest < Gem2DebTestCase$/;"	c
Init_baz	test/sample/multibinary/baz/ext/baz/baz.c	/^void Init_baz() {$/;"	f
Init_name_clash	test/sample/name_clash_multiple/ext/name_clash.c	/^void Init_name_clash() {$/;"	f
Init_simpleesetuprb	test/sample/simplesetuprb/ext/simplesetuprb/simplesetuprb.c	/^void Init_simpleesetuprb() {$/;"	f
Init_simpleextension	test/sample/simpleextension/ext/simpleextension/simpleextension.c	/^void Init_simpleextension() {$/;"	f
Init_simpleextension	test/sample/simpleextension_dh_auto_install_destdir/ext/simpleextension_dh_auto_install_destdir/simpleextension_dh_auto_install_destdir.c	/^void Init_simpleextension() {$/;"	f
Init_simpleextension_in_root	test/sample/simpleextension_in_root/simpleextension_in_root.c	/^void Init_simpleextension_in_root() {$/;"	f
Init_simpleextension_with_name_clash	test/sample/simpleextension_with_name_clash/ext/simpleextension_with_name_clash.c	/^void Init_simpleextension_with_name_clash() {$/;"	f
Init_simplemixed	test/sample/simplemixed/ext/simplemixed/simplemixed.c	/^void Init_simplemixed() {$/;"	f
Installer	lib/gem2deb/installer.rb	/^  class Installer$/;"	c	class:Gem2Deb
InstallerTest	test/unit/installer_test.rb	/^class InstallerTest < Gem2DebTestCase$/;"	c
MetaDataTest	test/unit/metadata_test.rb	/^class MetaDataTest < Gem2DebTestCase$/;"	c
Metadata	lib/gem2deb/metadata.rb	/^  class Metadata$/;"	c	class:Gem2Deb
MyPackageTest	bin/dh_ruby	/^  class MyPackageTest < Test::Unit::TestCase$/;"	c
NO_PKG_MANGLE	debian/rules	/^	NO_PKG_MANGLE=1 ruby1.9.1 -S rake test TESTOPTS=-v$/;"	m
NO_PKG_MANGLE	debian/rules	/^	NO_PKG_MANGLE=1 ruby2.0   -S rake test TESTOPTS=-v$/;"	m
NameClash	test/sample/name_clash_multiple/lib/name_clash.rb	/^module NameClash$/;"	m
Package	lib/gem2deb/dh_make_ruby.rb	/^    class Package$/;"	c	class:Gem2Deb.DhMakeRuby
Rake	lib/gem2deb/rake/testtask.rb	/^  module Rake$/;"	m	class:Gem2Deb
RequireRubygemsFound	lib/gem2deb/installer.rb	/^    class RequireRubygemsFound < Exception; end$/;"	c	class:Gem2Deb.Installer
Samples	test/test_helper/samples.rb	/^  module Samples$/;"	m	class:Gem2DebTestCase
SecureCodeTest	test/unit/secure_code_test.rb	/^class SecureCodeTest < Gem2DebTestCase$/;"	c
SetupRbInstaller	lib/gem2deb/setup_rb_installer.rb	/^  class SetupRbInstaller < Installer$/;"	c	class:Gem2Deb
SetupRbInstallerTest	test/unit/setup_rb_installer_test.rb	/^class SetupRbInstallerTest < Gem2DebTestCase$/;"	c
SimpleExtensionTest	test/sample/simpleextension/test/test_simpleextension.rb	/^class SimpleExtensionTest < Test::Unit::TestCase$/;"	c
SimpleExtensionTest	test/sample/simpleextension_dh_auto_install_destdir/test/test_simpleextension.rb	/^class SimpleExtensionTest < Test::Unit::TestCase$/;"	c
SimpleExtensionWithNameClash	test/sample/simpleextension_with_name_clash/lib/simpleextension_with_name_clash.rb	/^module SimpleExtensionWithNameClash$/;"	m
SimpleExtensionWithNameClashTest	test/sample/simpleextension_with_name_clash/test/simpleextension_with_name_clash_test.rb	/^class SimpleExtensionWithNameClashTest < Test::Unit::TestCase$/;"	c
SimpleSetuprb	test/sample/simplesetuprb/pre-install.rb	/^module SimpleSetuprb$/;"	m
SimpleSetuprbTest	test/sample/simplesetuprb/test/test_simplesetuprb.rb	/^class SimpleSetuprbTest < Test::Unit::TestCase$/;"	c
Simplegit	test/sample/simplegit/lib/simplegit.rb	/^module Simplegit$/;"	m
Simplegit	test/sample/simplegit/lib/simplegit/version.rb	/^module Simplegit$/;"	m
Template	lib/gem2deb/dh_make_ruby.rb	/^    class Template$/;"	c	class:Gem2Deb.DhMakeRuby
TestRunner	lib/gem2deb/test_runner.rb	/^  class TestRunner$/;"	c	class:Gem2Deb
TestRunnerTest	test/unit/test_runner_test.rb	/^class TestRunnerTest < Gem2DebTestCase$/;"	c
TestTask	lib/gem2deb/rake/testtask.rb	/^    class TestTask < ::Rake::TestTask$/;"	c	class:Gem2Deb.Rake
TestTest	test/sample/test_runner/rake/fail/test/test.rb	/^class TestTest < Test::Unit::TestCase$/;"	c
TestTest	test/sample/test_runner/rake/pass/test/test.rb	/^class TestTest < Test::Unit::TestCase$/;"	c
TestTest	test/sample/test_runner/yaml/fail/test/test.rb	/^class TestTest < Test::Unit::TestCase$/;"	c
TestTest	test/sample/test_runner/yaml/pass/test/test.rb	/^class TestTest < Test::Unit::TestCase$/;"	c
TestsListedInMetadata	lib/gem2deb/test_runner.rb	/^    class TestsListedInMetadata < TestRunner$/;"	c	class:Gem2Deb.TestRunner
_format_cmdline	lib/gem2deb.rb	/^  def _format_cmdline(argv)$/;"	f	class:Gem2Deb
activate?	lib/gem2deb/test_runner.rb	/^    def activate?$/;"	f	class:Gem2Deb.TestRunner
all_extensions	lib/gem2deb/extension_builder.rb	/^    def self.all_extensions(root)$/;"	F	class:Gem2Deb.ExtensionBuilder
all_ruby_versions_supported?	lib/gem2deb/installer.rb	/^    def all_ruby_versions_supported?$/;"	f	class:Gem2Deb
assert_contained_in_tarball	test/test_helper.rb	/^  def assert_contained_in_tarball(tarball, file)$/;"	f
assert_file_exists	test/test_helper.rb	/^  def assert_file_exists(path)$/;"	f
assert_installed	test/test_helper.rb	/^  def assert_installed(gem_dirname, package, path, convert_gem_name = true)$/;"	f
assert_no_file_exists	test/test_helper.rb	/^  def assert_no_file_exists(path)$/;"	f
assert_not_contained_in_tarball	test/test_helper.rb	/^  def assert_not_contained_in_tarball(tarball, file)$/;"	f
atomic_rewrite	lib/gem2deb/installer.rb	/^    def atomic_rewrite(path, &block)$/;"	f	class:Gem2Deb
bindir	lib/gem2deb/installer.rb	/^    def bindir$/;"	f	class:Gem2Deb
build	debhelper7/Debian/Debhelper/Buildsystem/ruby.pm	/^sub build {$/;"	s
build	debhelper7/Debian/Debhelper/Buildsystem/rubysetuprb.pm	/^sub build {$/;"	s
build	lib/gem2deb/dh_make_ruby.rb	/^    def build$/;"	f	class:Gem2Deb.DhMakeRuby
build	lib/gem2deb/dh_ruby.rb	/^    def build$/;"	f	class:Gem2Deb.DhRuby
build	test/integration/gem2deb_test.rb	/^  def self.build(gem)$/;"	F	class:Gem2DebTest
build	test/unit/dh_ruby_test.rb	/^  def self.build(gem, source_package)$/;"	F
build	test/unit/setup_rb_installer_test.rb	/^  def self.build(pkgname, source_package)$/;"	F
build_all_extensions	lib/gem2deb/extension_builder.rb	/^    def self.build_all_extensions(root, destdir)$/;"	F	class:Gem2Deb.ExtensionBuilder
build_and_install	lib/gem2deb/extension_builder.rb	/^    def build_and_install(destdir)$/;"	f	class:Gem2Deb.ExtensionBuilder
build_in_directory	lib/gem2deb/dh_make_ruby.rb	/^    def build_in_directory(directory)$/;"	f	class:Gem2Deb.DhMakeRuby
build_package	test/unit/dh_ruby_test.rb	/^  def self.build_package(directory)$/;"	F
build_tree	test/integration/gem2deb_test.rb	/^  def self.build_tree(directory)$/;"	F
buildpackage	lib/gem2deb/dh_make_ruby.rb	/^    def buildpackage(source_only = false, check_build_deps = true)$/;"	f	class:Gem2Deb.DhMakeRuby
check_auto_buildable	debhelper7/Debian/Debhelper/Buildsystem/ruby.pm	/^sub check_auto_buildable {$/;"	s
check_auto_buildable	debhelper7/Debian/Debhelper/Buildsystem/rubysetuprb.pm	/^sub check_auto_buildable {$/;"	s
check_rubygems	lib/gem2deb/dh_ruby.rb	/^    def check_rubygems(installer)$/;"	f	class:Gem2Deb.DhRuby
check_rubygems	lib/gem2deb/installer.rb	/^    def check_rubygems$/;"	f	class:Gem2Deb
clean	debhelper7/Debian/Debhelper/Buildsystem/ruby.pm	/^sub clean {$/;"	s
clean	debhelper7/Debian/Debhelper/Buildsystem/rubysetuprb.pm	/^sub clean {$/;"	s
clean	lib/gem2deb/dh_ruby.rb	/^    def clean$/;"	f	class:Gem2Deb.DhRuby
clean	lib/gem2deb/extension_builder.rb	/^    def clean$/;"	f	class:Gem2Deb.ExtensionBuilder
cleanup	lib/gem2deb/gem2tgz.rb	/^    def cleanup$/;"	f	class:Gem2Deb.Gem2Tgz
configure	debhelper7/Debian/Debhelper/Buildsystem/ruby.pm	/^sub configure {$/;"	s
configure	debhelper7/Debian/Debhelper/Buildsystem/rubysetuprb.pm	/^sub configure {$/;"	s
configure	lib/gem2deb/dh_ruby.rb	/^    def configure$/;"	f	class:Gem2Deb.DhRuby
contents	test/test_helper.rb	/^  def contents(tarball)$/;"	f
convert	lib/gem2deb/gem2tgz.rb	/^    def self.convert!(gem, tarball = nil)$/;"	F	class:Gem2Deb.Gem2Tgz
convert!	lib/gem2deb/gem2tgz.rb	/^    def convert!$/;"	f	class:Gem2Deb.Gem2Tgz
create_debian_boilerplates	lib/gem2deb/dh_make_ruby.rb	/^    def create_debian_boilerplates$/;"	f	class:Gem2Deb.DhMakeRuby
create_orig_tarball	lib/gem2deb/dh_make_ruby.rb	/^    def create_orig_tarball$/;"	f	class:Gem2Deb.DhMakeRuby
create_resulting_tarball	lib/gem2deb/gem2tgz.rb	/^    def create_resulting_tarball$/;"	f	class:Gem2Deb.Gem2Tgz
create_target_dir	lib/gem2deb/gem2tgz.rb	/^    def create_target_dir$/;"	f	class:Gem2Deb.Gem2Tgz
debian_control	test/test_helper.rb	/^  def debian_control$/;"	f
define	lib/gem2deb/rake/testtask.rb	/^      def define$/;"	f	class:Gem2Deb.Rake.TestTask
dependencies	lib/gem2deb/dh_make_ruby.rb	/^      def dependencies$/;"	f	class:Gem2Deb.DhMakeRuby.Package
dependencies	lib/gem2deb/metadata.rb	/^    def dependencies$/;"	f	class:Gem2Deb.Metadata.native_extensions
destdir	lib/gem2deb/installer.rb	/^    def destdir(target, rubyver = nil)$/;"	f	class:Gem2Deb
destdir_base	lib/gem2deb/installer.rb	/^    def destdir_base$/;"	f	class:Gem2Deb
detect	lib/gem2deb/test_runner.rb	/^    def self.detect$/;"	F	class:Gem2Deb.TestRunner
detect_and_run	lib/gem2deb/test_runner.rb	/^    def self.detect_and_run$/;"	F	class:Gem2Deb.TestRunner
directory	lib/gem2deb/dh_make_ruby.rb	/^      def directory$/;"	f	class:Gem2Deb.DhMakeRuby.Template
exec	test/unit/test_runner_test.rb	/^              def runner.exec(*cmd)$/;"	F	class:should_succeed
extract	lib/gem2deb/dh_make_ruby.rb	/^    def extract$/;"	f	class:Gem2Deb.DhMakeRuby
extract_gem_contents	lib/gem2deb/gem2tgz.rb	/^    def extract_gem_contents$/;"	f	class:Gem2Deb.Gem2Tgz
extract_tgz_contents	lib/gem2deb/gem2tgz.rb	/^    def extract_tgz_contents$/;"	f	class:Gem2Deb.Gem2Tgz
file_handler	lib/gem2deb/installer.rb	/^    def file_handler$/;"	f	class:Gem2Deb
gem_dependencies	lib/gem2deb/dh_make_ruby.rb	/^      def gem_dependencies$/;"	f	class:Gem2Deb.DhMakeRuby.Package
gem_dirname	lib/gem2deb/dh_make_ruby.rb	/^    def gem_dirname$/;"	f	class:Gem2Deb.DhMakeRuby
gem_name_to_source_package_name	lib/gem2deb/dh_make_ruby.rb	/^    def gem_name_to_source_package_name(gem_name)$/;"	f	class:Gem2Deb.DhMakeRuby
generated_function	test/sample/simplesetuprb/pre-install.rb	/^  def self.generated_function$/;"	F	class:SimpleSetuprb
handle_test_failure	lib/gem2deb/dh_ruby.rb	/^    def handle_test_failure(test)$/;"	f	class:Gem2Deb.DhRuby
has_native_extensions?	lib/gem2deb/metadata.rb	/^    def has_native_extensions?$/;"	f	class:Gem2Deb.Metadata
homepage	lib/gem2deb/dh_make_ruby.rb	/^    def homepage$/;"	f	class:Gem2Deb.DhMakeRuby
homepage	lib/gem2deb/metadata.rb	/^    def homepage$/;"	f	class:Gem2Deb.Metadata.native_extensions
inherited	lib/gem2deb/test_runner.rb	/^    def self.inherited(subclass)$/;"	F	class:Gem2Deb.TestRunner
initialize	lib/gem2deb/dh_make_ruby.rb	/^      def initialize(filename)$/;"	f	class:Gem2Deb.DhMakeRuby.Template
initialize	lib/gem2deb/dh_make_ruby.rb	/^      def initialize(name, architecture = 'all')$/;"	f	class:Gem2Deb.DhMakeRuby.Package
initialize	lib/gem2deb/dh_make_ruby.rb	/^    def initialize(input, options = {})$/;"	f	class:Gem2Deb.DhMakeRuby
initialize	lib/gem2deb/dh_ruby.rb	/^    def initialize$/;"	f	class:Gem2Deb.DhRuby
initialize	lib/gem2deb/extension_builder.rb	/^    def initialize(extension)$/;"	f	class:Gem2Deb.ExtensionBuilder
initialize	lib/gem2deb/gem2tgz.rb	/^    def initialize(gem, tarball = nil)$/;"	f	class:Gem2Deb.Gem2Tgz
initialize	lib/gem2deb/installer.rb	/^    def initialize(binary_package, root, ruby_versions = SUPPORTED_RUBY_VERSIONS.keys)$/;"	f	class:Gem2Deb.Installer
initialize	lib/gem2deb/metadata.rb	/^    def initialize(root)$/;"	f	class:Gem2Deb.Metadata
initialize	lib/gem2deb/rake/testtask.rb	/^      def initialize$/;"	f	class:Gem2Deb.Rake.TestTask
initialize_binary_package	lib/gem2deb/dh_make_ruby.rb	/^    def initialize_binary_package$/;"	f	class:Gem2Deb.DhMakeRuby
initialize_from_directory	lib/gem2deb/dh_make_ruby.rb	/^    def initialize_from_directory(directory)$/;"	f	class:Gem2Deb.DhMakeRuby
initialize_from_options	lib/gem2deb/dh_make_ruby.rb	/^    def initialize_from_options(options)$/;"	f	class:Gem2Deb.DhMakeRuby
initialize_from_tarball	lib/gem2deb/dh_make_ruby.rb	/^    def initialize_from_tarball(tarball)$/;"	f	class:Gem2Deb.DhMakeRuby
install	debhelper7/Debian/Debhelper/Buildsystem/ruby.pm	/^sub install {$/;"	s
install	debhelper7/Debian/Debhelper/Buildsystem/rubysetuprb.pm	/^sub install {$/;"	s
install	lib/gem2deb/dh_ruby.rb	/^    def install(argv)$/;"	f	class:Gem2Deb.DhRuby
install_changelog	lib/gem2deb/installer.rb	/^    def install_changelog$/;"	f	class:Gem2Deb
install_files	lib/gem2deb/installer.rb	/^    def install_files(src, dest, mode)$/;"	f	class:Gem2Deb
install_files_and_build_extensions	lib/gem2deb/installer.rb	/^    def install_files_and_build_extensions$/;"	f	class:Gem2Deb.Installer
install_files_and_build_extensions	lib/gem2deb/setup_rb_installer.rb	/^    def install_files_and_build_extensions$/;"	f	class:Gem2Deb.SetupRbInstaller
install_gemspec	lib/gem2deb/installer.rb	/^    def install_gemspec$/;"	f	class:Gem2Deb
install_substvars	lib/gem2deb/installer.rb	/^    def install_substvars$/;"	f	class:Gem2Deb.Installer
installed_file_path	test/test_helper.rb	/^  def installed_file_path(gem_dirname, package, path, convert_gem_name = true)$/;"	f
installed_ruby_files	lib/gem2deb/installer.rb	/^    def installed_ruby_files$/;"	f	class:Gem2Deb
installers	lib/gem2deb/dh_ruby.rb	/^    def installers$/;"	f	class:Gem2Deb.DhRuby
instance	test/unit/gem2tgz_test.rb	/^  def instance$/;"	f
libdir	lib/gem2deb/installer.rb	/^    def libdir$/;"	f	class:Gem2Deb
load_all	lib/gem2deb/dh_make_ruby.rb	/^      def self.load_all$/;"	F	class:Gem2Deb.DhMakeRuby.Template
load_gemspec	lib/gem2deb/metadata.rb	/^    def load_gemspec$/;"	f	class:Gem2Deb.Metadata.native_extensions
load_path	lib/gem2deb/test_runner.rb	/^    def load_path$/;"	f	class:Gem2Deb.TestRunner
long_description	lib/gem2deb/dh_make_ruby.rb	/^    def long_description$/;"	f	class:Gem2Deb.DhMakeRuby
long_description	lib/gem2deb/metadata.rb	/^    def long_description$/;"	f	class:Gem2Deb.Metadata.native_extensions
maintainer	lib/gem2deb/dh_make_ruby.rb	/^    def maintainer$/;"	f	class:Gem2Deb.DhMakeRuby
method_answer42	test/sample/multibinary/baz/ext/baz/baz.c	/^VALUE method_answer42(VALUE module, VALUE self) {$/;"	f
method_answer42	test/sample/name_clash_multiple/ext/name_clash.c	/^VALUE method_answer42(VALUE module, VALUE self) {$/;"	f
method_answer42	test/sample/simpleextension/ext/simpleextension/simpleextension.c	/^VALUE method_answer42(VALUE module, VALUE self) {$/;"	f
method_answer42	test/sample/simpleextension_dh_auto_install_destdir/ext/simpleextension_dh_auto_install_destdir/simpleextension_dh_auto_install_destdir.c	/^VALUE method_answer42(VALUE module, VALUE self) {$/;"	f
method_answer42	test/sample/simpleextension_with_name_clash/ext/simpleextension_with_name_clash.c	/^VALUE method_answer42(VALUE module, VALUE self) {$/;"	f
method_answer42	test/sample/simplesetuprb/ext/simplesetuprb/simplesetuprb.c	/^VALUE method_answer42(VALUE module, VALUE self) {$/;"	f
name	lib/gem2deb/metadata.rb	/^    def name$/;"	f	class:Gem2Deb.Metadata.native_extensions
native_extensions	lib/gem2deb/metadata.rb	/^    def native_extensions$/;"	f	class:Gem2Deb.Metadata
new	debhelper7/Debian/Debhelper/Buildsystem/ruby.pm	/^sub new {$/;"	s
new	debhelper7/Debian/Debhelper/Buildsystem/rubysetuprb.pm	/^sub new {$/;"	s
one_time_setup	test/test_helper.rb	/^    def one_time_setup(&block)$/;"	f	class:Gem2DebTestCase
one_time_setup!	test/test_helper.rb	/^    def one_time_setup!$/;"	f	class:Gem2DebTestCase
one_time_setup?	test/test_helper.rb	/^    def one_time_setup?$/;"	f	class:Gem2DebTestCase
one_time_setup_blocks	test/test_helper.rb	/^    def one_time_setup_blocks$/;"	f	class:Gem2DebTestCase
other_files	lib/gem2deb/dh_make_ruby.rb	/^    def other_files$/;"	f
packages	lib/gem2deb/dh_ruby.rb	/^    def packages$/;"	f	class:Gem2Deb.DhRuby
packages	test/unit/dh_make_ruby_test.rb	/^  def packages$/;"	f
read_installed_file	test/unit/dh_ruby_test.rb	/^  def read_installed_file(gem_dirname, package, path)$/;"	f
read_metadata	lib/gem2deb/dh_make_ruby.rb	/^    def read_metadata(directory)$/;"	f	class:Gem2Deb.DhMakeRuby
read_name_from	lib/gem2deb/metadata.rb	/^    def read_name_from(directory)$/;"	f	class:Gem2Deb.Metadata.native_extensions
read_upstream_source_info	lib/gem2deb/dh_make_ruby.rb	/^    def read_upstream_source_info$/;"	f	class:Gem2Deb.DhMakeRuby
read_version_from	lib/gem2deb/metadata.rb	/^    def read_version_from(directory)$/;"	f	class:Gem2Deb.Metadata.native_extensions
readlines	lib/gem2deb/installer.rb	/^    def readlines(filename)$/;"	f	class:Gem2Deb
remove_duplicate_files	lib/gem2deb/installer.rb	/^    def remove_duplicate_files(src, dst)$/;"	f	class:Gem2Deb
required_file	lib/gem2deb/test_runner.rb	/^      def required_file$/;"	f	class:Gem2Deb.TestRunner.DebianRakefile
required_file	lib/gem2deb/test_runner.rb	/^      def required_file$/;"	f	class:Gem2Deb.TestRunner.DebianRubyFile
required_file	lib/gem2deb/test_runner.rb	/^      def required_file$/;"	f	class:Gem2Deb.TestRunner.DontKnownHowToRunTests
required_file	lib/gem2deb/test_runner.rb	/^      def required_file$/;"	f	class:Gem2Deb.TestRunner.TestsListedInMetadata
required_file	lib/gem2deb/test_runner.rb	/^    def required_file$/;"	f	class:Gem2Deb.TestRunner
rewrite_shebangs	lib/gem2deb/installer.rb	/^    def rewrite_shebangs(ruby_binary)$/;"	f	class:Gem2Deb
ruby_binary	lib/gem2deb/test_runner.rb	/^    def ruby_binary$/;"	f	class:Gem2Deb.TestRunner
ruby_versions	lib/gem2deb/dh_ruby.rb	/^    def ruby_versions$/;"	f	class:Gem2Deb.DhRuby
rubyver	lib/gem2deb/test_runner.rb	/^    def rubyver$/;"	f	class:Gem2Deb.TestRunner
run	lib/gem2deb.rb	/^  def run(*argv)$/;"	f	class:Gem2Deb
run_command	test/test_helper.rb	/^  def run_command(cmd)$/;"	f
run_command	test/test_helper.rb	/^  def self.run_command(cmd)$/;"	F
run_make_clean_on_extensions	lib/gem2deb/installer.rb	/^    def run_make_clean_on_extensions$/;"	f	class:Gem2Deb
run_make_clean_on_extensionss	lib/gem2deb/setup_rb_installer.rb	/^    def run_make_clean_on_extensionss$/;"	f	class:Gem2Deb.SetupRbInstaller
run_ruby	lib/gem2deb/test_runner.rb	/^    def run_ruby(*cmd)$/;"	f	class:Gem2Deb.TestRunner
run_tests	lib/gem2deb/dh_ruby.rb	/^    def run_tests$/;"	f	class:Gem2Deb.DhRuby
run_tests	lib/gem2deb/test_runner.rb	/^      def run_tests$/;"	f	class:Gem2Deb.TestRunner.DebianRakefile
run_tests	lib/gem2deb/test_runner.rb	/^      def run_tests$/;"	f	class:Gem2Deb.TestRunner.DebianRubyFile
run_tests	lib/gem2deb/test_runner.rb	/^      def run_tests$/;"	f	class:Gem2Deb.TestRunner.DontKnownHowToRunTests
run_tests	lib/gem2deb/test_runner.rb	/^      def run_tests$/;"	f	class:Gem2Deb.TestRunner.TestsListedInMetadata
run_tests	lib/gem2deb/test_runner.rb	/^    def run_tests$/;"	f	class:Gem2Deb.TestRunner
run_tests_for_version	lib/gem2deb/dh_ruby.rb	/^    def run_tests_for_version(rubyver)$/;"	f	class:Gem2Deb.DhRuby
setup	test/test_helper.rb	/^  def setup$/;"	f
setup	test/unit/metadata_test.rb	/^  def setup$/;"	f
setup_cleanup	test/test_helper.rb	/^    def setup_cleanup$/;"	f	class:Gem2DebTestCase
short_description	lib/gem2deb/dh_make_ruby.rb	/^    def short_description$/;"	f	class:Gem2Deb.DhMakeRuby
short_description	lib/gem2deb/metadata.rb	/^    def short_description$/;"	f	class:Gem2Deb.Metadata.native_extensions
should_detect_test_runner	test/unit/test_runner_test.rb	/^  def self.should_detect_test_runner(dir)$/;"	F	class:TestRunnerTest
should_fail_tests	test/unit/test_runner_test.rb	/^  def self.should_fail_tests(dir)$/;"	F	class:TestRunnerTest
should_pass_tests	test/unit/test_runner_test.rb	/^  def self.should_pass_tests(dir)$/;"	F	class:TestRunnerTest
should_succeed	test/unit/test_runner_test.rb	/^  def self.should_succeed(dir, true_or_false)$/;"	F
silence_stream	test/test_helper.rb	/^  def self.silence_stream(stream)$/;"	F
skip_checks?	lib/gem2deb/dh_ruby.rb	/^    def skip_checks?$/;"	f	class:Gem2Deb.DhRuby
source_dirname	lib/gem2deb/dh_make_ruby.rb	/^    def source_dirname$/;"	f	class:Gem2Deb.DhMakeRuby
source_package_name=	lib/gem2deb/dh_make_ruby.rb	/^    def source_package_name=(value)$/;"	f	class:Gem2Deb.DhMakeRuby
subclasses	lib/gem2deb/test_runner.rb	/^    def self.subclasses$/;"	F	class:Gem2Deb.TestRunner
supported_ruby_versions	lib/gem2deb/installer.rb	/^    def supported_ruby_versions$/;"	f	class:Gem2Deb
teardown	test/unit/metadata_test.rb	/^  def teardown$/;"	f
templates	lib/gem2deb/dh_make_ruby.rb	/^    def templates$/;"	f	class:Gem2Deb.DhMakeRuby
test	debhelper7/Debian/Debhelper/Buildsystem/ruby.pm	/^sub test {$/;"	s
test	debhelper7/Debian/Debhelper/Buildsystem/rubysetuprb.pm	/^sub test {$/;"	s
test	lib/gem2deb/dh_ruby.rb	/^    def test$/;"	f	class:Gem2Deb.DhRuby
test_answer	test/sample/simpleextension/test/test_simpleextension.rb	/^  def test_answer$/;"	f	class:SimpleExtensionTest
test_answer	test/sample/simpleextension_dh_auto_install_destdir/test/test_simpleextension.rb	/^  def test_answer$/;"	f	class:SimpleExtensionTest
test_answer	test/sample/simplesetuprb/test/test_simplesetuprb.rb	/^  def test_answer$/;"	f	class:SimpleSetuprbTest
test_const	test/sample/simpleextension/test/test_simpleextension.rb	/^  def test_const$/;"	f	class:SimpleExtensionTest
test_const	test/sample/simpleextension_dh_auto_install_destdir/test/test_simpleextension.rb	/^  def test_const$/;"	f	class:SimpleExtensionTest
test_const	test/sample/simplesetuprb/test/test_simplesetuprb.rb	/^  def test_const$/;"	f	class:SimpleSetuprbTest
test_features	bin/dh_ruby	/^    def test_features$/;"	f	class:MyPackageTest
test_files	lib/gem2deb/metadata.rb	/^    def test_files$/;"	f	class:Gem2Deb.Metadata.native_extensions
test_generated	test/sample/simplesetuprb/test/test_simplesetuprb.rb	/^  def test_generated$/;"	f	class:SimpleSetuprbTest
test_simple	test/sample/simpleextension_with_name_clash/test/simpleextension_with_name_clash_test.rb	/^  def test_simple$/;"	f	class:SimpleExtensionWithNameClashTest
test_suite	lib/gem2deb/dh_make_ruby.rb	/^    def test_suite$/;"	f	class:Gem2Deb.DhMakeRuby
test_test	test/sample/test_runner/rake/fail/test/test.rb	/^  def test_test$/;"	f	class:TestTest
test_test	test/sample/test_runner/rake/pass/test/test.rb	/^  def test_test$/;"	f	class:TestTest
test_test	test/sample/test_runner/yaml/fail/test/test.rb	/^  def test_test$/;"	f	class:TestTest
test_test	test/sample/test_runner/yaml/pass/test/test.rb	/^  def test_test$/;"	f	class:TestTest
tmpdir	test/test_helper.rb	/^    def tmpdir$/;"	f	class:Gem2DebTestCase
tmpdir	test/test_helper.rb	/^  def tmpdir$/;"	f
unpack	test/test_helper.rb	/^  def unpack(tarball)$/;"	f
update_shebangs	lib/gem2deb/installer.rb	/^    def update_shebangs$/;"	f	class:Gem2Deb.Installer
version	lib/gem2deb/metadata.rb	/^    def version$/;"	f	class:Gem2Deb.Metadata.native_extensions
