debian/0000755000000000000000000000000012131040375007162 5ustar debian/source/0000755000000000000000000000000012131040375010462 5ustar debian/source/format0000644000000000000000000000001412131037646011677 0ustar 3.0 (quilt) debian/control0000644000000000000000000000200512131037646010571 0ustar Source: utfcpp Section: libdevel Priority: optional Build-Depends: debhelper (>= 9) Maintainer: Mathieu Malaterre Standards-Version: 3.9.4 Homepage: http://utfcpp.sf.net Vcs-Svn: svn://svn.debian.org/collab-maint/deb-maint/utfcpp/trunk Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/utfcpp/trunk/ Package: libutfcpp-dev Architecture: any Depends: ${misc:Depends} Description: UTF8-CPP: UTF-8 with C++ - dev Simple, portable and lightweight generic library for handling UTF-8 encoded strings . Features - Iterating through UTF-8 encoded strings - Converting between UTF-8 and UTF-16/UTF-32 - Detecting invalid UTF-8 sequences Package: libutfcpp-doc Section: doc Architecture: all Depends: ${misc:Depends} Description: UTF8-CPP: UTF-8 with C++ - dev Simple, portable and lightweight generic library for handling UTF-8 encoded strings . Features - Iterating through UTF-8 encoded strings - Converting between UTF-8 and UTF-16/UTF-32 - Detecting invalid UTF-8 sequences debian/copyright0000644000000000000000000000312012131037646011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: UTF-8 CPP Upstream-Contact: Nemanja Trifunovic Source: http://utfcpp.sf.net Files: * Copyright: 2006 Nemanja Trifunovic License: Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following: . The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2013 Mathieu Malaterre License: Same as above debian/changelog0000644000000000000000000000044412131037722011040 0ustar utfcpp (2.3.4-1) unstable; urgency=low * New upstream -- Mathieu Malaterre Tue, 09 Apr 2013 18:20:31 +0200 utfcpp (2.3.2-1) unstable; urgency=low * Initial Debian Upload (Closes: #552618) -- Mathieu Malaterre Sat, 26 Jan 2013 19:13:19 +0100 debian/watch0000644000000000000000000000007712131037646010226 0ustar version=3 http://sf.net/utfcpp/utf8_v([\d])_([\d])_([\d])\.zip debian/rules0000755000000000000000000000060012131037646010245 0ustar #!/usr/bin/make -f %: dh $@ --parallel pkg_dev=libutfcpp-dev pkg_doc=libutfcpp-doc override_dh_installdocs: dh_installdocs -p$(pkg_doc) doc/utf8cpp.html dh_installdocs override_dh_installchangelogs: dh_installchangelogs doc/ReleaseNotes override_dh_install: dh_install -p$(pkg_dev) source/* usr/include get-orig-source: uscan --download --force-download --rename --repack debian/compat0000644000000000000000000000000212131037646010367 0ustar 9