debian/0000755000000000000000000000000013440111337007163 5ustar debian/README.Debian0000644000000000000000000000130613331344731011231 0ustar This package was built from a "_orig.tar.gz" tarball that had all Autotools-generated files removed from the upstream tarball. This was done using the "orig" target that is defined in "Makefile.am", which is part of the original upstream source package. The package is built using autoreconf, so all of those removed files are re-created upon building. Removing those files helps porting to new architectures and ensures building with the latest versions of all Autotools programs. By default, Autotools will convert a .texi file into a .info file, and leave the .info file in place during "make clean" or "make distclean". Therefore, debian/clean removes the generated ".info" file in the doc directory. debian/changelog0000644000000000000000000000155613440111337011044 0ustar utf8gen (1.1-3) unstable; urgency=medium * QA upload. * debian/control: update Standards-Version. * debian/upstream/signing-key.asc: updated key. -- Paul Hardy Wed, 06 Mar 2019 19:41:19 -0800 utf8gen (1.1-2) unstable; urgency=medium * Changed compatibility level from 10 to 11. * Modified debian/tests/control. -- Paul Hardy Mon, 06 Aug 2018 21:38:43 -0700 utf8gen (1.1-1) unstable; urgency=medium * Updates for Debian Policy 4.2.0. * Changed compatibility level from 11 to 10. * Updates to debian/copyright. * Added debian/README.Debian and debian/clean. -- Paul Hardy Fri, 03 Aug 2018 21:19:26 -0700 utf8gen (1.0-1) unstable; urgency=medium * Initial release (Closes: #903791). -- Paul Hardy Sat, 14 Jul 2018 09:09:48 -0700 debian/clean0000644000000000000000000000002113331343155010165 0ustar doc/utf8gen.info debian/compat0000644000000000000000000000000313332221247010364 0ustar 11 debian/control0000644000000000000000000000176413437143311010601 0ustar Source: utf8gen Maintainer: Debian QA Group Section: text Priority: optional Build-Depends: debhelper (>= 11), texinfo Standards-Version: 4.3.0 Homepage: http://unifoundry.com/utf8gen/ Package: utf8gen Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, texinfo Description: convert ASCII hexadecimal Unicode code points to UTF-8 The utf8gen package contains one program, utf8gen, which reads hexadecimal numbers interpreted as Unicode code points and produces formatted output. The numbers are provided one per line. Each number is optionally followed by a space plus miscellaneous text. . The output is specified by providing printf(3)-style format strings on the command line. This provides the flexibility to print UTF-8 byte values in any desired base, echo the input value formatted as a comment for any desired programming language, or even to provide HTML-like table entries. Optional miscellaneous text on each input line can be copied to the output. debian/copyright0000644000000000000000000000653413331372725011137 0ustar Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: utf8gen Upstream-Contact: Paul Hardy Source: http://unifoundry.com/pub/utf8gen Files-Excluded: aclocal.m4 autom4te.cache build-aux configure *~ */*~ INSTALL Makefile.in doc/Makefile.in man/Makefile.in src/Makefile.in test/Makefile.in src/config.h.in doc/utf8gen.info Files: * Copyright: Copyright 2018 Paul Hardy License: GPL-2+ This package 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 2 of the License, or (at your option) any later version. . This package 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. Files: doc/* Copyright: Copyright 2018 Paul Hardy License: GFDL-1.3+ Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts. . You should have received a copy of the GNU Free Documentation License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the complete text of the GNU Free Documentation License version 1.3 can be found in `/usr/share/common-licenses/GFDL-1.3'. Files: COPYING Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc., Copyright (C) 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. License: GPL-2-GFDL-1.3 GPL 2: 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 2 of the License, 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 . . GFDL 3: Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. . You should have received a copy of the GNU Free Documentation License along with this program. If not, see . Comment: This file contains the GPL 2 and GFDL 1.3 licenses, distributed but not installed. debian/docs0000644000000000000000000000002413322457047010044 0ustar AUTHORS NEWS README debian/rules0000755000000000000000000000067313331234556010261 0ustar #!/usr/bin/make -f # export DH_VERBOSE = 1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all CFLAGS = -Wall $(shell dpkg-buildflags --get CFLAGS) CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS) LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS) %: dh $@ # # Exclude ChangeLog until dh_installchangelogs is updated, # to comply with Debian Policy Version 4.2.0. # override_dh_installchangelogs: dh_installchangelogs --exclude=ChangeLog debian/source/0000755000000000000000000000000013315506642010473 5ustar debian/source/format0000644000000000000000000000001412257502544011702 0ustar 3.0 (quilt) debian/tests/0000755000000000000000000000000013332221224010322 5ustar debian/tests/control0000644000000000000000000000014113332221224011721 0ustar Test-Command: cd test && progloc=`which utf8gen` && utf8gen_bindir=`dirname $progloc` ./test-all debian/upstream/0000755000000000000000000000000013315506642011033 5ustar debian/upstream/signing-key.asc0000644000000000000000000000766413437144136013765 0ustar -----BEGIN PGP PUBLIC KEY BLOCK----- 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 KVlf+RnpJgt6SDE1POXl2zRMdRPjBwG+7et0Qo8= =tGix -----END PGP PUBLIC KEY BLOCK----- debian/watch0000644000000000000000000000042513322476402010223 0ustar # Watch control file for uscan # See uscan(1) for format # Compulsory line; this is a version 4 file version=4 # Examine a Webserver directory opts=pgpsigurlmangle=s/$/.sig/ \ http://unifoundry.com/pub/utf8gen/utf8gen-([\d\.]+)/ \ utf8gen-([\d\.]+)\.tar\.gz