--- libtext-charwidth-perl-0.04.orig/debian/compat +++ libtext-charwidth-perl-0.04/debian/compat @@ -0,0 +1 @@ +7 --- libtext-charwidth-perl-0.04.orig/debian/dirs +++ libtext-charwidth-perl-0.04/debian/dirs @@ -0,0 +1,2 @@ +usr/lib/perl5 +usr/share/man/man3 --- libtext-charwidth-perl-0.04.orig/debian/rules +++ libtext-charwidth-perl-0.04/debian/rules @@ -0,0 +1,71 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. +# This debian/rules was configured by Tomohiro KUBOTA. +# Copyright 2005 Anibal Monsalve Salazar . + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + perl Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="-Wall $(CFLAGS)" + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + [ ! -f Makefile ] || $(MAKE) distclean + dh_clean Makefile.old Makefile CharWidth.o blib/arch/auto/Text/CharWidth/CharWidth.so blib/man3/Text::CharWidth.3pm CharWidth.c + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) install PREFIX=`pwd`/debian/libtext-charwidth-perl/usr + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs Changes + dh_installdocs + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_perl -d + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- libtext-charwidth-perl-0.04.orig/debian/control +++ libtext-charwidth-perl-0.04/debian/control @@ -0,0 +1,16 @@ +Source: libtext-charwidth-perl +Section: perl +Priority: required +Maintainer: Anibal Monsalve Salazar +Build-Depends: debhelper (>= 7), perl (>= 5.12) +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/search?module=Text::CharWidth + +Package: libtext-charwidth-perl +Architecture: any +Depends: ${shlibs:Depends}, ${perl:Depends} +Description: get display widths of characters on the terminal + This module permits perl software to get the display widths of characters + and strings on the terminal, using wcwidth() and wcswidth() from libc. + . + It provides mbwidth(), mbswidth(), and mblen(). --- libtext-charwidth-perl-0.04.orig/debian/copyright +++ libtext-charwidth-perl-0.04/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Tomohiro KUBOTA on +Thu, 19 Jun 2003 17:48:05 +0900. + +It was downloaded from http://www.cpan.org/modules/by-module/Text/Text-CharWidth-.tar.gz + +Upstream Author: Tomohiro KUBOTA + +Copyright: + +Copyright (C) 2003 Tomohiro KUBOTA +Copyright (C) 2001 Paul Marquess +Copyright (C) 1999 Kenneth Albanowski + +This library is free software; you can redistribute it and/or modify it +under the same terms of either: + + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later + version, or + + b) the "Artistic License" which comes with Perl. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2' and +the Artistic Licence in `/usr/share/common-licenses/Artistic'. + --- libtext-charwidth-perl-0.04.orig/debian/docs +++ libtext-charwidth-perl-0.04/debian/docs @@ -0,0 +1 @@ +README --- libtext-charwidth-perl-0.04.orig/debian/changelog +++ libtext-charwidth-perl-0.04/debian/changelog @@ -0,0 +1,83 @@ +libtext-charwidth-perl (0.04-6build1) oneiric; urgency=low + + * Rebuild for perl-5.12. + + -- Matthias Klose Wed, 04 May 2011 23:08:42 +0200 + +libtext-charwidth-perl (0.04-6) unstable; urgency=low + + * DH compatibility level is 7 + * Fix out-of-date-standards-version + * Fix copyright-refers-to-symlink-license + * Fix dh-clean-k-is-deprecated + + -- Anibal Monsalve Salazar Fri, 03 Jul 2009 18:30:00 +1000 + +libtext-charwidth-perl (0.04-5) unstable; urgency=low + + * Added debian/watch file + * Added homepage control header + * Bumped Standards-Version to 3.7.3 + * Fixed the following lintian issues: + - debian-rules-ignores-make-clean-error + + -- Anibal Monsalve Salazar Thu, 28 Feb 2008 20:26:07 +1100 + +libtext-charwidth-perl (0.04-4) unstable; urgency=low + + * Set Standard-Version to 3.7.2. + * Set debian/compat to 5. + + -- Anibal Monsalve Salazar Thu, 22 Jun 2006 13:38:58 +1000 + +libtext-charwidth-perl (0.04-3) unstable; urgency=low + + * Set Standard-Version to 3.6.2 and Priority to required in + debian/control. + * Added homepage address to description in debian/control. + + -- Anibal Monsalve Salazar Sat, 08 Oct 2005 22:56:59 +1000 + +libtext-charwidth-perl (0.04-2) unstable; urgency=low + + * New maintainer. + * Updated Policy's Standard-Version to 3.6.1. + * Added more copyright holders to debian/copyright. + + -- Anibal Monsalve Salazar Sat, 14 May 2005 12:21:16 +1000 + +libtext-charwidth-perl (0.04-1) unstable; urgency=low + + * New upstream version. + + Clearification of the license. + * Rewrote the Description: field. + * Previous versions are not adopted into Debian archive yet, + so I did a right ITP which I forgot to do (Closes: #198760). + + -- Tomohiro KUBOTA Wed, 25 Jun 2003 17:58:02 +0900 + +libtext-charwidth-perl (0.03-1) unstable; urgency=low + + * New upstream version. + + Added test. + * Fill in download site (CPAN) in debian/copyright file, + prepared to upload to Debian. + * Initial version for Debian upload. + + -- Tomohiro KUBOTA Sat, 21 Jun 2003 16:32:23 +0900 + +libtext-charwidth-perl (0.02-1) unstable; urgency=low + + * New upstream version. + + first version for CPAN upload. + + use EXPORT_TAGS. + + Changed module name from Text::Charwidth to Text::CharWidth. + + -- Tomohiro KUBOTA Fri, 20 Jun 2003 23:42:51 +0900 + +libtext-charwidth-perl (0.01-1) unstable; urgency=low + + * Initial Release. + + -- Tomohiro KUBOTA Thu, 19 Jun 2003 17:48:05 +0900 + --- libtext-charwidth-perl-0.04.orig/debian/watch +++ libtext-charwidth-perl-0.04/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.cpan.org/modules/by-module/Text/Text-CharWidth-(.*)\.tar\.gz