debian/0000755000000000000000000000000011731427243007172 5ustar debian/rules0000755000000000000000000000003611731427243010251 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000175611731427243010606 0ustar Source: liblinux-distribution-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: TANIGUCHI Takaki , gregor herrmann Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Linux-Distribution/ Vcs-Git: git://git.debian.org/pkg-perl/packages/liblinux-distribution-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblinux-distribution-perl.git Package: liblinux-distribution-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module for detecting the running Linux distribution Linux::Distribution is a simple module that tries to guess on what Linux distribution it is running by looking for release's files in /etc. It now looks for 'lsb-release' first as that should be the most correct and adds ubuntu support. Secondly, it will look for the distro specific files. debian/source/0000755000000000000000000000000011731427243010472 5ustar debian/source/format0000644000000000000000000000001411731427243011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000155211731427243011047 0ustar liblinux-distribution-perl (0.21-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release. * Switch to "3.0 (quilt)" source format. * Don't install README anymore. * debian/copyright: Copyright-Format 1.0, complete upstream copyright information. * Add /me to Uploaders. * Set debhelper compatibility level to 8. * debian/control: make short description a noun phrase, mentions module name in long description, and remove outdated list of detected distributions. * Bump Standards-Version to 3.9.3 (no changes). -- gregor herrmann Sun, 18 Mar 2012 19:51:11 +0100 liblinux-distribution-perl (0.20-1) unstable; urgency=low * Initial Release. (Closes: #481258) -- TANIGUCHI Takaki Fri, 04 Feb 2011 10:42:34 +0900 debian/compat0000644000000000000000000000000211731427243010370 0ustar 8 debian/copyright0000644000000000000000000000230511731427243011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Linux-Distribution Upstream-Contact: Alexandr Ciornii Source: http://search.cpan.org/dist/Linux-Distribution/ Files: * Copyright: Alexandr Ciornii Copyright: 2006, Alberto Re 2008-2012 Alexandr Ciornii License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, TANIGUCHI Takaki 2012, gregor herrmann 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/watch0000644000000000000000000000020111731427243010214 0ustar version=3 http://search.cpan.org/dist/Linux-Distribution/ .*/Linux-Distribution-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$