r25524 - in /trunk/libpalm-perl/debian: ./ changelog compat control copyright docs libpalm-perl.examples rules watch

diocles-guest at users.alioth.debian.org diocles-guest at users.alioth.debian.org
Mon Sep 22 12:44:08 UTC 2008


Author: diocles-guest
Date: Mon Sep 22 12:44:05 2008
New Revision: 25524

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25524
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libpalm-perl/debian/
    trunk/libpalm-perl/debian/changelog
    trunk/libpalm-perl/debian/compat
    trunk/libpalm-perl/debian/control
    trunk/libpalm-perl/debian/copyright
    trunk/libpalm-perl/debian/docs
    trunk/libpalm-perl/debian/libpalm-perl.examples
    trunk/libpalm-perl/debian/rules   (with props)
    trunk/libpalm-perl/debian/watch

Added: trunk/libpalm-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpalm-perl/debian/changelog?rev=25524&op=file
==============================================================================
--- trunk/libpalm-perl/debian/changelog (added)
+++ trunk/libpalm-perl/debian/changelog Mon Sep 22 12:44:05 2008
@@ -1,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 <bddebian at comcast.net>  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 <abi at debian.org>  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 <abi at debian.org>  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 <brad at humbug.org.au>  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 <pronovic at debian.org>  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 <bmarshal at pisoftware.com>  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 <bmarshal at pisoftware.com>  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 <bmarshal at pisoftware.com>  Thu, 22 Aug 2002 19:38:33 +1000
+
+libpalm-perl (1.2.4-2) unstable; urgency=low
+
+  * Adds example scripts. Closes: #85843
+
+ -- Bradley Marshall <bmarshal at pisoftware.com>  Wed, 14 Feb 2001 09:16:48 +1000
+
+libpalm-perl (1.2.4-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Bradley Marshall <bmarshal at pisoftware.com>  Thu, 28 Dec 2000 21:07:25 +1000
+
+libpalm-perl (1.2.2-1) unstable; urgency=low
+
+  * Packaging another new release
+
+ -- Bradley Marshall <bmarshal at pisoftware.com>  Sat,  7 Oct 2000 08:00:58 +1000
+
+libpalm-perl (1.2.1-1) unstable; urgency=low
+
+  * Packaging new release
+
+ -- Bradley Marshall <bmarshal at pisoftware.com>  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 <bmarshal at pisoftware.com>  Tue, 22 Aug 2000 20:37:10 +1000
+
+libpalm-perl (1.1.6-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Brad Marshall <brad at humbug.org.au>  Sun, 14 May 2000 08:59:41 +1000
+
+Local variables:
+mode: debian-changelog
+End:

Added: trunk/libpalm-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpalm-perl/debian/compat?rev=25524&op=file
==============================================================================
--- trunk/libpalm-perl/debian/compat (added)
+++ trunk/libpalm-perl/debian/compat Mon Sep 22 12:44:05 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libpalm-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpalm-perl/debian/control?rev=25524&op=file
==============================================================================
--- trunk/libpalm-perl/debian/control (added)
+++ trunk/libpalm-perl/debian/control Mon Sep 22 12:44:05 2008
@@ -1,0 +1,15 @@
+Source: libpalm-perl
+Section: perl
+Priority: extra
+Maintainer: Debian QA Group <packages at qa.debian.org>
+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.

Added: trunk/libpalm-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpalm-perl/debian/copyright?rev=25524&op=file
==============================================================================
--- trunk/libpalm-perl/debian/copyright (added)
+++ trunk/libpalm-perl/debian/copyright Mon Sep 22 12:44:05 2008
@@ -1,0 +1,22 @@
+This package was debianized by Brad Marshall <brad at humbug.org.au> on
+Sun, 14 May 2000 08:59:41 +1000.
+
+It was downloaded from http://www.ooblick.com/software/coldsync/
+
+Upstream Author: Andrew Arensburger <arensb at ooblick.com>
+
+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.

Added: trunk/libpalm-perl/debian/docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpalm-perl/debian/docs?rev=25524&op=file
==============================================================================
--- trunk/libpalm-perl/debian/docs (added)
+++ trunk/libpalm-perl/debian/docs Mon Sep 22 12:44:05 2008
@@ -1,0 +1,2 @@
+README
+TODO

Added: trunk/libpalm-perl/debian/libpalm-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpalm-perl/debian/libpalm-perl.examples?rev=25524&op=file
==============================================================================
--- trunk/libpalm-perl/debian/libpalm-perl.examples (added)
+++ trunk/libpalm-perl/debian/libpalm-perl.examples Mon Sep 22 12:44:05 2008
@@ -1,0 +1,1 @@
+util/copydb

Added: trunk/libpalm-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpalm-perl/debian/rules?rev=25524&op=file
==============================================================================
--- trunk/libpalm-perl/debian/rules (added)
+++ trunk/libpalm-perl/debian/rules Mon Sep 22 12:44:05 2008
@@ -1,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

Propchange: trunk/libpalm-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libpalm-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpalm-perl/debian/watch?rev=25524&op=file
==============================================================================
--- trunk/libpalm-perl/debian/watch (added)
+++ trunk/libpalm-perl/debian/watch Mon Sep 22 12:44:05 2008
@@ -1,0 +1,3 @@
+version=3
+
+http://www.coldsync.org/download/p5-Palm-([\d.]+)\.tar\.gz




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