--- libnet-nis-perl-0.43.orig/debian/changelog +++ libnet-nis-perl-0.43/debian/changelog @@ -0,0 +1,18 @@ +libnet-nis-perl (0.43-1build2) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Tue, 15 Nov 2011 20:06:12 +0000 + +libnet-nis-perl (0.43-1build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Sun, 08 May 2011 13:20:46 +0100 + +libnet-nis-perl (0.43-1) unstable; urgency=low + + * Initial Release. (Closes: #470649: ITP: libnet-nis-perl -- Interface to + Sun's Network Information Service) + + -- Hendrik Frenzel Wed, 12 Mar 2008 13:30:20 +0100 --- libnet-nis-perl-0.43.orig/debian/rules +++ libnet-nis-perl-0.43/debian/rules @@ -0,0 +1,85 @@ +#!/usr/bin/make -f +# This debian/rules file is provided as a template for normal perl +# packages. It was created by Marc Brockschmidt for +# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may +# be used freely wherever it is useful. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# If set to a true value then MakeMaker's prompt function will +# always return the default without waiting for user input. +export PERL_MM_USE_DEFAULT=1 + +PACKAGE=$(shell dh_listpackages) + +ifndef PERL +PERL = /usr/bin/perl +endif + +TMP =$(CURDIR)/debian/$(PACKAGE) + +# Allow disabling build optimation by setting noopt in +# $DEB_BUILD_OPTIONS +CFLAGS = -Wall -g +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +build: build-stamp +build-stamp: + dh_testdir + + # Add commands to compile the package here + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH="" + $(MAKE) test + + touch $@ + +clean: + dh_testdir + dh_testroot + + dh_clean build-stamp install-stamp + + # Add commands to clean up after the build process here + [ ! -f Makefile ] || $(MAKE) realclean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + + # Add commands to install the package into $(TMP) + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + + [ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5 + + touch $@ + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do here for an architecture-dependent package + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs README + dh_installchangelogs Changes + dh_shlibdeps + dh_strip + dh_perl + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- libnet-nis-perl-0.43.orig/debian/watch +++ libnet-nis-perl-0.43/debian/watch @@ -0,0 +1,3 @@ +# format version number, currently 3; this line is compulsory! +version=3 +http://search.cpan.org/dist/Net-NIS/ .*/Net-NIS-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libnet-nis-perl-0.43.orig/debian/compat +++ libnet-nis-perl-0.43/debian/compat @@ -0,0 +1 @@ +5 --- libnet-nis-perl-0.43.orig/debian/control +++ libnet-nis-perl-0.43/debian/control @@ -0,0 +1,18 @@ +Source: libnet-nis-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 5.0.0), perl (>= 5.8.8-12) +Maintainer: Debian Perl Group +Uploaders: Hendrik Frenzel +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/Net-NIS/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-perl/trunk/libnet-nis-perl +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-nis-perl + +Package: libnet-nis-perl +Architecture: any +Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} +Description: Interface to Sun's Network Information Service + This is a snapshot release of the NIS interface to Perl 5. There are + three parts to the interface: the raw component (Net::NIS), the object- + oriented component (Net::NIS::Table), and the tied interface (Net::NIS) --- libnet-nis-perl-0.43.orig/debian/copyright +++ libnet-nis-perl-0.43/debian/copyright @@ -0,0 +1,32 @@ +This package was downloaded from http://search.cpan.org/dist/Net-NIS/ + +Files: * +Copyright: © 1995-2002 Rik Harris + © 2002-2007 Ed Santiago Muñoz +License: GPL-1+ | Artistic + This package is free software; you may redistribute it and/or + modify it under the same terms as Perl itself. + . + Perl is licensed under the following terms: + . + 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. + +Files: debian/* +Copyright: © 2008 Hendrik Frenzel +License: GPL-2+ + The Debian packaging information is under the GPL, version 2 or later + +The Network Information Service (NIS) was formerly known as Sun Yellow +Pages (YP). The functionality of the two remains the same; only the +name has changed. The name Yellow Pages is a registered trademark in +the United Kingdom of British Telecommunications plc, and may not be +used without permission. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL' and +the Artistic Licence in `/usr/share/common-licenses/Artistic'. +