debian/0000755000000000000000000000000012263640145007171 5ustar debian/patches/0000755000000000000000000000000012263637075010630 5ustar debian/patches/series0000644000000000000000000000003012263637075012036 0ustar nobody-vs-nologin.patch debian/patches/nobody-vs-nologin.patch0000644000000000000000000000136412263637075015240 0ustar Description: Use "su -s /bin/sh nobody" to cope with the change of nobody's shell in base-passwd 3.5.30. Author: Colin Watson Bug-Debian: http://bugs.debian.org/734710 Index: libsys-hostname-long-perl/lib/Sys/Hostname/Long.pm =================================================================== --- libsys-hostname-long-perl.orig/lib/Sys/Hostname/Long.pm 2014-01-10 01:11:28.759504943 +0100 +++ libsys-hostname-long-perl/lib/Sys/Hostname/Long.pm 2014-01-10 01:15:34.340185522 +0100 @@ -75,7 +75,7 @@ # Skip for Solaris, and only run as non-root my $tmp; if ($< == 0) { - $tmp = `su nobody -c "hostname --fqdn"`; + $tmp = `su -s /bin/sh nobody -c "hostname --fqdn"`; } else { $tmp = `hostname --fqdn`; } debian/compat0000644000000000000000000000000212263637415010375 0ustar 9 debian/watch0000644000000000000000000000017312263637075010233 0ustar version=3 https://metacpan.org/release/Sys-Hostname-Long .*/Sys-Hostname-Long-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/changelog0000644000000000000000000000560012263640145011044 0ustar libsys-hostname-long-perl (1.4-3) unstable; urgency=medium * Team upload [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Fabrizio Regalli ] * Bump to 3.9.2 Standard-Version. * Switch to DEP5 license format. * Add myself to Uploaders. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Bump to 3.0 quilt format. * Email change: gregor herrmann -> gregoa@debian.org [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" * Use "su -s /bin/sh nobody" to cope with the change of nobody's shell in base-passwd 3.5.30. (Closes: #734710) Patch by Colin Watson. * Apply wrap-and-sort * Bump debhelper compatibility to 9 + Gets rid of the dh_pysupport deprecation warning + Update versioned debhelper build-dependency accordingly * Bump Standard-Version to 3.9.5 (no changes) -- Axel Beckert Fri, 10 Jan 2014 01:34:09 +0100 libsys-hostname-long-perl (1.4-2) unstable; urgency=low * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/watch: use dist-based URL. * debian/rules: - delete /usr/lib/perl5 only if it exists (closes: #467967) - update based on dh-make-perl's templates - don't install almost empty README any more - don't install testall.pl into /usr/share/perl5/ but as an example - activate test suite * Set Standards-Version to 3.7.3 (no changes). * Set debhelper compatibility level to 5. * Add /me to Uploaders. * debian/copyright: add specific download URL and actual copyright notice. -- gregor herrmann Wed, 12 Mar 2008 20:25:12 +0100 libsys-hostname-long-perl (1.4-1) unstable; urgency=low * New upstream release, taking package for Debian Perl Group (closes: #357088) * debian/watch - added * debian/control - - Maintainer: changed to Debian Perl Group - Uploaders: added me - Standards-Version: increased to 3.6.2 -- Krzysztof Krzyzaniak (eloy) Wed, 15 Mar 2006 18:37:22 +0100 libsys-hostname-long-perl (1.2-1) unstable; urgency=low * New upstream release. -- Chip Salzenberg Tue, 8 Mar 2005 12:20:03 -0500 libsys-hostname-long-perl (1.0-1) unstable; urgency=low * Initial Release. -- Chip Salzenberg Thu, 11 Mar 2004 14:27:23 -0500 debian/copyright0000644000000000000000000000227012263637214011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Sys-Hostname-Long Upstream-Contact: Scott Penrose Source: https://metacpan.org/release/Sys-Hostname-Long/ Files: * Copyright: 2001, Scott Penrose License: Artistic or GPL-1+ Files: debian/* Copyright: 2004, 2005, Chip Salzenberg 2006, Krzysztof Krzyzaniak (eloy) 2008, gregor herrmann 2011, Fabrizio Regalli License: Artistic or GPL-1+ 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/libsys-hostname-long-perl.examples0000644000000000000000000000001312207660442015741 0ustar testall.pl debian/control0000644000000000000000000000210512263637513010577 0ustar Source: libsys-hostname-long-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9~) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyzaniak (eloy) , gregor herrmann , Fabrizio Regalli Standards-Version: 3.9.5 Homepage: https://metacpan.org/release/Sys-Hostname-Long Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsys-hostname-long-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsys-hostname-long-perl.git Package: libsys-hostname-long-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Figure out the long (fully-qualified) hostname This module determines the host full name on multiple operating systems (MacOS, Windows, Unix-like systems; more later.) . The Sys::Hostname class is the best and standard way to get the basic hostname, but that may not be fully qualified. This module tries to determine the host's fully qualified name. debian/source/0000755000000000000000000000000012207660442010471 5ustar debian/source/format0000644000000000000000000000001412207660442011677 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003612207660442010250 0ustar #!/usr/bin/make -f %: dh $@