AUTOBUILD_PERL5LIB=`perl -e 'use Config; my $dir = $Config{sitelib}; $dir =~ s|$Config{siteprefix}|$ENV{AUTOBUILD_INSTALL_ROOT}|; print $dir'` perl -e 'use Config; my $dir = $Config{sitelib}; $dir =~ s|$Config{siteprefix}|$ENV{AUTOBUILD_INSTALL_ROOT}|; print $dir' if [ -z "$PERL5LIB" ]; then export PERL5LIB=$AUTOBUILD_PERL5LIB else export PERL5LIB=$PERL5LIB:$AUTOBUILD_PERL5LIB fi # Make things clean. [ -f Makefile ] && make -k realclean ||: rm -f \ blib/script/authen-paas-passwd rm -f \ *.a core \ core.[0-9] blib/arch/auto/Authen/PAAS/extralibs.all \ core.[0-9][0-9] PAAS.bso \ pm_to_blib.ts core.[0-9][0-9][0-9][0-9] \ PAAS.x \ perl tmon.out \ *.o pm_to_blib \ blib/arch/auto/Authen/PAAS/extralibs.ld blibdirs.ts \ core.[0-9][0-9][0-9][0-9][0-9] *perl.core \ core.*perl.*.? Makefile.aperl \ perl PAAS.def \ core.[0-9][0-9][0-9] mon.out \ libPAAS.def perlmain.c \ perl.exe so_locations \ PAAS.exp rm -rf \ *~ *.bak \ blib mv Makefile Makefile.old > /dev/null 2>&1 rm -f \ Makefile.old Makefile rm -rf \ Authen-PAAS-*.tar.gz Authen-PAAS-1.1.0 rm -rf MANIFEST blib # Make makefiles. perl Makefile.PL PREFIX=$AUTOBUILD_INSTALL_ROOT Writing Makefile for Authen::PAAS make manifest /usr/bin/perl "-MExtUtils::Manifest=mkmanifest" -e mkmanifest Added to MANIFEST: Authen-PAAS.spec Added to MANIFEST: Authen-PAAS.spec.PL Added to MANIFEST: autobuild.sh Added to MANIFEST: bin/authen-paas-passwd Added to MANIFEST: CHANGES Added to MANIFEST: COPYING Added to MANIFEST: examples/login.cfg Added to MANIFEST: examples/password.cfg Added to MANIFEST: examples/validate.pl Added to MANIFEST: lib/Authen/PAAS.pm Added to MANIFEST: lib/Authen/PAAS/BasicLoginModule.pm Added to MANIFEST: lib/Authen/PAAS/BasicUser.pm Added to MANIFEST: lib/Authen/PAAS/Callback.pm Added to MANIFEST: lib/Authen/PAAS/ConsoleCallback.pm Added to MANIFEST: lib/Authen/PAAS/Context.pm Added to MANIFEST: lib/Authen/PAAS/Credential.pm Added to MANIFEST: lib/Authen/PAAS/LoginModule.pm Added to MANIFEST: lib/Authen/PAAS/Principal.pm Added to MANIFEST: lib/Authen/PAAS/SimpleCallback.pm Added to MANIFEST: lib/Authen/PAAS/Subject.pm Added to MANIFEST: Makefile.PL Added to MANIFEST: MANIFEST.SKIP Added to MANIFEST: META.yml Added to MANIFEST: README Added to MANIFEST: t/005-pod.t Added to MANIFEST: t/010-pod-coverage.t Added to MANIFEST: t/050-Callback.t Added to MANIFEST: t/050-Credential.t Added to MANIFEST: t/050-Principal.t Added to MANIFEST: t/060-SimpleCallback.t Added to MANIFEST: t/090-BasicLoginModule.t Added to MANIFEST: t/100-Subject.t Added to MANIFEST: t/200-Context.t Added to MANIFEST: t/context.cfg Added to MANIFEST: t/log4perl.conf Added to MANIFEST: t/passwd.cfg echo $NAME.spec >> MANIFEST # Build the RPM. make cp lib/Authen/PAAS/Context.pm blib/lib/Authen/PAAS/Context.pm cp lib/Authen/PAAS/SimpleCallback.pm blib/lib/Authen/PAAS/SimpleCallback.pm cp lib/Authen/PAAS.pm blib/lib/Authen/PAAS.pm cp lib/Authen/PAAS/BasicLoginModule.pm blib/lib/Authen/PAAS/BasicLoginModule.pm cp lib/Authen/PAAS/Credential.pm blib/lib/Authen/PAAS/Credential.pm cp lib/Authen/PAAS/Subject.pm blib/lib/Authen/PAAS/Subject.pm cp lib/Authen/PAAS/Principal.pm blib/lib/Authen/PAAS/Principal.pm cp lib/Authen/PAAS/ConsoleCallback.pm blib/lib/Authen/PAAS/ConsoleCallback.pm cp lib/Authen/PAAS/LoginModule.pm blib/lib/Authen/PAAS/LoginModule.pm cp lib/Authen/PAAS/Callback.pm blib/lib/Authen/PAAS/Callback.pm cp lib/Authen/PAAS/BasicUser.pm blib/lib/Authen/PAAS/BasicUser.pm cp bin/authen-paas-passwd blib/script/authen-paas-passwd /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/authen-paas-passwd Manifying blib/man1/authen-paas-passwd.1p Manifying blib/man3/Authen::PAAS::Context.3pm Manifying blib/man3/Authen::PAAS::SimpleCallback.3pm Manifying blib/man3/Authen::PAAS.3pm Manifying blib/man3/Authen::PAAS::BasicLoginModule.3pm Manifying blib/man3/Authen::PAAS::Credential.3pm Manifying blib/man3/Authen::PAAS::Subject.3pm Manifying blib/man3/Authen::PAAS::Principal.3pm Manifying blib/man3/Authen::PAAS::ConsoleCallback.3pm Manifying blib/man3/Authen::PAAS::LoginModule.3pm Manifying blib/man3/Authen::PAAS::Callback.3pm Manifying blib/man3/Authen::PAAS::BasicUser.3pm /usr/bin/perl "-Iblib/arch" "-Iblib/lib" Authen-PAAS.spec.PL Authen-PAAS.spec if [ -z "$USE_COVER" ]; then perl -MDevel::Cover -e '' 1>/dev/null 2>&1 && USE_COVER=1 || USE_COVER=0 fi if [ "$USE_COVER" = "1" ]; then cover -delete HARNESS_PERL_SWITCHES=-MDevel::Cover make test cover mkdir blib/coverage cp -a cover_db/*.html cover_db/*.css blib/coverage mv blib/coverage/coverage.html blib/coverage/index.html else make test fi Checking lib/Authen/PAAS.pm: lib/Authen/PAAS.pm syntax OK lib/Authen/PAAS.pm pod syntax OK. Checking lib/Authen/PAAS/BasicLoginModule.pm: lib/Authen/PAAS/BasicLoginModule.pm syntax OK lib/Authen/PAAS/BasicLoginModule.pm pod syntax OK. Checking lib/Authen/PAAS/BasicUser.pm: lib/Authen/PAAS/BasicUser.pm syntax OK lib/Authen/PAAS/BasicUser.pm pod syntax OK. Checking lib/Authen/PAAS/Callback.pm: lib/Authen/PAAS/Callback.pm syntax OK lib/Authen/PAAS/Callback.pm pod syntax OK. Checking lib/Authen/PAAS/ConsoleCallback.pm: lib/Authen/PAAS/ConsoleCallback.pm syntax OK lib/Authen/PAAS/ConsoleCallback.pm pod syntax OK. Checking lib/Authen/PAAS/Context.pm: lib/Authen/PAAS/Context.pm syntax OK lib/Authen/PAAS/Context.pm pod syntax OK. Checking lib/Authen/PAAS/Credential.pm: lib/Authen/PAAS/Credential.pm syntax OK lib/Authen/PAAS/Credential.pm pod syntax OK. Checking lib/Authen/PAAS/LoginModule.pm: lib/Authen/PAAS/LoginModule.pm syntax OK lib/Authen/PAAS/LoginModule.pm pod syntax OK. Checking lib/Authen/PAAS/Principal.pm: lib/Authen/PAAS/Principal.pm syntax OK lib/Authen/PAAS/Principal.pm pod syntax OK. Checking lib/Authen/PAAS/SimpleCallback.pm: lib/Authen/PAAS/SimpleCallback.pm syntax OK lib/Authen/PAAS/SimpleCallback.pm pod syntax OK. Checking lib/Authen/PAAS/Subject.pm: lib/Authen/PAAS/Subject.pm syntax OK lib/Authen/PAAS/Subject.pm pod syntax OK. PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/005-pod.................skipped all skipped: Test::Pod 1.00 required for testing POD t/010-pod-coverage........ok t/050-Callback............ok t/050-Credential..........ok t/050-Principal...........ok t/060-SimpleCallback......ok t/090-BasicLoginModule....ok t/100-Subject.............ok t/200-Context.............ok All tests successful, 1 test skipped. Files=9, Tests=107, 1 wallclock secs ( 0.32 cusr + 0.04 csys = 0.36 CPU) make INSTALLMAN3DIR=$AUTOBUILD_INSTALL_ROOT/share/man/man3 install Manifying blib/man1/authen-paas-passwd.1p Manifying blib/man3/Authen::PAAS::Context.3pm Manifying blib/man3/Authen::PAAS::SimpleCallback.3pm Manifying blib/man3/Authen::PAAS.3pm Manifying blib/man3/Authen::PAAS::BasicLoginModule.3pm Manifying blib/man3/Authen::PAAS::Credential.3pm Manifying blib/man3/Authen::PAAS::Subject.3pm Manifying blib/man3/Authen::PAAS::Principal.3pm Manifying blib/man3/Authen::PAAS::ConsoleCallback.3pm Manifying blib/man3/Authen::PAAS::LoginModule.3pm Manifying blib/man3/Authen::PAAS::Callback.3pm Manifying blib/man3/Authen::PAAS::BasicUser.3pm Installing /var/builder/install-root/share/perl/5.10.0/Authen/PAAS.pm Installing /var/builder/install-root/share/perl/5.10.0/Authen/PAAS/Context.pm Installing /var/builder/install-root/share/perl/5.10.0/Authen/PAAS/SimpleCallback.pm Installing /var/builder/install-root/share/perl/5.10.0/Authen/PAAS/BasicLoginModule.pm Installing /var/builder/install-root/share/perl/5.10.0/Authen/PAAS/Credential.pm Installing /var/builder/install-root/share/perl/5.10.0/Authen/PAAS/Subject.pm Installing /var/builder/install-root/share/perl/5.10.0/Authen/PAAS/Principal.pm Installing /var/builder/install-root/share/perl/5.10.0/Authen/PAAS/ConsoleCallback.pm Installing /var/builder/install-root/share/perl/5.10.0/Authen/PAAS/LoginModule.pm Installing /var/builder/install-root/share/perl/5.10.0/Authen/PAAS/Callback.pm Installing /var/builder/install-root/share/perl/5.10.0/Authen/PAAS/BasicUser.pm Installing /var/builder/install-root/man/man1/authen-paas-passwd.1p Installing /var/builder/install-root/man/man3/Authen::PAAS::Context.3pm Installing /var/builder/install-root/man/man3/Authen::PAAS::SimpleCallback.3pm Installing /var/builder/install-root/man/man3/Authen::PAAS.3pm Installing /var/builder/install-root/man/man3/Authen::PAAS::BasicLoginModule.3pm Installing /var/builder/install-root/man/man3/Authen::PAAS::Credential.3pm Installing /var/builder/install-root/man/man3/Authen::PAAS::Subject.3pm Installing /var/builder/install-root/man/man3/Authen::PAAS::Principal.3pm Installing /var/builder/install-root/man/man3/Authen::PAAS::ConsoleCallback.3pm Installing /var/builder/install-root/man/man3/Authen::PAAS::LoginModule.3pm Installing /var/builder/install-root/man/man3/Authen::PAAS::Callback.3pm Installing /var/builder/install-root/man/man3/Authen::PAAS::BasicUser.3pm Installing /var/builder/install-root/bin/authen-paas-passwd Writing /var/builder/install-root/lib/perl/5.10.0/auto/Authen/PAAS/.packlist Appending installation info to /var/builder/install-root/lib/perl/5.10.0/perllocal.pod rm -f $NAME-*.tar.gz make dist rm -rf Authen-PAAS-1.1.0 /usr/bin/perl "-MExtUtils::Manifest=manicopy,maniread" \ -e "manicopy(maniread(),'Authen-PAAS-1.1.0', 'best');" mkdir Authen-PAAS-1.1.0 mkdir Authen-PAAS-1.1.0/bin mkdir Authen-PAAS-1.1.0/t mkdir Authen-PAAS-1.1.0/examples mkdir Authen-PAAS-1.1.0/lib mkdir Authen-PAAS-1.1.0/lib/Authen mkdir Authen-PAAS-1.1.0/lib/Authen/PAAS Generating META.yml Could not add META.yml to MANIFEST: Could not open MANIFEST: No such file or directory at /usr/share/perl/5.10/ExtUtils/Manifest.pm line 641. tar cvf Authen-PAAS-1.1.0.tar Authen-PAAS-1.1.0 Authen-PAAS-1.1.0/ Authen-PAAS-1.1.0/bin/ Authen-PAAS-1.1.0/bin/authen-paas-passwd Authen-PAAS-1.1.0/t/ Authen-PAAS-1.1.0/t/100-Subject.t Authen-PAAS-1.1.0/t/050-Principal.t Authen-PAAS-1.1.0/t/010-pod-coverage.t Authen-PAAS-1.1.0/t/log4perl.conf Authen-PAAS-1.1.0/t/090-BasicLoginModule.t Authen-PAAS-1.1.0/t/passwd.cfg Authen-PAAS-1.1.0/t/050-Callback.t Authen-PAAS-1.1.0/t/060-SimpleCallback.t Authen-PAAS-1.1.0/t/050-Credential.t Authen-PAAS-1.1.0/t/context.cfg Authen-PAAS-1.1.0/t/005-pod.t Authen-PAAS-1.1.0/t/200-Context.t Authen-PAAS-1.1.0/COPYING Authen-PAAS-1.1.0/examples/ Authen-PAAS-1.1.0/examples/login.cfg Authen-PAAS-1.1.0/examples/validate.pl Authen-PAAS-1.1.0/examples/password.cfg Authen-PAAS-1.1.0/CHANGES Authen-PAAS-1.1.0/META.yml Authen-PAAS-1.1.0/lib/ Authen-PAAS-1.1.0/lib/Authen/ Authen-PAAS-1.1.0/lib/Authen/PAAS/ Authen-PAAS-1.1.0/lib/Authen/PAAS/SimpleCallback.pm Authen-PAAS-1.1.0/lib/Authen/PAAS/BasicLoginModule.pm Authen-PAAS-1.1.0/lib/Authen/PAAS/Callback.pm Authen-PAAS-1.1.0/lib/Authen/PAAS/Context.pm Authen-PAAS-1.1.0/lib/Authen/PAAS/Subject.pm Authen-PAAS-1.1.0/lib/Authen/PAAS/ConsoleCallback.pm Authen-PAAS-1.1.0/lib/Authen/PAAS/LoginModule.pm Authen-PAAS-1.1.0/lib/Authen/PAAS/BasicUser.pm Authen-PAAS-1.1.0/lib/Authen/PAAS/Credential.pm Authen-PAAS-1.1.0/lib/Authen/PAAS/Principal.pm Authen-PAAS-1.1.0/lib/Authen/PAAS.pm Authen-PAAS-1.1.0/Authen-PAAS.spec Authen-PAAS-1.1.0/MANIFEST.SKIP Authen-PAAS-1.1.0/autobuild.sh Authen-PAAS-1.1.0/Authen-PAAS.spec.PL Authen-PAAS-1.1.0/Makefile.PL Authen-PAAS-1.1.0/README rm -rf Authen-PAAS-1.1.0 gzip --force --best Authen-PAAS-1.1.0.tar if [ -x /usr/bin/rpmbuild ]; then rpmbuild -ta --clean $NAME-*.tar.gz fi Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.27227 + umask 022 + cd /var/builder/package-root/rpm/BUILD + cd /var/builder/package-root/rpm/BUILD + rm -rf Authen-PAAS-1.1.0 + tar -xf - + /bin/gzip -dc /var/builder/source-root/authen-paas-dev/Authen-PAAS-1.1.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd Authen-PAAS-1.1.0 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.27227 + umask 022 + cd /var/builder/package-root/rpm/BUILD + cd Authen-PAAS-1.1.0 + /usr/bin/perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor Writing Makefile for Authen::PAAS + /usr/bin/make cp lib/Authen/PAAS/Context.pm blib/lib/Authen/PAAS/Context.pm cp lib/Authen/PAAS/SimpleCallback.pm blib/lib/Authen/PAAS/SimpleCallback.pm cp lib/Authen/PAAS.pm blib/lib/Authen/PAAS.pm cp lib/Authen/PAAS/BasicLoginModule.pm blib/lib/Authen/PAAS/BasicLoginModule.pm cp lib/Authen/PAAS/Credential.pm blib/lib/Authen/PAAS/Credential.pm cp lib/Authen/PAAS/Subject.pm blib/lib/Authen/PAAS/Subject.pm cp lib/Authen/PAAS/Principal.pm blib/lib/Authen/PAAS/Principal.pm cp lib/Authen/PAAS/ConsoleCallback.pm blib/lib/Authen/PAAS/ConsoleCallback.pm cp lib/Authen/PAAS/LoginModule.pm blib/lib/Authen/PAAS/LoginModule.pm cp lib/Authen/PAAS/Callback.pm blib/lib/Authen/PAAS/Callback.pm cp lib/Authen/PAAS/BasicUser.pm blib/lib/Authen/PAAS/BasicUser.pm cp bin/authen-paas-passwd blib/script/authen-paas-passwd /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/authen-paas-passwd Manifying blib/man1/authen-paas-passwd.1p Manifying blib/man3/Authen::PAAS::Context.3pm Manifying blib/man3/Authen::PAAS::SimpleCallback.3pm Manifying blib/man3/Authen::PAAS.3pm Manifying blib/man3/Authen::PAAS::BasicLoginModule.3pm Manifying blib/man3/Authen::PAAS::Credential.3pm Manifying blib/man3/Authen::PAAS::Subject.3pm Manifying blib/man3/Authen::PAAS::Principal.3pm Manifying blib/man3/Authen::PAAS::ConsoleCallback.3pm Manifying blib/man3/Authen::PAAS::LoginModule.3pm Manifying blib/man3/Authen::PAAS::Callback.3pm Manifying blib/man3/Authen::PAAS::BasicUser.3pm /usr/bin/perl "-Iblib/arch" "-Iblib/lib" Authen-PAAS.spec.PL Authen-PAAS.spec + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.27227 + umask 022 + cd /var/builder/package-root/rpm/BUILD + cd Authen-PAAS-1.1.0 + /bin/rm -rf /var/tmp/Authen-PAAS-1.1.0-root + export PERL_INSTALL_ROOT=/var/tmp/Authen-PAAS-1.1.0-root + PERL_INSTALL_ROOT=/var/tmp/Authen-PAAS-1.1.0-root + make sysconfdir=/etc INSTALLVENDORMAN3DIR=/usr/share/man/man3 INSTALLVENDORMAN1DIR=/usr/share/man/man1 install Manifying blib/man1/authen-paas-passwd.1p Manifying blib/man3/Authen::PAAS::Context.3pm Manifying blib/man3/Authen::PAAS::SimpleCallback.3pm Manifying blib/man3/Authen::PAAS.3pm Manifying blib/man3/Authen::PAAS::BasicLoginModule.3pm Manifying blib/man3/Authen::PAAS::Credential.3pm Manifying blib/man3/Authen::PAAS::Subject.3pm Manifying blib/man3/Authen::PAAS::Principal.3pm Manifying blib/man3/Authen::PAAS::ConsoleCallback.3pm Manifying blib/man3/Authen::PAAS::LoginModule.3pm Manifying blib/man3/Authen::PAAS::Callback.3pm Manifying blib/man3/Authen::PAAS::BasicUser.3pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/perl5/Authen/PAAS.pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/perl5/Authen/PAAS/Context.pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/perl5/Authen/PAAS/SimpleCallback.pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/perl5/Authen/PAAS/BasicLoginModule.pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/perl5/Authen/PAAS/Credential.pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/perl5/Authen/PAAS/Subject.pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/perl5/Authen/PAAS/Principal.pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/perl5/Authen/PAAS/ConsoleCallback.pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/perl5/Authen/PAAS/LoginModule.pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/perl5/Authen/PAAS/Callback.pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/perl5/Authen/PAAS/BasicUser.pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/man/man1/authen-paas-passwd.1p Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/man/man3/Authen::PAAS::Context.3pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/man/man3/Authen::PAAS::SimpleCallback.3pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/man/man3/Authen::PAAS.3pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/man/man3/Authen::PAAS::BasicLoginModule.3pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/man/man3/Authen::PAAS::Credential.3pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/man/man3/Authen::PAAS::Subject.3pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/man/man3/Authen::PAAS::Principal.3pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/man/man3/Authen::PAAS::ConsoleCallback.3pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/man/man3/Authen::PAAS::LoginModule.3pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/man/man3/Authen::PAAS::Callback.3pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/share/man/man3/Authen::PAAS::BasicUser.3pm Installing /var/tmp/Authen-PAAS-1.1.0-root/usr/bin/authen-paas-passwd + find /var/tmp/Authen-PAAS-1.1.0-root -name perllocal.pod -exec rm -f '{}' ';' + find /var/tmp/Authen-PAAS-1.1.0-root -name .packlist -exec rm -f '{}' ';' + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip + /usr/lib/rpm/brp-strip-static-archive + /usr/lib/rpm/brp-strip-comment-note Processing files: perl-Authen-PAAS-1.1.0-1 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.70762 + umask 022 + cd /var/builder/package-root/rpm/BUILD + cd Authen-PAAS-1.1.0 + DOCDIR=/var/tmp/Authen-PAAS-1.1.0-root/usr/share/doc/perl-Authen-PAAS-1.1.0 + export DOCDIR + rm -rf /var/tmp/Authen-PAAS-1.1.0-root/usr/share/doc/perl-Authen-PAAS-1.1.0 + /bin/mkdir -p /var/tmp/Authen-PAAS-1.1.0-root/usr/share/doc/perl-Authen-PAAS-1.1.0 + cp -pr examples README CHANGES COPYING /var/tmp/Authen-PAAS-1.1.0-root/usr/share/doc/perl-Authen-PAAS-1.1.0 + exit 0 Provides: perl(Authen::PAAS) = 1.1.0 perl(Authen::PAAS::BasicLoginModule) = 1.0.0 perl(Authen::PAAS::BasicUser) = 1.0.0 perl(Authen::PAAS::Callback) = 1.0.0 perl(Authen::PAAS::ConsoleCallback) = 1.0.0 perl(Authen::PAAS::Context) = 1.0.0 perl(Authen::PAAS::Credential) = 1.0.0 perl(Authen::PAAS::LoginModule) = 1.0.0 perl(Authen::PAAS::Principal) = 1.0.0 perl(Authen::PAAS::SimpleCallback) = 1.0.0 perl(Authen::PAAS::Subject) = 1.0.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /usr/bin/perl perl(Authen::PAAS::BasicUser) perl(Authen::PAAS::Subject) perl(Config::Record) perl(Config::Record) >= 1.1.0 perl(Getopt::Long) perl(IO::Handle) perl(Log::Log4perl) perl(base) perl(strict) perl(vars) perl(warnings) Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/Authen-PAAS-1.1.0-root Wrote: /var/builder/package-root/rpm/SRPMS/perl-Authen-PAAS-1.1.0-1.src.rpm Wrote: /var/builder/package-root/rpm/RPMS/noarch/perl-Authen-PAAS-1.1.0-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.70762 + umask 022 + cd /var/builder/package-root/rpm/BUILD + cd Authen-PAAS-1.1.0 + /bin/rm -rf /var/tmp/Authen-PAAS-1.1.0-root + exit 0 Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.70762 + umask 022 + cd /var/builder/package-root/rpm/BUILD + rm -rf Authen-PAAS-1.1.0 + exit 0 #if [ -x /usr/bin/fakeroot ]; then # fakeroot debian/rules clean # fakeroot debian/rules DESTDIR=$HOME/packages/debian binary #fi