debian/0000755000000000000000000000000011761072315007171 5ustar debian/watch0000644000000000000000000000010611761072315010217 0ustar version=3 http://www.catb.org/~esr/letterize/ letterize-(.*)\.tar\.gz debian/rules0000755000000000000000000000006211761072315010247 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ debian/control0000644000000000000000000000111411761072315010571 0ustar Source: letterize Section: misc Priority: extra Maintainer: Francois Marier Build-Depends: debhelper (>= 9), xmlto Standards-Version: 3.9.3 Homepage: http://www.catb.org/~esr/letterize/ Vcs-Git: git://git.debian.org/collab-maint/letterize.git Vcs-Browser: http://git.debian.org/?p=collab-maint/letterize.git;a=summary Package: letterize Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: phone digits to letter-mnemonics Tool which generates alphabetic mnemonics for a phone number, then filters them for phonetic plausibility in English. debian/changelog0000644000000000000000000000124311761072315011043 0ustar letterize (1.3-3) unstable; urgency=low * Fix typo in CPPFLAGS patch (closes: #674967) * Switch to a machine-readable copyright file -- Francois Marier Tue, 29 May 2012 19:02:30 +1200 letterize (1.3-2) unstable; urgency=low * Add compile/linking flags to the Makefile to get a hardened binary * Fix lintian warning in copyright file * Bump debhelper compatibility to 9 * Bump Standards-Version to 3.9.3 -- Francois Marier Mon, 28 May 2012 15:36:37 +1200 letterize (1.3-1) unstable; urgency=low * Initial release (Closes: #600903) -- Francois Marier Thu, 21 Oct 2010 22:37:13 +1300 debian/dirs0000644000000000000000000000003311761072315010051 0ustar usr/bin usr/share/man/man1 debian/copyright0000644000000000000000000000346111761072315011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: letterize Upstream-Contact: Eric S. Raymond Source: http://www.catb.org/~esr/letterize/ Files: * Copyright: Copyright 1994 Eric S. Raymond License: BSD-3-clause Files: debian/* Copyright: Copyright 2010-2012 Francois Marier License: BSD-3-clause License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . Neither name of the this project nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/source/0000755000000000000000000000000011761072315010471 5ustar debian/source/format0000644000000000000000000000001411761072315011677 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011761072315010620 5ustar debian/patches/series0000644000000000000000000000006011761072315012031 0ustar makefile_destdir.patch makefile_add_flags.patch debian/patches/makefile_destdir.patch0000644000000000000000000000126211761072315015135 0ustar Description: Add support for DESTDIR in the Makefile Forwarded: yes Author: Francois Marier Last-Update: 2010-10-21 --- a/Makefile 2010-10-21 07:23:00.000000000 +1300 +++ b/Makefile 2010-10-21 22:55:55.000000000 +1300 @@ -26,11 +26,11 @@ rm -f *~ *.1 *.html MANIFEST SHIPPER.* install: uninstall letterize.1 - cp letterize /usr/bin - cp letterize.1 /usr/share/man/man1/letterize.1 + cp letterize $(DESTDIR)/usr/bin + cp letterize.1 $(DESTDIR)/usr/share/man/man1/letterize.1 uninstall: - rm -f /usr/bin/letterize /usr/share/man/man1/letterize.1 + rm -f $(DESTDIR)/usr/bin/letterize $(DESTDIR)/usr/share/man/man1/letterize.1 dist: letterize-$(VERS).tar.gz debian/patches/makefile_add_flags.patch0000644000000000000000000000070011761072315015377 0ustar Description: Add support for compile/linking flags in Makefile Forwarded: yes Author: Francois Marier Last-Update: 2012-05-29 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ VERS=$(shell sed