r9297 - in /trunk/libemail-mime-modifier-perl/debian: ./ changelog compat control copyright rules watch
emhn-guest at users.alioth.debian.org
emhn-guest at users.alioth.debian.org
Wed Nov 14 23:52:18 UTC 2007
Author: emhn-guest
Date: Wed Nov 14 23:52:18 2007
New Revision: 9297
URL: http://svn.debian.org/wsvn/?sc=1&rev=9297
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
trunk/libemail-mime-modifier-perl/debian/
trunk/libemail-mime-modifier-perl/debian/changelog
trunk/libemail-mime-modifier-perl/debian/compat
trunk/libemail-mime-modifier-perl/debian/control
trunk/libemail-mime-modifier-perl/debian/copyright
trunk/libemail-mime-modifier-perl/debian/rules (with props)
trunk/libemail-mime-modifier-perl/debian/watch
Added: trunk/libemail-mime-modifier-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libemail-mime-modifier-perl/debian/changelog?rev=9297&op=file
==============================================================================
--- trunk/libemail-mime-modifier-perl/debian/changelog (added)
+++ trunk/libemail-mime-modifier-perl/debian/changelog Wed Nov 14 23:52:18 2007
@@ -1,0 +1,39 @@
+libemail-mime-modifier-perl (1.442-1) unstable; urgency=low
+
+ * New upstream release.
+ * Moved package into Debian Pkg Perl Project SVN.
+ * Fixed copyright file with a better URL.
+ * Cleaned up debian/rules.
+ * Added Build-Depends for libtest-pod-perl and libtest-pod-coverage-perl.
+
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve> Wed, 14 Nov 2007 19:35:00 -0400
+
+libemail-mime-modifier-perl (1.441-2) unstable; urgency=low
+
+ * Bumped ud version number.
+
+ -- Ernesto Hernández-Novich <emhn at telcel.net.ve> Fri, 06 Jul 2007 11:01:50 -0400
+
+libemail-mime-modifier-perl (1.441-1) stable; urgency=low
+
+ * New upstream release.
+
+ -- Ernesto Hernández-Novich <emhn at telcel.net.ve> Thu, 14 Dec 2006 15:24:49 -0400
+
+libemail-mime-modifier-perl (1.440-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Ernesto Hernández-Novich <emhn at telcel.net.ve> Mon, 30 Oct 2006 16:56:39 -0400
+
+libemail-mime-modifier-perl (1.43-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Ernesto Hernández-Novich <emhn at telcel.net.ve> Thu, 03 Aug 2006 10:16:56 -0400
+
+libemail-mime-modifier-perl (1.42-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Ernesto Hernández-Novich <emhn at telcel.net.ve> Mon, 05 Dec 2005 11:29:10 -0400
Added: trunk/libemail-mime-modifier-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libemail-mime-modifier-perl/debian/compat?rev=9297&op=file
==============================================================================
--- trunk/libemail-mime-modifier-perl/debian/compat (added)
+++ trunk/libemail-mime-modifier-perl/debian/compat Wed Nov 14 23:52:18 2007
@@ -1,0 +1,1 @@
+5
Added: trunk/libemail-mime-modifier-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libemail-mime-modifier-perl/debian/control?rev=9297&op=file
==============================================================================
--- trunk/libemail-mime-modifier-perl/debian/control (added)
+++ trunk/libemail-mime-modifier-perl/debian/control Wed Nov 14 23:52:18 2007
@@ -1,0 +1,20 @@
+Source: libemail-mime-modifier-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl (>= 5.6.0), libemail-simple-perl (>= 1.92), libemail-messageid-perl, libemail-mime-perl (>= 1.859), libemail-mime-contenttype-perl, libemail-mime-encodings-perl, libtest-pod-perl, libtest-pod-coverage-perl
+Maintainer: Debian Pkg Perl <pkg-perl at lists.alioth.debian.org>
+Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+Homepage: http://search.cpan.org/~rjbs/Email-MIME-Modifier/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libemail-mime-modifier-perl/
+Vcs-Browser: http//svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-modifier-perl/
+Standards-Version: 3.7.2
+
+Package: libemail-mime-modifier-perl
+Architecture: all
+Depends: ${perl:Depends}, libemail-simple-perl, libemail-messageid-perl, libemail-mime-perl, libemail-mime-contenttype-perl, libemail-mime-encodings-perl
+Description: Modify Email::MIME objects easily
+ Provides a number of useful methods for manipulating MIME messages.
+ .
+ These method are declared in the Email::MIME namespace, and are
+ used with Email::MIME objects.
Added: trunk/libemail-mime-modifier-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libemail-mime-modifier-perl/debian/copyright?rev=9297&op=file
==============================================================================
--- trunk/libemail-mime-modifier-perl/debian/copyright (added)
+++ trunk/libemail-mime-modifier-perl/debian/copyright Wed Nov 14 23:52:18 2007
@@ -1,0 +1,22 @@
+This package was debianized by Ernesto Hernández-Novich <emhn at telcel.net.ve>
+on Mon, 05 Dec 2005 11:31:50 -0400
+
+It was downloaded from http://search.cpan.org/~rjbs/Email-MIME-Modifier/
+
+Upstream Author:
+
+Casey West <casey at geeknest.com>
+
+Copyright:
+
+Copyright (c) 2004 Casey West. All rights reserved.
+
+This module is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.
+
+The complete text of the GNU General Public License can be found in
+/usr/share/common-licenses/GPL and the Artistic License can be found
+in /usr/share/common-licenses/Artistic.
Added: trunk/libemail-mime-modifier-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libemail-mime-modifier-perl/debian/rules?rev=9297&op=file
==============================================================================
--- trunk/libemail-mime-modifier-perl/debian/rules (added)
+++ trunk/libemail-mime-modifier-perl/debian/rules Wed Nov 14 23:52:18 2007
@@ -1,0 +1,77 @@
+#!/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)
+ $(MAKE) test
+
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ dh_clean build-stamp install-stamp
+ # Add commands to clean up after the build process here
+ [ ! -f Makefile ] || $(MAKE) realclean
+
+
+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) 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_installdocs README
+ dh_installchangelogs Changes
+ dh_perl
+ 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: trunk/libemail-mime-modifier-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/libemail-mime-modifier-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libemail-mime-modifier-perl/debian/watch?rev=9297&op=file
==============================================================================
--- trunk/libemail-mime-modifier-perl/debian/watch (added)
+++ trunk/libemail-mime-modifier-perl/debian/watch Wed Nov 14 23:52:18 2007
@@ -1,0 +1,3 @@
+# format version number, currently 2; this line is compulsory!
+version=2
+http://www.cpan.org/modules/by-module/Email/Email-MIME-Modifier-([\d\.]+).(tar.gz|tar|tgz)
More information about the Pkg-perl-cvs-commits
mailing list