[SCM] Debian packaging of String-Parity CPAN distribution branch, master, updated. debian/1.31-1-7-gcba6707

Xavier Guimard x.guimard at free.fr
Sat Dec 29 16:27:49 UTC 2012


The following commit has been merged in the master branch:
commit 1049b96851b3db2bbcf6bf1b9d5acdd36f120f5c
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Dec 29 17:05:03 2012 +0100

    Remove files added by old .diff file

diff --git a/Makefile b/Makefile
deleted file mode 100644
index e5a5ea6..0000000
--- a/Makefile
+++ /dev/null
@@ -1,694 +0,0 @@
-# This Makefile is for the String::Parity extension to perl.
-#
-# It was generated automatically by MakeMaker version
-# 5.45 (Revision: 1.222) from the contents of
-# Makefile.PL. Don't edit this file, edit Makefile.PL instead.
-#
-#	ANY CHANGES MADE HERE WILL BE LOST!
-#
-#   MakeMaker ARGV: (q[INSTALLDIRS=vendor])
-#
-#   MakeMaker Parameters:
-
-#	NAME => q[String::Parity]
-#	VERSION_FROM => q[Parity.pm]
-#	dist => { COMPRESS=>q[gzip -9f], SUFFIX=>q[gz] }
-
-# --- MakeMaker post_initialize section:
-
-
-# --- MakeMaker const_config section:
-
-# These definitions are from config.sh (via /usr/lib/perl/5.6.1/Config.pm)
-
-# They may have been overridden via Makefile.PL or on the command line
-AR = ar
-CC = cc
-CCCDLFLAGS = -fPIC
-CCDLFLAGS = -rdynamic
-DLEXT = so
-DLSRC = dl_dlopen.xs
-LD = cc
-LDDLFLAGS = -shared -L/usr/local/lib
-LDFLAGS =  -L/usr/local/lib
-LIBC = /lib/libc-2.2.4.so
-LIB_EXT = .a
-OBJ_EXT = .o
-OSNAME = linux
-OSVERS = 2.4.13
-RANLIB = :
-SO = so
-EXE_EXT = 
-FULL_AR = /usr/bin/ar
-
-
-# --- MakeMaker constants section:
-AR_STATIC_ARGS = cr
-NAME = String::Parity
-DISTNAME = String-Parity
-NAME_SYM = String_Parity
-VERSION = 1.31
-VERSION_SYM = 1_31
-XS_VERSION = 1.31
-INST_BIN = blib/bin
-INST_EXE = blib/script
-INST_LIB = blib/lib
-INST_ARCHLIB = blib/arch
-INST_SCRIPT = blib/script
-PREFIX = /usr
-SITEPREFIX = $(PREFIX)/local
-INSTALLDIRS = vendor
-INSTALLPRIVLIB = $(PREFIX)/share/perl/5.6.1
-INSTALLARCHLIB = $(PREFIX)/lib/perl/5.6.1
-INSTALLSITELIB = $(SITEPREFIX)/share/perl/5.6.1
-INSTALLSITEARCH = $(SITEPREFIX)/lib/perl/5.6.1
-INSTALLVENDORLIB = $(PREFIX)/share/perl5
-INSTALLVENDORARCH = $(PREFIX)/lib/perl5
-INSTALLBIN = $(PREFIX)/bin
-INSTALLSCRIPT = $(PREFIX)/bin
-INSTALLSITEBIN = $(SITEPREFIX)/bin
-PERL_LIB = /usr/share/perl/5.6.1
-PERL_ARCHLIB = /usr/lib/perl/5.6.1
-SITELIBEXP = /usr/local/share/perl/5.6.1
-SITEARCHEXP = /usr/local/lib/perl/5.6.1
-LIBPERL_A = libperl.a
-FIRST_MAKEFILE = Makefile
-MAKE_APERL_FILE = Makefile.aperl
-PERLMAINCC = $(CC)
-PERL_INC = /usr/lib/perl/5.6.1/CORE
-PERL = /usr/bin/perl
-FULLPERL = /usr/bin/perl
-FULL_AR = /usr/bin/ar
-
-VERSION_MACRO = VERSION
-DEFINE_VERSION = -D$(VERSION_MACRO)=\"$(VERSION)\"
-XS_VERSION_MACRO = XS_VERSION
-XS_DEFINE_VERSION = -D$(XS_VERSION_MACRO)=\"$(XS_VERSION)\"
-PERL_MALLOC_DEF = -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc
-
-MAKEMAKER = /usr/share/perl/5.6.1/ExtUtils/MakeMaker.pm
-MM_VERSION = 5.45
-
-# FULLEXT = Pathname for extension directory (eg Foo/Bar/Oracle).
-# BASEEXT = Basename part of FULLEXT. May be just equal FULLEXT. (eg Oracle)
-# ROOTEXT = Directory part of FULLEXT with leading slash (eg /DBD)  !!! Deprecated from MM 5.32  !!!
-# PARENT_NAME = NAME without BASEEXT and no trailing :: (eg Foo::Bar)
-# DLBASE  = Basename part of dynamic library. May be just equal BASEEXT.
-FULLEXT = String/Parity
-BASEEXT = Parity
-PARENT_NAME = String
-DLBASE = $(BASEEXT)
-VERSION_FROM = Parity.pm
-OBJECT = 
-LDFROM = $(OBJECT)
-LINKTYPE = dynamic
-
-# Handy lists of source code files:
-XS_FILES= 
-C_FILES = 
-O_FILES = 
-H_FILES = 
-HTMLLIBPODS    = 
-HTMLSCRIPTPODS = 
-MAN1PODS = 
-MAN3PODS = Parity.pm
-HTMLEXT = html
-INST_MAN1DIR = blib/man1
-INSTALLMAN1DIR = $(PREFIX)/share/man/man1
-INSTALLSITEMAN1DIR = $(SITEPREFIX)/man/man1
-MAN1EXT = 1p
-INST_MAN3DIR = blib/man3
-INSTALLMAN3DIR = $(PREFIX)/share/man/man3
-INSTALLSITEMAN3DIR = $(SITEPREFIX)/man/man3
-MAN3EXT = 3pm
-PERM_RW = 644
-PERM_RWX = 755
-
-# work around a famous dec-osf make(1) feature(?):
-makemakerdflt: all
-
-.SUFFIXES: .xs .c .C .cpp .cxx .cc $(OBJ_EXT)
-
-# Nick wanted to get rid of .PRECIOUS. I don't remember why. I seem to recall, that
-# some make implementations will delete the Makefile when we rebuild it. Because
-# we call false(1) when we rebuild it. So make(1) is not completely wrong when it
-# does so. Our milage may vary.
-# .PRECIOUS: Makefile    # seems to be not necessary anymore
-
-.PHONY: all config static dynamic test linkext manifest
-
-# Where is the Config information that we are using/depend on
-CONFIGDEP = $(PERL_ARCHLIB)/Config.pm $(PERL_INC)/config.h
-
-# Where to put things:
-INST_LIBDIR      = $(INST_LIB)/String
-INST_ARCHLIBDIR  = $(INST_ARCHLIB)/String
-
-INST_AUTODIR     = $(INST_LIB)/auto/$(FULLEXT)
-INST_ARCHAUTODIR = $(INST_ARCHLIB)/auto/$(FULLEXT)
-
-INST_STATIC  =
-INST_DYNAMIC =
-INST_BOOT    =
-
-EXPORT_LIST = 
-
-PERL_ARCHIVE = 
-
-PERL_ARCHIVE_AFTER = 
-
-TO_INST_PM = Parity.pm
-
-PM_TO_BLIB = Parity.pm \
-	$(INST_LIBDIR)/Parity.pm
-
-
-# --- MakeMaker tool_autosplit section:
-
-# Usage: $(AUTOSPLITFILE) FileToSplit AutoDirToSplitInto
-AUTOSPLITFILE = $(PERL) "-I$(PERL_ARCHLIB)" "-I$(PERL_LIB)" -e 'use AutoSplit;autosplit($$ARGV[0], $$ARGV[1], 0, 1, 1) ;'
-
-
-# --- MakeMaker tool_xsubpp section:
-
-
-# --- MakeMaker tools_other section:
-
-SHELL = /bin/sh
-CHMOD = chmod
-CP = cp
-LD = cc
-MV = mv
-NOOP = $(SHELL) -c true
-RM_F = rm -f
-RM_RF = rm -rf
-TEST_F = test -f
-TOUCH = touch
-UMASK_NULL = umask 0
-DEV_NULL = > /dev/null 2>&1
-
-# The following is a portable way to say mkdir -p
-# To see which directories are created, change the if 0 to if 1
-MKPATH = $(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) -MExtUtils::Command -e mkpath
-
-# This helps us to minimize the effect of the .exists files A yet
-# better solution would be to have a stable file in the perl
-# distribution with a timestamp of zero. But this solution doesn't
-# need any changes to the core distribution and works with older perls
-EQUALIZE_TIMESTAMP = $(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) -MExtUtils::Command -e eqtime
-
-# Here we warn users that an old packlist file was found somewhere,
-# and that they should call some uninstall routine
-WARN_IF_OLD_PACKLIST = $(PERL) -we 'exit unless -f $$ARGV[0];' \
--e 'print "WARNING: I have found an old package in\n";' \
--e 'print "\t$$ARGV[0].\n";' \
--e 'print "Please make sure the two installations are not conflicting\n";'
-
-UNINST=0
-VERBINST=0
-
-MOD_INSTALL = $(PERL) -I$(INST_LIB) -I$(PERL_LIB) -MExtUtils::Install \
--e "install({@ARGV},'$(VERBINST)',0,'$(UNINST)');"
-
-DOC_INSTALL = $(PERL) -e '$$\="\n\n";' \
--e 'print "=head2 ", scalar(localtime), ": C<", shift, ">", " L<", $$arg=shift, "|", $$arg, ">";' \
--e 'print "=over 4";' \
--e 'while (defined($$key = shift) and defined($$val = shift)){print "=item *";print "C<$$key: $$val>";}' \
--e 'print "=back";'
-
-UNINSTALL =   $(PERL) -MExtUtils::Install \
--e 'uninstall($$ARGV[0],1,1); print "\nUninstall is deprecated. Please check the";' \
--e 'print " packlist above carefully.\n  There may be errors. Remove the";' \
--e 'print " appropriate files manually.\n  Sorry for the inconveniences.\n"'
-
-
-# --- MakeMaker dist section:
-
-DISTVNAME = $(DISTNAME)-$(VERSION)
-TAR  = tar
-TARFLAGS = cvf
-ZIP  = zip
-ZIPFLAGS = -r
-COMPRESS = gzip -9f
-SUFFIX = gz
-SHAR = shar
-PREOP = @$(NOOP)
-POSTOP = @$(NOOP)
-TO_UNIX = @$(NOOP)
-CI = ci -u
-RCS_LABEL = rcs -Nv$(VERSION_SYM): -q
-DIST_CP = best
-DIST_DEFAULT = tardist
-
-
-# --- MakeMaker macro section:
-
-
-# --- MakeMaker depend section:
-
-
-# --- MakeMaker cflags section:
-
-
-# --- MakeMaker const_loadlibs section:
-
-
-# --- MakeMaker const_cccmd section:
-
-
-# --- MakeMaker post_constants section:
-
-
-# --- MakeMaker pasthru section:
-
-PASTHRU = LIB="$(LIB)"\
-	LIBPERL_A="$(LIBPERL_A)"\
-	LINKTYPE="$(LINKTYPE)"\
-	PREFIX="$(PREFIX)"\
-	OPTIMIZE="$(OPTIMIZE)"
-
-
-# --- MakeMaker c_o section:
-
-
-# --- MakeMaker xs_c section:
-
-
-# --- MakeMaker xs_o section:
-
-
-# --- MakeMaker top_targets section:
-
-#all ::	config $(INST_PM) subdirs linkext manifypods
-
-all :: pure_all htmlifypods manifypods
-	@$(NOOP)
-
-pure_all :: config pm_to_blib subdirs linkext
-	@$(NOOP)
-
-subdirs :: $(MYEXTLIB)
-	@$(NOOP)
-
-config :: Makefile $(INST_LIBDIR)/.exists
-	@$(NOOP)
-
-config :: $(INST_ARCHAUTODIR)/.exists
-	@$(NOOP)
-
-config :: $(INST_AUTODIR)/.exists
-	@$(NOOP)
-
-$(INST_AUTODIR)/.exists :: /usr/lib/perl/5.6.1/CORE/perl.h
-	@$(MKPATH) $(INST_AUTODIR)
-	@$(EQUALIZE_TIMESTAMP) /usr/lib/perl/5.6.1/CORE/perl.h $(INST_AUTODIR)/.exists
-
-	-@$(CHMOD) $(PERM_RWX) $(INST_AUTODIR)
-
-$(INST_LIBDIR)/.exists :: /usr/lib/perl/5.6.1/CORE/perl.h
-	@$(MKPATH) $(INST_LIBDIR)
-	@$(EQUALIZE_TIMESTAMP) /usr/lib/perl/5.6.1/CORE/perl.h $(INST_LIBDIR)/.exists
-
-	-@$(CHMOD) $(PERM_RWX) $(INST_LIBDIR)
-
-$(INST_ARCHAUTODIR)/.exists :: /usr/lib/perl/5.6.1/CORE/perl.h
-	@$(MKPATH) $(INST_ARCHAUTODIR)
-	@$(EQUALIZE_TIMESTAMP) /usr/lib/perl/5.6.1/CORE/perl.h $(INST_ARCHAUTODIR)/.exists
-
-	-@$(CHMOD) $(PERM_RWX) $(INST_ARCHAUTODIR)
-
-config :: $(INST_MAN3DIR)/.exists
-	@$(NOOP)
-
-
-$(INST_MAN3DIR)/.exists :: /usr/lib/perl/5.6.1/CORE/perl.h
-	@$(MKPATH) $(INST_MAN3DIR)
-	@$(EQUALIZE_TIMESTAMP) /usr/lib/perl/5.6.1/CORE/perl.h $(INST_MAN3DIR)/.exists
-
-	-@$(CHMOD) $(PERM_RWX) $(INST_MAN3DIR)
-
-help:
-	perldoc ExtUtils::MakeMaker
-
-Version_check:
-	@$(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) \
-		-MExtUtils::MakeMaker=Version_check \
-		-e "Version_check('$(MM_VERSION)')"
-
-
-# --- MakeMaker linkext section:
-
-linkext :: $(LINKTYPE)
-	@$(NOOP)
-
-
-# --- MakeMaker dlsyms section:
-
-
-# --- MakeMaker dynamic section:
-
-## $(INST_PM) has been moved to the all: target.
-## It remains here for awhile to allow for old usage: "make dynamic"
-#dynamic :: Makefile $(INST_DYNAMIC) $(INST_BOOT) $(INST_PM)
-dynamic :: Makefile $(INST_DYNAMIC) $(INST_BOOT)
-	@$(NOOP)
-
-
-# --- MakeMaker dynamic_bs section:
-
-BOOTSTRAP =
-
-
-# --- MakeMaker dynamic_lib section:
-
-
-# --- MakeMaker static section:
-
-## $(INST_PM) has been moved to the all: target.
-## It remains here for awhile to allow for old usage: "make static"
-#static :: Makefile $(INST_STATIC) $(INST_PM)
-static :: Makefile $(INST_STATIC)
-	@$(NOOP)
-
-
-# --- MakeMaker static_lib section:
-
-
-# --- MakeMaker htmlifypods section:
-
-htmlifypods : pure_all
-	@$(NOOP)
-
-
-# --- MakeMaker manifypods section:
-POD2MAN_EXE = /usr/bin/pod2man
-POD2MAN = $(PERL) -we '%m=@ARGV;for (keys %m){' \
--e 'next if -e $$m{$$_} && -M $$m{$$_} < -M $$_ && -M $$m{$$_} < -M "Makefile";' \
--e 'print "Manifying $$m{$$_}\n";' \
--e 'system(qq[$$^X ].q["-I$(PERL_ARCHLIB)" "-I$(PERL_LIB)" $(POD2MAN_EXE) ].qq[$$_>$$m{$$_}])==0 or warn "Couldn\047t install $$m{$$_}\n";' \
--e 'chmod(oct($(PERM_RW))), $$m{$$_} or warn "chmod $(PERM_RW) $$m{$$_}: $$!\n";}'
-
-manifypods : pure_all Parity.pm
-	@$(POD2MAN) \
-	Parity.pm \
-	$(INST_MAN3DIR)/String::Parity.$(MAN3EXT)
-
-# --- MakeMaker processPL section:
-
-
-# --- MakeMaker installbin section:
-
-
-# --- MakeMaker subdirs section:
-
-# none
-
-# --- MakeMaker clean section:
-
-# Delete temporary files but do not touch installed files. We don't delete
-# the Makefile here so a later make realclean still has a makefile to use.
-
-clean ::
-	-rm -rf ./blib $(MAKE_APERL_FILE) $(INST_ARCHAUTODIR)/extralibs.all perlmain.c mon.out core core.*perl.*.? *perl.core so_locations pm_to_blib *$(OBJ_EXT) *$(LIB_EXT) perl.exe $(BOOTSTRAP) $(BASEEXT).bso $(BASEEXT).def $(BASEEXT).exp
-	-mv Makefile Makefile.old $(DEV_NULL)
-
-
-# --- MakeMaker realclean section:
-
-# Delete temporary files (via clean) and also delete installed files
-realclean purge ::  clean
-	rm -rf $(INST_AUTODIR) $(INST_ARCHAUTODIR)
-	rm -f  $(INST_LIBDIR)/Parity.pm
-	rm -rf Makefile Makefile.old
-
-
-# --- MakeMaker dist_basics section:
-
-distclean :: realclean distcheck
-
-distcheck :
-	$(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) -MExtUtils::Manifest=fullcheck \
-		-e fullcheck
-
-skipcheck :
-	$(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) -MExtUtils::Manifest=skipcheck \
-		-e skipcheck
-
-manifest :
-	$(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) -MExtUtils::Manifest=mkmanifest \
-		-e mkmanifest
-
-veryclean : realclean
-	$(RM_F) *~ *.orig */*~ */*.orig
-
-
-# --- MakeMaker dist_core section:
-
-dist : $(DIST_DEFAULT)
-	@$(PERL) -le 'print "Warning: Makefile possibly out of date with $$vf" if ' \
-	    -e '-e ($$vf="$(VERSION_FROM)") and -M $$vf < -M "Makefile";'
-
-tardist : $(DISTVNAME).tar$(SUFFIX)
-
-zipdist : $(DISTVNAME).zip
-
-$(DISTVNAME).tar$(SUFFIX) : distdir
-	$(PREOP)
-	$(TO_UNIX)
-	$(TAR) $(TARFLAGS) $(DISTVNAME).tar $(DISTVNAME)
-	$(RM_RF) $(DISTVNAME)
-	$(COMPRESS) $(DISTVNAME).tar
-	$(POSTOP)
-
-$(DISTVNAME).zip : distdir
-	$(PREOP)
-	$(ZIP) $(ZIPFLAGS) $(DISTVNAME).zip $(DISTVNAME)
-	$(RM_RF) $(DISTVNAME)
-	$(POSTOP)
-
-uutardist : $(DISTVNAME).tar$(SUFFIX)
-	uuencode $(DISTVNAME).tar$(SUFFIX) \
-		$(DISTVNAME).tar$(SUFFIX) > \
-		$(DISTVNAME).tar$(SUFFIX)_uu
-
-shdist : distdir
-	$(PREOP)
-	$(SHAR) $(DISTVNAME) > $(DISTVNAME).shar
-	$(RM_RF) $(DISTVNAME)
-	$(POSTOP)
-
-
-# --- MakeMaker dist_dir section:
-
-distdir :
-	$(RM_RF) $(DISTVNAME)
-	$(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) -MExtUtils::Manifest=manicopy,maniread \
-		-e "manicopy(maniread(),'$(DISTVNAME)', '$(DIST_CP)');"
-
-
-# --- MakeMaker dist_test section:
-
-disttest : distdir
-	cd $(DISTVNAME) && $(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) Makefile.PL
-	cd $(DISTVNAME) && $(MAKE)
-	cd $(DISTVNAME) && $(MAKE) test
-
-
-# --- MakeMaker dist_ci section:
-
-ci :
-	$(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) -MExtUtils::Manifest=maniread \
-		-e "@all = keys %{ maniread() };" \
-		-e 'print("Executing $(CI) @all\n"); system("$(CI) @all");' \
-		-e 'print("Executing $(RCS_LABEL) ...\n"); system("$(RCS_LABEL) @all");'
-
-
-# --- MakeMaker install section:
-
-install :: all pure_install doc_install
-
-install_perl :: all pure_perl_install doc_perl_install
-
-install_site :: all pure_site_install doc_site_install
-
-install_vendor :: all pure_vendor_install doc_vendor_install
-
-install_ :: install_site
-	@echo INSTALLDIRS not defined, defaulting to INSTALLDIRS=site
-
-pure_install :: pure_$(INSTALLDIRS)_install
-
-doc_install :: doc_$(INSTALLDIRS)_install
-
-pure__install : pure_site_install
-	@echo INSTALLDIRS not defined, defaulting to INSTALLDIRS=site
-
-doc__install : doc_site_install
-	@echo INSTALLDIRS not defined, defaulting to INSTALLDIRS=site
-
-pure_perl_install ::
-	@umask 022; $(MOD_INSTALL) \
-		read $(PERL_ARCHLIB)/auto/$(FULLEXT)/.packlist \
-		write $(INSTALLARCHLIB)/auto/$(FULLEXT)/.packlist \
-		$(INST_LIB) $(INSTALLPRIVLIB) \
-		$(INST_ARCHLIB) $(INSTALLARCHLIB) \
-		$(INST_BIN) $(INSTALLBIN) \
-		$(INST_SCRIPT) $(INSTALLSCRIPT) \
-		$(INST_HTMLLIBDIR) $(INSTALLHTMLPRIVLIBDIR) \
-		$(INST_HTMLSCRIPTDIR) $(INSTALLHTMLSCRIPTDIR) \
-		$(INST_MAN1DIR) $(INSTALLMAN1DIR) \
-		$(INST_MAN3DIR) $(INSTALLMAN3DIR)
-	@$(WARN_IF_OLD_PACKLIST) \
-		$(SITEARCHEXP)/auto/$(FULLEXT)
-
-
-pure_site_install ::
-	@umask 02; $(MOD_INSTALL) \
-		read $(SITEARCHEXP)/auto/$(FULLEXT)/.packlist \
-		write $(INSTALLSITEARCH)/auto/$(FULLEXT)/.packlist \
-		$(INST_LIB) $(INSTALLSITELIB) \
-		$(INST_ARCHLIB) $(INSTALLSITEARCH) \
-		$(INST_BIN) $(INSTALLSITEBIN) \
-		$(INST_SCRIPT) $(INSTALLSITEBIN) \
-		$(INST_MAN1DIR) $(INSTALLSITEMAN1DIR) \
-		$(INST_MAN3DIR) $(INSTALLSITEMAN3DIR)
-	@$(WARN_IF_OLD_PACKLIST) \
-		$(PERL_ARCHLIB)/auto/$(FULLEXT)
-
-
-pure_vendor_install ::
-	@umask 022; $(MOD_INSTALL) \
-		$(INST_LIB) $(INSTALLVENDORLIB) \
-		$(INST_ARCHLIB) $(INSTALLVENDORARCH) \
-		$(INST_BIN) $(INSTALLBIN) \
-		$(INST_SCRIPT) $(INSTALLSCRIPT) \
-		$(INST_MAN1DIR) $(INSTALLMAN1DIR) \
-		$(INST_MAN3DIR) $(INSTALLMAN3DIR)
-
-doc_perl_install ::
-	@echo Appending installation info to $(INSTALLARCHLIB)/perllocal.pod
-	- at umask 022; $(MKPATH) $(INSTALLARCHLIB)
-	- at umask 022; $(DOC_INSTALL) \
-		"Module" "$(NAME)" \
-		"installed into" "$(INSTALLPRIVLIB)" \
-		LINKTYPE "$(LINKTYPE)" \
-		VERSION "$(VERSION)" \
-		EXE_FILES "$(EXE_FILES)" \
-		>> $(INSTALLARCHLIB)/perllocal.pod
-
-doc_site_install ::
-	@echo Appending installation info to $(INSTALLSITEARCH)/perllocal.pod
-	- at umask 02; $(MKPATH) $(INSTALLSITEARCH)
-	- at umask 02; $(DOC_INSTALL) \
-		"Module" "$(NAME)" \
-		"installed into" "$(INSTALLSITELIB)" \
-		LINKTYPE "$(LINKTYPE)" \
-		VERSION "$(VERSION)" \
-		EXE_FILES "$(EXE_FILES)" \
-		>> $(INSTALLSITEARCH)/perllocal.pod
-
-doc_vendor_install ::
-
-
-uninstall :: uninstall_from_$(INSTALLDIRS)dirs
-
-uninstall_from_perldirs ::
-	@$(UNINSTALL) $(PERL_ARCHLIB)/auto/$(FULLEXT)/.packlist
-
-uninstall_from_sitedirs ::
-	@$(UNINSTALL) $(SITEARCHEXP)/auto/$(FULLEXT)/.packlist
-
-
-# --- MakeMaker force section:
-# Phony target to force checking subdirectories.
-FORCE:
-	@$(NOOP)
-
-
-# --- MakeMaker perldepend section:
-
-
-# --- MakeMaker makefile section:
-
-# We take a very conservative approach here, but it\'s worth it.
-# We move Makefile to Makefile.old here to avoid gnu make looping.
-Makefile : Makefile.PL $(CONFIGDEP)
-	@echo "Makefile out-of-date with respect to $?"
-	@echo "Cleaning current config before rebuilding Makefile..."
-	-@$(RM_F) Makefile.old
-	-@$(MV) Makefile Makefile.old
-	-$(MAKE) -f Makefile.old clean $(DEV_NULL) || $(NOOP)
-	$(PERL) "-I$(PERL_ARCHLIB)" "-I$(PERL_LIB)" Makefile.PL "INSTALLDIRS=vendor"
-	@echo "==> Your Makefile has been rebuilt. <=="
-	@echo "==> Please rerun the make command.  <=="
-	false
-
-# To change behavior to :: would be nice, but would break Tk b9.02
-# so you find such a warning below the dist target.
-#Makefile :: $(VERSION_FROM)
-#	@echo "Warning: Makefile possibly out of date with $(VERSION_FROM)"
-
-
-# --- MakeMaker staticmake section:
-
-# --- MakeMaker makeaperl section ---
-MAP_TARGET    = perl
-FULLPERL      = /usr/bin/perl
-
-$(MAP_TARGET) :: static $(MAKE_APERL_FILE)
-	$(MAKE) -f $(MAKE_APERL_FILE) $@
-
-$(MAKE_APERL_FILE) : $(FIRST_MAKEFILE)
-	@echo Writing \"$(MAKE_APERL_FILE)\" for this $(MAP_TARGET)
-	@$(PERL) -I$(INST_ARCHLIB) -I$(INST_LIB) -I$(PERL_ARCHLIB) -I$(PERL_LIB) \
-		Makefile.PL DIR= \
-		MAKEFILE=$(MAKE_APERL_FILE) LINKTYPE=static \
-		MAKEAPERL=1 NORECURS=1 CCCDLFLAGS= \
-		INSTALLDIRS=vendor
-
-
-# --- MakeMaker test section:
-
-TEST_VERBOSE=0
-TEST_TYPE=test_$(LINKTYPE)
-TEST_FILE = test.pl
-TEST_FILES = 
-TESTDB_SW = -d
-
-testdb :: testdb_$(LINKTYPE)
-
-test :: $(TEST_TYPE)
-
-test_dynamic :: pure_all
-	PERL_DL_NONLAZY=1 $(FULLPERL) -I$(INST_ARCHLIB) -I$(INST_LIB) -I$(PERL_ARCHLIB) -I$(PERL_LIB) $(TEST_FILE)
-
-testdb_dynamic :: pure_all
-	PERL_DL_NONLAZY=1 $(FULLPERL) $(TESTDB_SW) -I$(INST_ARCHLIB) -I$(INST_LIB) -I$(PERL_ARCHLIB) -I$(PERL_LIB) $(TEST_FILE)
-
-test_ : test_dynamic
-
-test_static :: test_dynamic
-testdb_static :: testdb_dynamic
-
-
-# --- MakeMaker ppd section:
-# Creates a PPD (Perl Package Description) for a binary distribution.
-ppd:
-	@$(PERL) -e "print qq{<SOFTPKG NAME=\"String-Parity\" VERSION=\"1,31,0,0\">\n}. qq{\t<TITLE>String-Parity</TITLE>\n}. qq{\t<ABSTRACT></ABSTRACT>\n}. qq{\t<AUTHOR></AUTHOR>\n}. qq{\t<IMPLEMENTATION>\n}. qq{\t\t<OS NAME=\"$(OSNAME)\" />\n}. qq{\t\t<ARCHITECTURE NAME=\"i386-linux\" />\n}. qq{\t\t<CODEBASE HREF=\"\" />\n}. qq{\t</IMPLEMENTATION>\n}. qq{</SOFTPKG>\n}" > String-Parity.ppd
-
-# --- MakeMaker pm_to_blib section:
-
-pm_to_blib: $(TO_INST_PM)
-	@$(PERL) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)" \
-	"-I$(PERL_ARCHLIB)" "-I$(PERL_LIB)" -MExtUtils::Install \
-        -e "pm_to_blib({qw{$(PM_TO_BLIB)}},'$(INST_LIB)/auto','$(PM_FILTER)')"
-	@$(TOUCH) $@
-
-
-# --- MakeMaker selfdocument section:
-
-
-# --- MakeMaker postamble section:
-
-
-# End.
diff --git a/blib/lib/String/Parity.pm b/blib/lib/String/Parity.pm
deleted file mode 100644
index c135cd5..0000000
--- a/blib/lib/String/Parity.pm
+++ /dev/null
@@ -1,252 +0,0 @@
-package String::Parity;
-
-use strict;
-use vars qw(
-    $VERSION $Version $Revision
-    @ISA @EXPORT @EXPORT_OK
-    $even_parity $odd_parity $show_parity
-);
-
-require Exporter;
-
- at ISA = qw(Exporter);
-
-$Version = $VERSION = "1.31";
-($Revision = substr(q$Revision: 1.7 $, 10)) =~ s/\s+$//;
-
- at EXPORT = qw(
-    setEvenParity setOddParity
-    setMarkParity setSpaceParity
-    EvenBytes OddBytes
-    MarkBytes SpaceBytes
-    isEvenParity isOddParity
-    isMarkParity isSpaceParity
-);
-
- at EXPORT_OK = qw(
-    showParity showMarkSpace
-    $even_parity $odd_parity
-    $show_parity $even_codes
-);
-
-my $even_bits = "\0";
-my $odd_bits = "\200";
-foreach (0 .. 7) {
-    $even_bits .= $odd_bits;
-    ($odd_bits = $even_bits) =~ tr/\0\200/\200\0/;
-}
-
-my $codes = pack('C*', (0 .. 255));
-($even_parity = $codes ^ $even_bits) =~ s/(\W)/sprintf('\%o', ord $1)/eg;
-($odd_parity = $codes ^ $odd_bits) =~ s/(\W)/sprintf('\%o', ord $1)/eg;
-($show_parity = $even_bits) =~ tr /\0\200/eo/;
-
-my $even_codes = '';
-while ($even_bits =~ /\0/g) {
-    $even_codes .= sprintf '\%o', (pos $even_bits) - 1;
-}
-
-eval <<EDQ;
-
-    sub setEvenParity {
-	my(\@s) = \@_;
-	foreach (\@s) {
-	    tr/\\0-\\377/$even_parity/;
-	}
-	wantarray ? \@s : join '', \@s;
-    }
-
-    sub setOddParity {
-	my(\@s) = \@_;
-	foreach (\@s) {
-	    tr/\\0-\\377/$odd_parity/;
-	}
-	wantarray ? \@s : join '', \@s;
-    }
-
-    sub showParity {
-	my(\@s) = \@_;
-	foreach (\@s) {
-	    tr/\\0-\\377/$show_parity/;
-	}
-	wantarray ? \@s : join '', \@s;
-    }
-
-    sub EvenBytes {
-	my \$count = 0;
-	foreach (\@_) {
-	    \$count += tr/$even_codes//;
-	}
-	\$count;
-    }
-
-    sub OddBytes {
-	my \$count = 0;
-	foreach (\@_) {
-	    \$count += tr/$even_codes//c;
-	}
-	\$count;
-    }
-
-EDQ
-die $@ if $@;
-
-sub isEvenParity {
-    ! &OddBytes;
-}
-
-sub isOddParity {
-    ! &EvenBytes;
-}
-
-sub setSpaceParity {
-    my(@s) = @_;
-    foreach (@s) {
-	tr/\200-\377/\0-\177/;
-    }
-    wantarray ? @s : join '', @s;
-}
-
-sub setMarkParity {
-    my(@s) = @_;
-    foreach (@s) {
-	tr/\0-\177/\200-\377/;
-    }
-    wantarray ? @s : join '', @s;
-}
-
-sub showMarkSpace {
-    my(@s) = @_;
-    foreach (@s) {
-	tr/\0-\177/s/;
-	tr/\200-\377/m/;
-    }
-    wantarray ? @s : join '', @s;
-}
-
-sub SpaceBytes {
-    my $count = 0;
-    foreach (@_) {
-	$count += tr/\0-\177//;
-    }
-    $count;
-}
-
-sub MarkBytes {
-    my $count = 0;
-    foreach (@_) {
-	$count += tr/\200-\377//;
-    }
-    $count;
-}
-
-sub isSpaceParity {
-    ! &MarkBytes;
-}
-
-sub isMarkParity {
-    ! &SpaceBytes;
-}
-
-1;
-
-__END__
-
-=head1 NAME
-
-String::Parity, setEvenParity, setOddParity, setSpaceParity, setMarkParity,
-isEvenParity, isOddParity isSpaceParity, isMarkParity,
-EvenBytes, OddBytes, SpaceBytes, MarkBytes,
-showParity, showMarkSpace - Parity (odd/even/mark/space) handling functions
-
-=head1 SYNOPSIS
-
-    use String::Parity;
-    use String::Parity qw(:DEFAULT /show/);
-
-=head1 DESCRIPTION
-
-=over 8
-
-=item setEvenParity LIST
-
-Copies the elements of LIST to a new list and converts the new elements to
-strings of bytes with even parity. In array context returns the new list.
-In scalar context joins the elements of the new list into a single string
-and returns the string.
-
-=item setOddParity LIST
-
-Like setEvenParity function, but converts to strings with odd parity.
-
-=item setSpaceParity LIST
-
-Like setEvenParity function, but converts to strings with space
-(High bit cleared) parity.
-
-=item setMarkParity LIST
-
-Like setEvenParity function, but converts to strings with mark
-(High bit set) parity.
-
-=item EvenBytes LIST
-
-Returns the number of even parity bytes in the elements of LIST.
-
-=item OddBytes LIST
-
-Returns the number of odd parity bytes in the elements of LIST.
-
-=item SpaceBytes LIST
-
-Returns the number of space parity bytes in the elements of LIST.
-
-=item MarkBytes LIST
-
-Returns the number of mark parity bytes in the elements of LIST.
-
-=item isEvenParity LIST
-
-Returns TRUE if the LIST contains no byte with odd parity, FALSE otherwise.
-
-=item isOddParity LIST
-
-Returns TRUE if the LIST contains no byte with even parity, FALSE otherwise.
-
-=item isSpaceParity LIST
-
-Returns TRUE if the LIST contains no byte with mark parity, FALSE otherwise.
-
-=item isMarkParity LIST
-
-Returns TRUE if the LIST contains no byte with space parity, FALSE otherwise.
-
-=item showParity LIST
-
-Like setEvenParity function, but converts bytes with even parity to 'e'
-and other bytes to 'o'.
-The function showParity must be imported by a specialised import list.
-
-=item showMarkSpace LIST
-
-Like setEvenParity function, but converts bytes with space parity to 's'
-and other bytes to 'm'.
-The function showMarkSpace must be imported by a specialised import list.
-
-=back
-
-=head1 NOTES
-
-Don't use this module unless you have to communicate with some old device
-or protocol. Please make your application 8 bit clean and use the
-internationally standardised ISO-8859-1 character set.
-
-=head1 AUTHOR
-
-Winfried Koenig <win at in.rhein-main.de>
-
-=head1 SEE ALSO
-
-perl(1), Exporter(1)
-
-=cut
diff --git a/blib/man3/String::Parity.3pm b/blib/man3/String::Parity.3pm
deleted file mode 100644
index b11b776..0000000
--- a/blib/man3/String::Parity.3pm
+++ /dev/null
@@ -1,209 +0,0 @@
-.\" Automatically generated by Pod::Man v1.3, Pod::Parser v1.13
-.\"
-.\" Standard preamble:
-.\" ========================================================================
-.de Sh \" Subsection heading
-.br
-.if t .Sp
-.ne 5
-.PP
-\fB\\$1\fR
-.PP
-..
-.de Sp \" Vertical space (when we can't use .PP)
-.if t .sp .5v
-.if n .sp
-..
-.de Vb \" Begin verbatim text
-.ft CW
-.nf
-.ne \\$1
-..
-.de Ve \" End verbatim text
-.ft R
-
-.fi
-..
-.\" Set up some character translations and predefined strings.  \*(-- will
-.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
-.\" double quote, and \*(R" will give a right double quote.  | will give a
-.\" real vertical bar.  \*(C+ will give a nicer C++.  Capital omega is used to
-.\" do unbreakable dashes and therefore won't be available.  \*(C` and \*(C'
-.\" expand to `' in nroff, nothing in troff, for use with C<>.
-.tr \(*W-|\(bv\*(Tr
-.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
-.ie n \{\
-.    ds -- \(*W-
-.    ds PI pi
-.    if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
-.    if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\"  diablo 12 pitch
-.    ds L" ""
-.    ds R" ""
-.    ds C` ""
-.    ds C' ""
-'br\}
-.el\{\
-.    ds -- \|\(em\|
-.    ds PI \(*p
-.    ds L" ``
-.    ds R" ''
-'br\}
-.\"
-.\" If the F register is turned on, we'll generate index entries on stderr for
-.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
-.\" entries marked with X<> in POD.  Of course, you'll have to process the
-.\" output yourself in some meaningful fashion.
-.if \nF \{\
-.    de IX
-.    tm Index:\\$1\t\\n%\t"\\$2"
-..
-.    nr % 0
-.    rr F
-.\}
-.\"
-.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
-.\" way too many mistakes in technical documents.
-.hy 0
-.if n .na
-.\"
-.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
-.\" Fear.  Run.  Save yourself.  No user-serviceable parts.
-.    \" fudge factors for nroff and troff
-.if n \{\
-.    ds #H 0
-.    ds #V .8m
-.    ds #F .3m
-.    ds #[ \f1
-.    ds #] \fP
-.\}
-.if t \{\
-.    ds #H ((1u-(\\\\n(.fu%2u))*.13m)
-.    ds #V .6m
-.    ds #F 0
-.    ds #[ \&
-.    ds #] \&
-.\}
-.    \" simple accents for nroff and troff
-.if n \{\
-.    ds ' \&
-.    ds ` \&
-.    ds ^ \&
-.    ds , \&
-.    ds ~ ~
-.    ds /
-.\}
-.if t \{\
-.    ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
-.    ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
-.    ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
-.    ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
-.    ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
-.    ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
-.\}
-.    \" troff and (daisy-wheel) nroff accents
-.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
-.ds 8 \h'\*(#H'\(*b\h'-\*(#H'
-.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
-.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
-.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
-.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
-.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
-.ds ae a\h'-(\w'a'u*4/10)'e
-.ds Ae A\h'-(\w'A'u*4/10)'E
-.    \" corrections for vroff
-.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
-.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
-.    \" for low resolution devices (crt and lpr)
-.if \n(.H>23 .if \n(.V>19 \
-\{\
-.    ds : e
-.    ds 8 ss
-.    ds o a
-.    ds d- d\h'-1'\(ga
-.    ds D- D\h'-1'\(hy
-.    ds th \o'bp'
-.    ds Th \o'LP'
-.    ds ae ae
-.    ds Ae AE
-.\}
-.rm #[ #] #H #V #F C
-.\" ========================================================================
-.\"
-.IX Title "Parity 3"
-.TH Parity 3 "1996-12-10" "perl v5.6.1" "User Contributed Perl Documentation"
-.UC
-.SH "NAME"
-String::Parity, setEvenParity, setOddParity, setSpaceParity, setMarkParity,
-isEvenParity, isOddParity isSpaceParity, isMarkParity,
-EvenBytes, OddBytes, SpaceBytes, MarkBytes,
-showParity, showMarkSpace \- Parity (odd/even/mark/space) handling functions
-.SH "SYNOPSIS"
-.IX Header "SYNOPSIS"
-.Vb 2
-\&    use String::Parity;
-\&    use String::Parity qw(:DEFAULT /show/);
-.Ve
-.SH "DESCRIPTION"
-.IX Header "DESCRIPTION"
-.IP "setEvenParity \s-1LIST\s0" 8
-.IX Item "setEvenParity LIST"
-Copies the elements of \s-1LIST\s0 to a new list and converts the new elements to
-strings of bytes with even parity. In array context returns the new list.
-In scalar context joins the elements of the new list into a single string
-and returns the string.
-.IP "setOddParity \s-1LIST\s0" 8
-.IX Item "setOddParity LIST"
-Like setEvenParity function, but converts to strings with odd parity.
-.IP "setSpaceParity \s-1LIST\s0" 8
-.IX Item "setSpaceParity LIST"
-Like setEvenParity function, but converts to strings with space
-(High bit cleared) parity.
-.IP "setMarkParity \s-1LIST\s0" 8
-.IX Item "setMarkParity LIST"
-Like setEvenParity function, but converts to strings with mark
-(High bit set) parity.
-.IP "EvenBytes \s-1LIST\s0" 8
-.IX Item "EvenBytes LIST"
-Returns the number of even parity bytes in the elements of \s-1LIST\s0.
-.IP "OddBytes \s-1LIST\s0" 8
-.IX Item "OddBytes LIST"
-Returns the number of odd parity bytes in the elements of \s-1LIST\s0.
-.IP "SpaceBytes \s-1LIST\s0" 8
-.IX Item "SpaceBytes LIST"
-Returns the number of space parity bytes in the elements of \s-1LIST\s0.
-.IP "MarkBytes \s-1LIST\s0" 8
-.IX Item "MarkBytes LIST"
-Returns the number of mark parity bytes in the elements of \s-1LIST\s0.
-.IP "isEvenParity \s-1LIST\s0" 8
-.IX Item "isEvenParity LIST"
-Returns \s-1TRUE\s0 if the \s-1LIST\s0 contains no byte with odd parity, \s-1FALSE\s0 otherwise.
-.IP "isOddParity \s-1LIST\s0" 8
-.IX Item "isOddParity LIST"
-Returns \s-1TRUE\s0 if the \s-1LIST\s0 contains no byte with even parity, \s-1FALSE\s0 otherwise.
-.IP "isSpaceParity \s-1LIST\s0" 8
-.IX Item "isSpaceParity LIST"
-Returns \s-1TRUE\s0 if the \s-1LIST\s0 contains no byte with mark parity, \s-1FALSE\s0 otherwise.
-.IP "isMarkParity \s-1LIST\s0" 8
-.IX Item "isMarkParity LIST"
-Returns \s-1TRUE\s0 if the \s-1LIST\s0 contains no byte with space parity, \s-1FALSE\s0 otherwise.
-.IP "showParity \s-1LIST\s0" 8
-.IX Item "showParity LIST"
-Like setEvenParity function, but converts bytes with even parity to 'e'
-and other bytes to 'o'.
-The function showParity must be imported by a specialised import list.
-.IP "showMarkSpace \s-1LIST\s0" 8
-.IX Item "showMarkSpace LIST"
-Like setEvenParity function, but converts bytes with space parity to 's'
-and other bytes to 'm'.
-The function showMarkSpace must be imported by a specialised import list.
-.SH "NOTES"
-.IX Header "NOTES"
-Don't use this module unless you have to communicate with some old device
-or protocol. Please make your application 8 bit clean and use the
-internationally standardised \s-1ISO\-8859\-1\s0 character set.
-.SH "AUTHOR"
-.IX Header "AUTHOR"
-Winfried Koenig <win at in.rhein\-main.de>
-.SH "SEE ALSO"
-.IX Header "SEE ALSO"
-\&\fIperl\fR\|(1), \fIExporter\fR\|(1)

-- 
Debian packaging of String-Parity CPAN distribution



More information about the Pkg-perl-cvs-commits mailing list