debian/0000755000000000000000000000000011704166307007173 5ustar debian/copyright0000644000000000000000000000234111666202405011123 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=173 Upstream-Name: imagetooth Upstream-Contact: Gastón Ramos Source: https://github.com/gramos/imagetooth Files: * Copyright: Copyright 2007 Gastón Ramos License: GPL-2+ Files: debian/* Copyright: Copyright 2011 Gastón Ramos License: GPL-2+ 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/compat0000644000000000000000000000000211666202405010366 0ustar 7 debian/control0000644000000000000000000000172411704166215010600 0ustar Source: imagetooth Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Gastón Ramos , DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.2), ruby-rspec, ruby-rmagick (>= 2.13.1~) Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-ruby-extras/imagetooth.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/imagetooth.git;a=summary Homepage: https://github.com/gramos/imagetooth XS-Ruby-Versions: all Package: imagetooth Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rmagick (>= 2.13.1~) Description: This library generates images of teeth for odontograms. This library generates images of teeth for odontograms with tooth faces painted in a color (red, green, blue, white or black for example). This is very useful for dental applications. debian/imagetooth.manpages0000644000000000000000000000002411666202405013041 0ustar debian/imagetooth.1 debian/changelog0000644000000000000000000000067211704166306011051 0ustar imagetooth (2.0.1-1.1) unstable; urgency=low * Non-maintainer upload. * debian/control - add "Build-Depends: ruby-rmagick (>= 2.13.1~)" (Closes: #655225) Thanks to Angel Abad -- Hideki Yamane Sat, 14 Jan 2012 11:46:39 +0900 imagetooth (2.0.1-1) unstable; urgency=low * Initial release (Closes: #650550) -- Gastón Ramos Thu, 1 Dec 2011 20:30:56 -0300 debian/imagetooth.docs0000644000000000000000000000002011666202405012172 0ustar README.markdown debian/watch0000644000000000000000000000015111666202405010216 0ustar version=2 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/imagetooth .*/imagetooth-(.*).tar.gz debian/source/0000755000000000000000000000000011666202405010470 5ustar debian/source/format0000644000000000000000000000001411666202405011676 0ustar 3.0 (quilt) debian/ruby-tests.rb0000644000000000000000000000007611666202405011641 0ustar require 'rspec' Dir['{spec}/**/*.rb'].each { |f| require f } debian/imagetooth.10000644000000000000000000000140111666202405011406 0ustar .TH imagetooth 1 .SH NAME imagetooth \- Paints the faces of the tooth .SH SYNOPSIS .B imagetooth [options] .SH DESCRIPTION .B imagetooth ImageTooth paints the faces of the tooth. The tooth's filename represents the faces painted. .SH OPTIONS The filename's characters are: .TP .BR w White .TP .BR g Green .TP .BR b Blue .TP .BR n Black .TP .BR r Red .TP .BR t To extract .TP .BR x Extracted .P And are ordered, begining on the upper face of the the tooth and moving clockwise ending on the center face. .SH EXAMPLE .B imagetooth --image wrrgw.png --folder ./ .SH AUTHOR This manual page was written by Gunnar Wolf for the Debian GNU/Linux system (but may be used by others. .PP Imagetooth itself was written by Gastón Ramos debian/rules0000755000000000000000000000070111666202405010246 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