debian/0000755000000000000000000000000011706070022007161 5ustar debian/control0000644000000000000000000000141611706070022010566 0ustar Source: libnet-ifconfig-wrapper-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, net-tools Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Net-Ifconfig-Wrapper/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-ifconfig-wrapper-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-ifconfig-wrapper-perl.git Package: libnet-ifconfig-wrapper-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, net-tools Description: multiplatform Perl wrapper for ifconfig The Net::Ifconfig::Wrapper Perl module provides a multiplatform wrapper for ifconfig. debian/copyright0000644000000000000000000000215211706070022011114 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Daniel Podolsky Source: http://search.cpan.org/dist/Net-Ifconfig-Wrapper/ Name: Net-Ifconfig-Wrapper Files: * Copyright: 2003, Daniel Podolsky License: Artistic or GPL-1+ Files: debian/* Copyright: 2004-2005, Isaac Clerencia 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/watch0000644000000000000000000000020411706070022010206 0ustar version=3 http://search.cpan.org/dist/Net-Ifconfig-Wrapper/ .+/Net-Ifconfig-Wrapper-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libnet-ifconfig-wrapper-perl.examples0000644000000000000000000000001211706070022016367 0ustar contrib/* debian/patches/0000755000000000000000000000000011706070022010610 5ustar debian/patches/spelling.patch0000644000000000000000000000133611706070022013451 0ustar Description: fix a spelling mistake Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=74167 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=74167 Author: gregor herrmann Last-Update: 2012-01-19 --- a/lib/Net/Ifconfig/Wrapper.pm +++ b/lib/Net/Ifconfig/Wrapper.pm @@ -1102,7 +1102,7 @@ =back -I +I =item 'alias' @@ -1150,7 +1150,7 @@ =back -I +I =back debian/patches/series0000644000000000000000000000001711706070022012023 0ustar spelling.patch debian/compat0000644000000000000000000000000211706070022010357 0ustar 8 debian/changelog0000644000000000000000000000233411706070022011035 0ustar libnet-ifconfig-wrapper-perl (0.11-1) unstable; urgency=low * Take over for the Debian Perl Group * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza); ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian Perl Group (was: Isaac Clerencia ) * Add debian/watch. * Bump Standards-Version to 3.9.2 (no further changes). * Switch to "3.0 (quilt)" source format. * Add /me to Uploaders. * Update build/runtime dependencies. * Switch to debhelper compatibility level 8. Use tiny debian/rules. * New upstream release. * Install new example scripts. * debian/copyright: update formatting. * Add a patch to fix a spelling mistake. -- gregor herrmann Thu, 19 Jan 2012 20:28:31 +0100 libnet-ifconfig-wrapper-perl (0.09-1) unstable; urgency=low * New upstream release, closes: #329605 -- Isaac Clerencia Thu, 22 Sep 2005 10:26:07 +0200 libnet-ifconfig-wrapper-perl (0.05-1) unstable; urgency=low * Initial release, closes: #263476 -- Isaac Clerencia Wed, 04 Aug 2004 16:41:39 +0100 debian/source/0000755000000000000000000000000011706070022010461 5ustar debian/source/format0000644000000000000000000000001411706070022011667 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000037211706070022010243 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_installexamples: dh_installexamples sed -i '1s|^#!/usr/local/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*