r2192 - in packages/libmail-gnupg-perl/trunk: . debian

gregor herrmann gregoa-guest at costa.debian.org
Sat Feb 25 20:43:09 UTC 2006


Author: gregoa-guest
Date: 2006-02-25 20:43:09 +0000 (Sat, 25 Feb 2006)
New Revision: 2192

Added:
   packages/libmail-gnupg-perl/trunk/debian/
   packages/libmail-gnupg-perl/trunk/debian/changelog
   packages/libmail-gnupg-perl/trunk/debian/compat
   packages/libmail-gnupg-perl/trunk/debian/control
   packages/libmail-gnupg-perl/trunk/debian/copyright
   packages/libmail-gnupg-perl/trunk/debian/rules
   packages/libmail-gnupg-perl/trunk/debian/watch
Log:
Load libmail-gnupg-perl-0.08 into packages/libmail-gnupg-perl/trunk.


Added: packages/libmail-gnupg-perl/trunk/debian/changelog
===================================================================
--- packages/libmail-gnupg-perl/trunk/debian/changelog	2006-02-25 20:43:03 UTC (rev 2191)
+++ packages/libmail-gnupg-perl/trunk/debian/changelog	2006-02-25 20:43:09 UTC (rev 2192)
@@ -0,0 +1,18 @@
+libmail-gnupg-perl (0.08-2) unstable; urgency=low
+
+  * Initial upload to the Debian archive. (Closes: #351470)
+  * Set debhelper compatibility level to 5.
+  * Changed watch file.
+  * Changed the download URL in debian/copyright to the .tar.gz file
+    (thanks to Gunnar Wolf for the hint).
+  * Changed Maintainer to the Debian Perl Group before initial import to
+    the pkg-perl svn repository.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun,  5 Feb 2006 04:18:06 +0100
+
+libmail-gnupg-perl (0.08-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed,  4 Jan 2006 16:33:00 +0100
+

Added: packages/libmail-gnupg-perl/trunk/debian/compat
===================================================================
--- packages/libmail-gnupg-perl/trunk/debian/compat	2006-02-25 20:43:03 UTC (rev 2191)
+++ packages/libmail-gnupg-perl/trunk/debian/compat	2006-02-25 20:43:09 UTC (rev 2192)
@@ -0,0 +1 @@
+5

Added: packages/libmail-gnupg-perl/trunk/debian/control
===================================================================
--- packages/libmail-gnupg-perl/trunk/debian/control	2006-02-25 20:43:03 UTC (rev 2191)
+++ packages/libmail-gnupg-perl/trunk/debian/control	2006-02-25 20:43:09 UTC (rev 2192)
@@ -0,0 +1,17 @@
+Source: libmail-gnupg-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.0-7), libmime-perl, libgnupg-interface-perl, libmailtools-perl, libtest-pod-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>
+Standards-Version: 3.6.2
+
+Package: libmail-gnupg-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libmime-perl, libgnupg-interface-perl, libmailtools-perl
+Description:  Perl module for processing email with GPG
+ GnuPG::Interface can process or create PGP signed or encrypted
+ email.
+ .
+  Homepage: http://search.cpan.org/~rspier/Mail-GnuPG-0.08/GnuPG.pm

Added: packages/libmail-gnupg-perl/trunk/debian/copyright
===================================================================
--- packages/libmail-gnupg-perl/trunk/debian/copyright	2006-02-25 20:43:03 UTC (rev 2191)
+++ packages/libmail-gnupg-perl/trunk/debian/copyright	2006-02-25 20:43:09 UTC (rev 2192)
@@ -0,0 +1,30 @@
+This package was debianized by gregor herrmann <gregor+debian at comodo.priv.at> on
+Wed,  4 Jan 2006 16:35:49 +0100.
+
+It was downloaded from http://search.cpan.org/CPAN/authors/id/R/RS/RSPIER/Mail-GnuPG-0.08.tar
+
+Copyright Holder:
+Copyright 2003 Best Practical Solutions, LLC
+
+Author:
+Robert Spier <rspier at cpan.org>
+
+License:
+This program is free software; you can redistribute it and/or modify it
+under the terms of either:
+
+a) the GNU General Public License as published by the Free Software
+   Foundation; version 2 http://www.opensource.org/licenses/gpl-license.php 
+b) the "Artistic License"
+   http://www.opensource.org/licenses/artistic-license.php
+
+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 either the GNU General Public License
+or the Artistic License for more details.
+
+The full text of the GPL is available on Debian systems in
+/usr/share/common-licenses/GPL
+
+The full text of the Artistic Licence is available on Debian systems in
+/usr/share/common-licenses/Artistic.

Added: packages/libmail-gnupg-perl/trunk/debian/rules
===================================================================
--- packages/libmail-gnupg-perl/trunk/debian/rules	2006-02-25 20:43:03 UTC (rev 2191)
+++ packages/libmail-gnupg-perl/trunk/debian/rules	2006-02-25 20:43:09 UTC (rev 2192)
@@ -0,0 +1,83 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> 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)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+	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
+	$(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+
+	# As this is a architecture independent package, we are not
+	# supposed to install stuff to /usr/lib. MakeMaker creates
+	# the dirs, we delete them from the deb:
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+#	dh_installcron
+#	dh_installmenu
+#	dh_installexamples
+	dh_installdocs README
+	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


Property changes on: packages/libmail-gnupg-perl/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/libmail-gnupg-perl/trunk/debian/watch
===================================================================
--- packages/libmail-gnupg-perl/trunk/debian/watch	2006-02-25 20:43:03 UTC (rev 2191)
+++ packages/libmail-gnupg-perl/trunk/debian/watch	2006-02-25 20:43:09 UTC (rev 2192)
@@ -0,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+
+http://www.cpan.org/modules/by-module/Mail/Mail-GnuPG-([\d.]+)\.(tar\.gz|tar|tgz)




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