debian/0000755000000000000000000000000012164300514007162 5ustar debian/control0000644000000000000000000000152612164300312010565 0ustar Source: libunicode-escape-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, libunicode-string-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libunicode-escape-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libunicode-escape-perl.git Homepage: http://search.cpan.org/dist/Unicode-Escape/ Package: libunicode-escape-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: escape and unescape Unicode characters Unicode::Escape is a Perl library to escape and unescape Unicode characters other than ASCII. . When the server response is javascript code, this is convenient. debian/source/0000755000000000000000000000000012010077463010466 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000346712164300514011046 0ustar libunicode-escape-perl (0.0.2-3) unstable; urgency=low [ gregor herrmann ] * Remove debian/source/local-options: abort-on-upstream-changes and unapply-patches are default in dpkg-source since 1.16.1. [ Jonas Smedegaard ] * Bump debhelper compatibility level to 8. * Update package relations: + Relax to build-depend unversioned on cdbs, debhelper and devscrips: Needed versions satisfied even in oldstable. * Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details. * Use canonical hostname (anonscm.debian.org) in Vcs-Browser URI. * Bump standards-version to 3.9.4. * Update copyright file: + Fix use comment and license pseudo-sections to obey silly restrictions of copyright format 1.0. + Shorten a Comment paragraph. * Bump packaging license to GPL-3+, and extend copyrigt coverage for myself to include recent years. [ Salvatore Bonaccorso ] * Use canonical hostname (anonscm.debian.org) in Vcs-Git URI. -- Jonas Smedegaard Mon, 01 Jul 2013 15:15:27 +0200 libunicode-escape-perl (0.0.2-2) unstable; urgency=low * Improve package relations: + Stop declaring package part of core Perl even in oldstable: - libtest-simple-perl - libencode-perl * Update copyright file: + Bump format to draft 174 of DEP-5. + Fix list separate License sections for each actual license (not Perl combo as single section). + Quote license names in License field comments. * Bump policy compliance to standards-version 3.9.2. -- Jonas Smedegaard Sun, 05 Jun 2011 11:41:42 +0200 libunicode-escape-perl (0.0.2-1) unstable; urgency=low * Initial packaging release. Closes: bug#616504. -- Jonas Smedegaard Sat, 05 Mar 2011 01:37:41 +0100 debian/README.source0000644000000000000000000000056312134175620011352 0ustar CDBS+git-buildpackage --------------------- This source package uses CDBS and git-buildpackage. NMUs need not (but are encouraged to) make special use of these tools. In particular, the debian/control.in file can be completely ignored. More info here: http://wiki.debian.org/CDBS+git-buildpackage -- Jonas Smedegaard Mon, 18 Feb 2013 12:55:37 +0100 debian/compat0000644000000000000000000000000212010077534010363 0ustar 8 debian/watch0000644000000000000000000000024311534256071010222 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/Unicode-Escape/ .*/Unicode-Escape-(\d.*)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000174012164300310012316 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Build.PL Changes MANIFEST META.yml Makefile.PL debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch t/00.load.t t/10.escape.t t/11.import.escape.t t/12.object.escape.t t/20.unescape.t t/21.import.unescape.t t/22.object.unescape.t t/30.synopsis.case1.t t/31.synopsis.case2.t t/32.synopsis.case3.t t/33.synopsis.case4.t Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2011-2013, Jonas Smedegaard License: GPL-3+ FIXME Files: lib/Unicode/Escape.pm Copyright: 2006, Hitoshi Amano C<< >>. HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR HOLDERS AND/OR OTHER PARTIES License: UNKNOWN FIXME Files: README Copyright: 2006, Hitoshi Amano License: UNKNOWN FIXME debian/copyright0000644000000000000000000000320112164300120011102 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: Unicode::Escape Upstream-Contact: Hitoshi Amano Source: http://search.cpan.org/dist/Unicode-Escape/ Files: * Copyright: 2006, Hitoshi Amano License: Artistic or GPL-1+ Comment: License: . This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. . Comment: . Perl 5 is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: debian/* Copyright: 2011-2013, Jonas Smedegaard License: GPL-3+ License: Artistic Comment: . On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: . On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-3+ 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 3, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . Comment: . On Debian systems the 'GNU General Public License' version 3 is located in '/usr/share/common-licenses/GPL-3'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611373262460010612 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000246112164300237010247 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2011, 2012, 2013 Jonas Smedegaard # Description: Main Debian packaging script for Unicode::Escape # # 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 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-build.mk include /usr/share/cdbs/1/rules/debhelper.mk pkg = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_PACKAGE = Unicode-Escape DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Unicode DEB_UPSTREAM_TARBALL_MD5 = 58a0a790b393a817494fa71422dd7042 # Needed by upstream build and (always) at runtime deps = libunicode-string-perl CDBS_BUILD_DEPENDS +=, $(deps) CDBS_DEPENDS_$(pkg) = $(deps) debian/control.in0000644000000000000000000000142012164277557011213 0ustar Source: libunicode-escape-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libunicode-escape-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libunicode-escape-perl.git Homepage: http://search.cpan.org/dist/Unicode-Escape/ Package: libunicode-escape-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: escape and unescape Unicode characters Unicode::Escape is a Perl library to escape and unescape Unicode characters other than ASCII. . When the server response is javascript code, this is convenient.