debian/0000755000000000000000000000000012261020477007167 5ustar debian/ruby-test-files.yaml0000644000000000000000000000004412261020477013107 0ustar --- - test/test.rb - test/test2.rb debian/docs0000644000000000000000000000002212261020477010034 0ustar multibitnums.html debian/source/0000755000000000000000000000000012261020477010467 5ustar debian/source/format0000644000000000000000000000001412261020477011675 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212261020477010365 0ustar 8 debian/copyright0000644000000000000000000000370412261020477011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ruby-multibitnums Source: http://www.gfd-dennou.org/library/ruby/products/multibitnums/multibitnums.html Files: * Copyright: 2011 Takeshi Horinouchi GFD Dennou Club(http://www.gfd-dennou.org/ License: BSD-2-clause Files: debian/* Copyright: 2011 Youhei SASAKI License: BSD-2-clause License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY GFD DENNOU CLUB AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. . The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Takeshi Horinouchi and GFD Dennou Club. debian/changelog0000644000000000000000000000141612261020477011043 0ustar ruby-multibitnums (0.1.4-2) unstable; urgency=low * 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 [ Jonas Genannt ] * d/control: - removed transitional packages - umped standards version to 3.9.5 (no changes needed) - updated short discription of ruby-multibitnums-dbg * d/source.lintian-overrides removed * added doc-base registration -- Jonas Genannt Wed, 01 Jan 2014 14:49:49 +0100 ruby-multibitnums (0.1.4-1) unstable; urgency=low * Initial release (Closes: #615040) -- Youhei SASAKI Wed, 27 Jul 2011 15:41:10 +0900 debian/rules0000755000000000000000000000022312261020477010244 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ --buildsystem ruby --with ruby override_dh_strip: dh_strip --dbg-package=ruby-multibitnums-dbg debian/watch0000644000000000000000000000014212261020477010215 0ustar version=3 http://www.gfd-dennou.org/library/ruby/products/multibitnums/multibitnums-(.*)\.tar\.gz debian/ruby-multibitnums.doc-base0000644000000000000000000000046712261020477014310 0ustar Document: ruby-multibitnums Title: Documentation of Multibitnums for Ruby Author: Takeshi Horinouchi Abstract: API Documentation for Multibitnums for Ruby Section: Programming/Ruby Format: HTML Index: /usr/share/doc/ruby-multibitnums/multibitnums.html Files: /usr/share/doc/ruby-multibitnums/multibitnums.html debian/control0000644000000000000000000000307312261020477010575 0ustar Source: ruby-multibitnums Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI Build-Depends: debhelper (>= 8.0.0), gem2deb, ruby-narray Standards-Version: 3.9.5 Homepage: http://www.gfd-dennou.org/library/ruby/products/multibitnums/ Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-multibitnums.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-multibitnums.git;a=summary XS-Ruby-Versions: all Package: ruby-multibitnums Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-narray, ruby | ruby-interpreter Description: extension library for integers with arbitrary bit lengths Multibitnums is Ruby class library, handling multiple multi-bit data packed in a C string. The number of bits is fixed to an arbitrary value. For example, it can accommodate 11-bit integers. Package: ruby-multibitnums-dbg Section: debug Priority: extra Architecture: any Depends: ${misc:Depends}, ruby-multibitnums (=${binary:Version}) Description: extension library for integers with arbitrary bit lengths (debugging symbols) Multibitnums is Ruby class library, handling multiple multi-bit data packed in a C string. The number of bits is fixed to an arbitrary value. For example, it can accommodate 11-bit integers. . This package is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. Most people will not need this package.