debian/0000755000000000000000000000000012204535312007163 5ustar debian/compat0000644000000000000000000000000212204535312010361 0ustar 9 debian/changelog0000644000000000000000000000406012204535312011035 0ustar libhttp-server-simple-static-perl (0.09-1) unstable; urgency=low * Team upload. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ intrigeri ] * Imported Upstream version 0.09, that moves to File::LibMagic, so: - revert our Debian-specific temporary use of File::MMagic::XS - take into account this dependency change * Remove obsolete dependency on libmime-types-perl. * Add versioned dependency on perl-modules to get CGI.pm 3.46 or later. * Add new dependency on libhttp-date-perl. * Bump upstream copyright years. * Convert to machine-readable debian/copyright format 1.0 * Declare compatibility with standards version 3.9.4. * Migrate to debhelper 9 with tiny rules. * De-duplicate build-dependency on perl. -- intrigeri Tue, 20 Aug 2013 02:37:24 +0200 libhttp-server-simple-static-perl (0.07-2) unstable; urgency=low * Team upload. [ gregor herrmann ] * Add debian/watch. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ intrigeri ] * Use 3.0 (quilt) source format. * Add "Copyright" word where needed. * Use File::MMagic::XS instead of File::MMagic to workaround #679600. This required a new patch: Use-File-MMagic-XS-instead-of-File-MMagic-to-workaro.patch -- intrigeri Sat, 30 Jun 2012 07:32:55 +0200 libhttp-server-simple-static-perl (0.07-1) unstable; urgency=low * New upstream version. * First upload to Debian. (Closes: #497308) -- Jaldhar H. Vyas Sun, 31 Aug 2008 13:41:37 -0400 libhttp-server-simple-static-perl (0.06-1) unstable; urgency=low * Initial non-release. -- Jaldhar H. Vyas Thu, 25 Oct 2007 12:10:08 -0400 debian/rules0000755000000000000000000000003612204535312010242 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000021712204535312010214 0ustar version=3 https://metacpan.org/release/HTTP-Server-Simple-Static/ .+/HTTP-Server-Simple-Static-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/source/0000755000000000000000000000000012204535312010463 5ustar debian/source/format0000644000000000000000000000001412204535312011671 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000176612204535312011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/HTTP-Server-Simple-Static/ Files: * Copyright: © 2006-2013 Stephen Quinney License: Artistic or GPL-1+ Files: debian/* Copyright: © 2007 Jaldhar H. Vyas 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1' debian/control0000644000000000000000000000235512204535312010573 0ustar Source: libhttp-server-simple-static-perl Maintainer: Debian Perl Group Uploaders: Jaldhar H. Vyas Section: perl Priority: optional Build-Depends: debhelper (>= 9), perl Build-Depends-Indep: perl-modules (>= 5.14.2-21), libfile-libmagic-perl, libhttp-date-perl, libhttp-server-simple-perl, libtest-pod-perl, libtest-pod-coverage-perl, liburi-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhttp-server-simple-static-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhttp-server-simple-static-perl.git Homepage: https://metacpan.org/release/HTTP-Server-Simple-Static/ Package: libhttp-server-simple-static-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, perl-modules (>= 5.14.2-21), libhttp-date-perl, libhttp-server-simple-perl, liburi-perl, libfile-libmagic-perl Description: Serve static files with HTTP::Server::Simple This mixin adds a method to serve static files from your HTTP::Server::Simple subclass.