debian/0000755000000000000000000000000012153407173007171 5ustar debian/rules0000755000000000000000000000300612153407173010250 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2010, Jonas Smedegaard # Description: Main Debian packaging script for NetSDS::Util # # 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, 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 program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-build.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = NetSDS-Util #DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/NetSDS DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/R/RA/RATTLER DEB_UPSTREAM_TARBALL_MD5 = 510d0868b770e74ba8e5ff6389a69bd8 # Needed both by upstream build process and at runtime common-depends = libossp-uuid-perl, libfile-mmagic-perl, libwww-perl, libspreadsheet-read-perl, liburi-perl CDBS_BUILD_DEPENDS += , $(common-depends) CDBS_DEPENDS = $(common-depends) # Needed by upstream tests CDBS_BUILD_DEPENDS += , libtest-pod-perl, libtest-pod-coverage-perl debian/control0000644000000000000000000000250412153407173010575 0ustar Source: libnetsds-util-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, libossp-uuid-perl, libfile-mmagic-perl, libwww-perl, libspreadsheet-read-perl, liburi-perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.2 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libnetsds-util-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libnetsds-util-perl.git Homepage: http://search.cpan.org/dist/NetSDS-Util/ Package: libnetsds-util-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: Service Delivery Suite framework - supplementary packages NetSDS::Util modules contains functions useful for everyday tasks. . * NetSDS::Util::Convert - data format conversions * NetSDS::Util::DateTime - processing date and time * NetSDS::Util::File - work with files and catalogs * NetSDS::Util::Spreadsheet - processing spreadsheet files * NetSDS::Util::Misc - miscelaneous routines * NetSDS::Util::String - text and binary strings processing * NetSDS::Util::Struct - data structures conversion * NetSDS::Util::Translit - transliteration * NetSDS::Util::Types - work with data types debian/README.source0000644000000000000000000000056312153407173011354 0ustar CDBS+git-buildpackage --------------------- This source package uses CDBS and git-buildpackage. NMUs need not (but are encouraged to) make special use of these tools. In particular, the debian/control.in file can be completely ignored. More info here: http://wiki.debian.org/CDBS+git-buildpackage -- Jonas Smedegaard Mon, 18 Feb 2013 12:55:37 +0100 debian/gbp.conf0000644000000000000000000000014612153407173010611 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/source/0000755000000000000000000000000012153407173010471 5ustar debian/source/format0000644000000000000000000000001412153407173011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000373712153407173011055 0ustar libnetsds-util-perl (1.044-3) unstable; urgency=low * Team upload. [ Jonas Smedegaard ] * Fix (build-)depend on libossp-uuid-perl (not virtual libdata-uuid-perl). * Update package relations: + Drop (build-)dependencies on libmodule-build-perl, libfile-path-perl, libfile-spec-perl or libtime-local-perl: Provided by perl(-modules) even in oldstable. + Relax to (build-)depend unversioned on cdbs, debhelper and devscripts: Needed version satisfied in stable, and oldstable no longer supported. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) [ Xavier Guimard ] * Add "Files: *" to remove missing-license-text-in-dep5-copyright warning [ Jonas Smedegaard ] * Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details. [ gregor herrmann ] * Add patch to fix a POD error, which causes a test failure in Perl 5.18. (Closes: #710958) -- gregor herrmann Tue, 04 Jun 2013 17:56:57 +0200 libnetsds-util-perl (1.044-2) unstable; urgency=low * Update copyright file: new owner (still GPL-2+). * Improve package relations: + Favor (build-)depending on recent perl providing same packages: - libfile-path-perl - libfile-spec-perl - libtime-local-perl * Improve package relations: + Stop declaring package part of core Perl (even in oldstable): - libfile-temp-perl * Update copyright file: + Adjust to draft 174 of DEP-5 format. + Rewrap at 72 chars. + Fix refer to versioned GPL license. + Rephrase GPL comment slightly. * Update control file: + Bump policy compliance to standards-version 3.9.2. + Shorten Vcs-* fields. -- Jonas Smedegaard Sat, 27 Aug 2011 17:23:01 +0200 libnetsds-util-perl (1.044-1) unstable; urgency=low * Initial release. Closes: bug#579477. -- Jonas Smedegaard Wed, 28 Apr 2010 00:09:56 +0200 debian/compat0000644000000000000000000000000212153407173010367 0ustar 6 debian/patches/0000755000000000000000000000000012153407173010620 5ustar debian/patches/series0000644000000000000000000000001612153407173012032 0ustar fix-pod.patch debian/patches/fix-pod.patch0000644000000000000000000000107712153407173013214 0ustar Description: fix POD, causes a test failure in perl 5.18 Origin: vendor Bug-Debian: http://bugs.debian.org/710958 Bug: https://rt.cpan.org/Ticket/Display.html?id=85853 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85853 Author: gregor herrmann Last-Update: 2013-06-04 --- a/lib/NetSDS/Util/FileImport.pm +++ b/lib/NetSDS/Util/FileImport.pm @@ -49,6 +49,8 @@ Returns a structure like this [ { last_name => undef, first_name => yana, ... }, { last_name => kornienko, first_name => test, ... } .. ] +=back + =cut sub import_table($;$$) { debian/copyright0000644000000000000000000000224112153407173011123 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: NetSDS::Util Upstream-Contact: Michael Bochkaryov Source: http://search.cpan.org/dist/NetSDS-Util/ Files: * Copyright: 2008-2009, Net Style Ltd License: GPL-2+ Files: ./lib/NetSDS/Util.pm Copyright: 2008-2009, Michael Bochkaryov License: GPL-2+ Files: debian/* Copyright: 2010, Jonas Smedegaard 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, 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. Comment: On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/copyright_hints0000644000000000000000000000151512153407173012333 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Build.PL Changes MANIFEST META.yml Makefile.PL debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch lib/NetSDS/Util/Convert.pm lib/NetSDS/Util/DateTime.pm lib/NetSDS/Util/File.pm lib/NetSDS/Util/FileImport.pm lib/NetSDS/Util/Misc.pm lib/NetSDS/Util/String.pm lib/NetSDS/Util/Struct.pm lib/NetSDS/Util/Translit.pm lib/NetSDS/Util/Types.pm t/01_load.t t/02_pod.t t/03_pod_coverage.t Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2010, Jonas Smedegaard License: GPL FIXME Files: lib/NetSDS/Util.pm Copyright: 2008-2009, Michael Bochkaryov License: GPL-2+ FIXME debian/control.in0000644000000000000000000000220312153407173011176 0ustar Source: libnetsds-util-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libnetsds-util-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libnetsds-util-perl.git Homepage: http://search.cpan.org/dist/NetSDS-Util/ Package: libnetsds-util-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: Service Delivery Suite framework - supplementary packages NetSDS::Util modules contains functions useful for everyday tasks. . * NetSDS::Util::Convert - data format conversions * NetSDS::Util::DateTime - processing date and time * NetSDS::Util::File - work with files and catalogs * NetSDS::Util::Spreadsheet - processing spreadsheet files * NetSDS::Util::Misc - miscelaneous routines * NetSDS::Util::String - text and binary strings processing * NetSDS::Util::Struct - data structures conversion * NetSDS::Util::Translit - transliteration * NetSDS::Util::Types - work with data types debian/watch0000644000000000000000000000024112153407173010217 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/NetSDS-Util/ .*/NetSDS-Util-(\d[\d.]+)\.tar\.gz debian