--- libhtml-pager-perl-0.03.orig/debian/control +++ libhtml-pager-perl-0.03/debian/control @@ -0,0 +1,22 @@ +Source: libhtml-pager-perl +Section: interpreters +Priority: optional +Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-17) +Maintainer: Jaldhar H. Vyas +Standards-Version: 3.5.1 + +Package: libhtml-pager-perl +Architecture: all +Depends: ${perl:Depends}, libhtml-template-perl +Description: Perl module to handle CGI HTML paging of arbitary data + This module handles the paging of data coming from an arbitrary source + and being displayed using HTML::Template and CGI.pm. It provides + an interface to pages of data similar to many well-known sites, like + altavista.digital.com or www.google.com. + . + This module uses HTML::Template to do all its HTML generation. While + it is possible to use this module without directly using + HTML::Template, it's not very useful. Modification of the + look-and-feel as well as the functionality of the resulting HTML + should all be done through HTML::Template objects. Take a look at + HTML::Template for more info. --- libhtml-pager-perl-0.03.orig/debian/changelog +++ libhtml-pager-perl-0.03/debian/changelog @@ -0,0 +1,9 @@ +libhtml-pager-perl (0.03-1) unstable; urgency=low + + * Initial Release. + + -- Jaldhar H. Vyas Sun, 18 Aug 2002 22:55:07 -0400 + +Local variables: +mode: debian-changelog +End: --- libhtml-pager-perl-0.03.orig/debian/rules +++ libhtml-pager-perl-0.03/debian/rules @@ -0,0 +1,88 @@ +#!/usr/bin/make -f +#-*- makefile -*- +# Made with the aid of dh_make, by Craig Small +# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. +# Some lines taken from debmake, by Christoph Lameter. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +export DH_COMPAT=3 + +PACKAGE=$(shell dh_listpackages) + +ifndef PERL +PERL = /usr/bin/perl +endif + +ifndef DESTDIR +DESTDIR=.. +endif +TMP =`pwd`/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + + + # Add here commands to compile the package. + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="-O2 -g -Wall" + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) realclean + + dh_clean + +install: + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/tmp. + #$(MAKE) install DESTDIR=`pwd`/debian/tmp + $(MAKE) install PREFIX=$(TMP)/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_testversion + dh_testdir + dh_testroot + dh_installdocs README + dh_installexamples + dh_installmenu +# dh_installemacsen +# dh_installinit + dh_installcron + dh_installman +# dh_undocumented + dh_installchangelogs Changes + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_makeshlibs + dh_installdeb + dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb --destdir=$(DESTDIR) + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- libhtml-pager-perl-0.03.orig/debian/README.Debian +++ libhtml-pager-perl-0.03/debian/README.Debian @@ -0,0 +1,2 @@ +This is the debian package for the HTML::Pager module. +It was created by Jaldhar H. Vyas using dh-make-perl. --- libhtml-pager-perl-0.03.orig/debian/copyright +++ libhtml-pager-perl-0.03/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Jaldhar H. Vyas on +Sun, 18 Aug 2002 22:59:00 -0400. + +It was downloaded from http://www.cpan.org/authors/id/S/SA/SAMTREGAR/ + +The upstream author is: Sam Tregar + +Copyright: + +HTML::Pager : A Perl module to handle CGI HTML paging of arbitary data +Copyright (C) 1999 Sam Tregar (sam@tregar.com) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or (at +your option) any later version. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +USA +