debian/0000755000000000000000000000000012261346313007167 5ustar debian/rules0000755000000000000000000000030212261346313010242 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_fixperms: dh_fixperms chmod 644 $(TMP)/usr/lib/perl5/Net/IDN/Standards.pod debian/control0000644000000000000000000000225212261346313010573 0ustar Source: libnet-idn-encode-perl Maintainer: Debian Perl Group Uploaders: Dmitry E. Oboukhov , CSILLAG Tamas Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312~), libtest-nowarnings-perl, libmodule-build-perl (>= 0.420000) | perl (>= 5.19.6) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-idn-encode-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-idn-encode-perl.git Homepage: https://metacpan.org/release/Net-IDN-Encode/ Package: libnet-idn-encode-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Internationalizing Domain Names in Applications (IDNA) Net::IDN::Encode provides an easy-to-use interface to encode and decode Internationalized Domain Names (IDNs). . IDNs use characters drawn from a large repertoire (Unicode), but IDNA allows the non-ASCII characters to be represented using only the ASCII characters already allowed in so-called host names today (letter-digit-hypen, /[A-Z0-9-]/i). debian/source/0000755000000000000000000000000012261346313010467 5ustar debian/source/format0000644000000000000000000000001412261346313011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000257412261346313011051 0ustar libnet-idn-encode-perl (2.100-1) unstable; urgency=medium * Team upload. * New upstream release. * Update build dependencies. -- gregor herrmann Thu, 02 Jan 2014 21:31:56 +0100 libnet-idn-encode-perl (2.005-1) unstable; urgency=medium * Team upload. * New upstream release. * Drop patch fix-spelling-errors, merged upstream. * Fix Upstream-Contact name in debian/copyright. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Sun, 15 Dec 2013 18:42:04 +0100 libnet-idn-encode-perl (2.004-1) unstable; urgency=low [ Salvatore Bonaccorso ] * 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" [ CSILLAG Tamas ] * New upstream release * add copyright years and details * add myself to uploaders * increase stardands-version (no change) * depend on debhelper 9 for handening features * remove README * a bit of cleanup in d/rules * fix spelling errors * add build-dependencies -- CSILLAG Tamas Sat, 05 Oct 2013 23:10:01 +0200 libnet-idn-encode-perl (2.003-1) unstable; urgency=low * Initial Release. closes: #681345. -- Dmitry E. Oboukhov Thu, 12 Jul 2012 17:22:17 +0400 debian/compat0000644000000000000000000000000212261346313010365 0ustar 9 debian/copyright0000644000000000000000000000214212261346313011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Net-IDN-Encode Upstream-Contact: Claus Färber Source: https://metacpan.org/release/Net-IDN-Encode/ Files: * Copyright: 2002-2004 Tatsuhiko Miyagawa 2007-2013 Claus Färber License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Dmitry E. Oboukhov 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/watch0000644000000000000000000000017212261346313010220 0ustar version=3 https://metacpan.org/release/Net-IDN-Encode/ .*/Net-IDN-Encode-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libnet-idn-encode-perl.examples0000644000000000000000000000000512261346313015142 0ustar eg/*