--- libpalm-perl-1.3.0.orig/debian/libpalm-perl.examples +++ libpalm-perl-1.3.0/debian/libpalm-perl.examples @@ -0,0 +1 @@ +util/copydb --- libpalm-perl-1.3.0.orig/debian/control +++ libpalm-perl-1.3.0/debian/control @@ -0,0 +1,15 @@ +Source: libpalm-perl +Section: perl +Priority: extra +Maintainer: Debian QA Group +Standards-Version: 3.7.3 +Build-Depends: debhelper (>> 5.0) +Build-Depends-Indep: perl (>= 5.6.0-16) + +Package: libpalm-perl +Architecture: all +Depends: ${perl:Depends} +Description: Perl 5 modules for manipulating pdb and prc database files + Contains Perl modules for manipulating Palm Pilot databases. These + include Palm::ToDo, Palm::Memo, Palm::Mail, Palm::Address, Palm::Datebook, + and the generic Palm::PDB. --- libpalm-perl-1.3.0.orig/debian/docs +++ libpalm-perl-1.3.0/debian/docs @@ -0,0 +1,2 @@ +README +TODO --- libpalm-perl-1.3.0.orig/debian/watch +++ libpalm-perl-1.3.0/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://www.coldsync.org/download/p5-Palm-([\d.]+)\.tar\.gz --- libpalm-perl-1.3.0.orig/debian/copyright +++ libpalm-perl-1.3.0/debian/copyright @@ -0,0 +1,22 @@ +This package was debianized by Brad Marshall on +Sun, 14 May 2000 08:59:41 +1000. + +It was downloaded from http://www.ooblick.com/software/coldsync/ + +Upstream Author: Andrew Arensburger + +Copyright: + + Copyright (C) 1999, 2000 by Andrew Arensburger + +This program is free software; you can redistribute it and/or +modify it under the terms of the Artistic License, a copy of which +can be found with the Perl distribution. + +This code 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 +Artistic License for more details. + +On Debian systems, the complete text of the Artistic License +can be found in /usr/share/common-licenses/Artistic file. --- libpalm-perl-1.3.0.orig/debian/rules +++ libpalm-perl-1.3.0/debian/rules @@ -0,0 +1,69 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# 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 + +ifndef PERL +PERL = /usr/bin/perl +endif + +build: build-stamp +build-stamp: + dh_testdir + + ${PERL} Makefile.PL INSTALLDIRS=vendor + # Add here commands to compile the package. + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + if [ -e Makefile ]; then $(MAKE) -i distclean; fi + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + + # Add here commands to install the package into debian/tmp. + $(MAKE) pure_install PREFIX=$(CURDIR)/debian/libpalm-perl/usr + + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir -i + dh_testroot -i + dh_installdocs -i + dh_installexamples -i + dh_installmenu -i + dh_installcron -i + dh_installman -i + dh_installinfo -i + dh_installchangelogs -i ChangeLog + dh_link -i + dh_strip -i + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_perl -i + dh_shlibdeps -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- libpalm-perl-1.3.0.orig/debian/compat +++ libpalm-perl-1.3.0/debian/compat @@ -0,0 +1 @@ +5 --- libpalm-perl-1.3.0.orig/debian/changelog +++ libpalm-perl-1.3.0/debian/changelog @@ -0,0 +1,111 @@ +libpalm-perl (1.3.0-7) unstable; urgency=low + + * QA upload. + * Bump debhelper build-dep to 5. + * Remove DH_COMPAT from rules to debian/compat and set to 5. + * Update for perl policy. (Closes: #467275). + + Add versioned build-dep on perl. + + Add PREFIX to make pure_install. + * Remove unused/unneeded commands from rules. + * Add watch file. + * pdbdump is in /usr/bin. (Closes: #324743). + * Bump Standards Version to 3.7.3. (No changes needed). + + -- Barry deFreese Wed, 27 Feb 2008 15:45:25 -0500 + +libpalm-perl (1.3.0-6) unstable; urgency=low + + * QA Upload + * Fix $(tmp) in debian/rules (Closes: #365566) + + -- Michael Ablassmeier Tue, 2 May 2006 09:21:24 +0200 + +libpalm-perl (1.3.0-5) unstable; urgency=low + + * QA Upload + * Set Maintainer to QA Group + * Update Standards Version + * Remove empty /usr/lib/perl5/ + * Move debhelper to Build-Depends. + * Small update for debian/copyright + * Make package overall lintian/linda clean. + + -- Michael Ablassmeier Tue, 25 Apr 2006 08:41:11 +0200 + +libpalm-perl (1.3.0-4) unstable; urgency=low + + * Change maintainer address + * Moved perl modules to /usr/share/perl5, instead of /usr/lib/perl5 + * Updated to newer policy version + + -- Bradley Marshall Tue, 13 Jan 2004 19:29:50 +1000 + +libpalm-perl (1.3.0-3) unstable; urgency=low + + * Zero-day NMU from the Minneapolis BSP. + * In debian/rules, use 'rm -f' to remove .packlist (closes: #223174). + + -- Kenneth J. Pronovici Sat, 13 Dec 2003 16:54:47 -0600 + +libpalm-perl (1.3.0-2) unstable; urgency=low + + * Added Build-Depends-Indep for debhelper (Closes: #190465) + * Changed section to perl + + -- Bradley Marshall Mon, 28 Apr 2003 11:15:10 +1000 + +libpalm-perl (1.3.0-1) unstable; urgency=low + + * New upstream version + * PDB file attributes fixed in new upstream version + (Closes: #91803) + + -- Bradley Marshall Sat, 16 Nov 2002 21:01:30 +1000 + +libpalm-perl (1.2.4-3) unstable; urgency=low + + * Fixed policy violation of using binary-arch for an Arch: all package + (Closes: #157500) + * Fixed maintainers address + + -- Bradley Marshall Thu, 22 Aug 2002 19:38:33 +1000 + +libpalm-perl (1.2.4-2) unstable; urgency=low + + * Adds example scripts. Closes: #85843 + + -- Bradley Marshall Wed, 14 Feb 2001 09:16:48 +1000 + +libpalm-perl (1.2.4-1) unstable; urgency=low + + * New upstream version + + -- Bradley Marshall Thu, 28 Dec 2000 21:07:25 +1000 + +libpalm-perl (1.2.2-1) unstable; urgency=low + + * Packaging another new release + + -- Bradley Marshall Sat, 7 Oct 2000 08:00:58 +1000 + +libpalm-perl (1.2.1-1) unstable; urgency=low + + * Packaging new release + + -- Bradley Marshall Tue, 5 Sep 2000 17:17:08 +1000 + +libpalm-perl (1.1.6-2) unstable; urgency=low + + * Upload after being accepted as a developer + + -- Bradley Marshall Tue, 22 Aug 2000 20:37:10 +1000 + +libpalm-perl (1.1.6-1) unstable; urgency=low + + * Initial Release. + + -- Brad Marshall Sun, 14 May 2000 08:59:41 +1000 + +Local variables: +mode: debian-changelog +End: