r2843 - in /packages/libemail-folder-perl/trunk/debian: ./ changelog compat control copyright rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Thu Jun 1 19:16:12 UTC 2006


Author: ntyni-guest
Date: Thu Jun  1 19:16:11 2006
New Revision: 2843

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2843
Log:
Load libemail-folder-perl-0.84 into
packages/libemail-folder-perl/trunk.

Added:
    packages/libemail-folder-perl/trunk/debian/
    packages/libemail-folder-perl/trunk/debian/changelog
    packages/libemail-folder-perl/trunk/debian/compat
    packages/libemail-folder-perl/trunk/debian/control
    packages/libemail-folder-perl/trunk/debian/copyright
    packages/libemail-folder-perl/trunk/debian/rules   (with props)

Added: packages/libemail-folder-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-folder-perl/trunk/debian/changelog?rev=2843&op=file
==============================================================================
--- packages/libemail-folder-perl/trunk/debian/changelog (added)
+++ packages/libemail-folder-perl/trunk/debian/changelog Thu Jun  1 19:16:11 2006
@@ -1,0 +1,6 @@
+libemail-folder-perl (0.84-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Martin Zobel-Helas <zobel at debian.org>  Thu, 29 Sep 2005 13:43:37 +0200
+

Added: packages/libemail-folder-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-folder-perl/trunk/debian/compat?rev=2843&op=file
==============================================================================
--- packages/libemail-folder-perl/trunk/debian/compat (added)
+++ packages/libemail-folder-perl/trunk/debian/compat Thu Jun  1 19:16:11 2006
@@ -1,0 +1,1 @@
+4

Added: packages/libemail-folder-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-folder-perl/trunk/debian/control?rev=2843&op=file
==============================================================================
--- packages/libemail-folder-perl/trunk/debian/control (added)
+++ packages/libemail-folder-perl/trunk/debian/control Thu Jun  1 19:16:11 2006
@@ -1,0 +1,14 @@
+Source: libemail-folder-perl
+Section: perl
+Priority: optional
+Build-Depends: 
+Build-Depends-Indep: perl (>= 5.8.0-7), debhelper (>= 4.0.2), libmodule-build-perl, libemail-simple-perl, libemail-foldertype-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Martin Zobel-Helas <zobel at debian.org>
+Standards-Version: 3.6.2
+
+Package: libemail-folder-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libemail-simple-perl, libemail-foldertype-perl
+Description:  read all the messages from a folder as Email::Simple objects
+ This perl module read all the messages from a folder as Email::Simple objects.

Added: packages/libemail-folder-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-folder-perl/trunk/debian/copyright?rev=2843&op=file
==============================================================================
--- packages/libemail-folder-perl/trunk/debian/copyright (added)
+++ packages/libemail-folder-perl/trunk/debian/copyright Thu Jun  1 19:16:11 2006
@@ -1,0 +1,17 @@
+This is the debian package for the Email::Folder module.
+It was created by Martin Zobel-Helas <zobel at debian.org> using dh-make-perl.
+
+It was downloaded from CPAN.
+http://search.cpan.org/CPAN/authors/id/S/SI/SIMONW/Email-Folder-0.84.tar.gz
+
+See /usr/share/common-licenses/Artistic and /usr/share/common-licenses/GPL.
+
+The upstream author is: 
+Simon Wistow <simon at thegestalt.org>
+Richard Clamp <richardc at unixbeard.net>.
+
+This package is Copyright (C) 2003 by Simon Wistow. It may be                                                                                                                                                         
+copied, used and redistributed under the same terms as perl itself.                                                                                                                                                          
+                                                                                                                                                                                                                             
+See /usr/share/common-licenses/Artistic and /usr/share/common-licenses/GPL.                                                                                                                                                  
+

Added: packages/libemail-folder-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-folder-perl/trunk/debian/rules?rev=2843&op=file
==============================================================================
--- packages/libemail-folder-perl/trunk/debian/rules (added)
+++ packages/libemail-folder-perl/trunk/debian/rules Thu Jun  1 19:16:11 2006
@@ -1,0 +1,65 @@
+#!/usr/bin/make -f
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Build.PL installdirs=vendor
+	OPTIMIZE="-Wall -O2 -g" $(PERL) Build
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	# Add commands to clean up after the build process here
+	[ ! -f Build ] || $(PERL) Build distclean
+
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into debian/$PACKAGE_NAME here
+	$(PERL) Build test
+	$(PERL) Build install destdir=$(TMP)
+
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs TODO
+	dh_installchangelogs Changes
+	dh_perl
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+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

Propchange: packages/libemail-folder-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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