debian/0000755000000000000000000000000011563057750007177 5ustar debian/copyright0000644000000000000000000000261111563055256011131 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Pip Stuart Source: http://search.cpan.org/dist/Math-BaseCnv/ Name: Math-BaseCnv Files: * Copyright: Copyright: (c) 2003-2011, Pip Stuart License: GPL-3 Files: debian/* Copyright: 2009, Ryan Niebur 2010-2011, Salvatore Bonaccorso License: Artistic or GPL-1+ or GPL-3 License: GPL-3 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; version 3. . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3' License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016711406421375010226 0ustar version=3 http://search.cpan.org/dist/Math-BaseCnv/ .*/Math-BaseCnv-v?(\d[\d\w.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000161411563057420010576 0ustar Source: libmath-basecnv-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Salvatore Bonaccorso Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Math-BaseCnv/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-basecnv-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmath-basecnv-perl/ Package: libmath-basecnv-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: set of fast functions to convert between number bases Math::BaseCnv provides a few simple functions for converting between arbitrary number bases. It is as fast as the author currently knows how to make it (of course relying only on the lovely Perl). debian/changelog0000644000000000000000000000375511563057446011065 0ustar libmath-basecnv-perl (1.8.B59BrZX-1) unstable; urgency=low * New upstream release * Email change: Salvatore Bonaccorso -> carnil@debian.org * debian/copyright: - Update copyright years for debian/* packaging - Update copyright years for upstream - Explicitly point to GPL-1 license text in common-licenses. - Refer to Debian systems in general instead of only Debian GNU/Linux systems. * Bump Debhelper compat level to 8. - Use Build.PL by default. * debian/control: - Bump Build-Depends on debhelper to (>= 8). - Move perl from Build-Depends-Indep to Build-Depends. * Bump Standards-Version to 3.9.2. -- Salvatore Bonaccorso Fri, 13 May 2011 00:21:49 +0200 libmath-basecnv-perl (1.6.A6FGHKE-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * Update ryan52's email address [ Salvatore Bonaccorso ] * New upstream release. * Add myself to Uploaders. * debian/control: - Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). - Reorder (Build-)Depends(-Indep) fields. - Bump versioned Build-Depends on debhelper to (>= 7.0.50) to use override targets in debian/rules. - Drop libmodule-build-perl from Build-Depends. * Convert to '3.0 (quilt)' source package format. * Refresh debian/copyright to format-specification in revision 135 of DEP5 for machine-readable copyright files. Update debian/* packaging stanza. * Bump Standards-Version to 3.8.4 (no changes). * debian/rules: Add an override target to remove the bin/cnv script and remove empty directory. -- Salvatore Bonaccorso Thu, 17 Jun 2010 16:43:09 +0200 libmath-basecnv-perl (1.4.75O6Pbr-1) unstable; urgency=low * Initial Release. (Closes: #529395) -- Ryan Niebur Tue, 19 May 2009 00:41:48 -0700 debian/rules0000755000000000000000000000047511406432074010255 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install # remove bin/cnv, it's a simple 3 line script to # convert on command line rm $(TMP)/usr/bin/cnv rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/bin debian/source/0000755000000000000000000000000011563057750010477 5ustar debian/source/format0000644000000000000000000000001411406421375011677 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211563056310010364 0ustar 8