[Pkg-php-commits] r1063 - in pear/php-mail-mimedecode/trunk: . debian
Vincent Bernat
bernat at alioth.debian.org
Fri May 9 09:19:48 UTC 2008
tags 473269 pending
thanks
Author: bernat
Date: 2008-05-09 09:19:48 +0000 (Fri, 09 May 2008)
New Revision: 1063
Added:
pear/php-mail-mimedecode/trunk/debian/
pear/php-mail-mimedecode/trunk/debian/README.Debian
pear/php-mail-mimedecode/trunk/debian/changelog
pear/php-mail-mimedecode/trunk/debian/compat
pear/php-mail-mimedecode/trunk/debian/control
pear/php-mail-mimedecode/trunk/debian/copyright
pear/php-mail-mimedecode/trunk/debian/install
pear/php-mail-mimedecode/trunk/debian/rules
pear/php-mail-mimedecode/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk
Property changes on: pear/php-mail-mimedecode/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: pear/php-mail-mimedecode/trunk/debian/README.Debian
===================================================================
--- pear/php-mail-mimedecode/trunk/debian/README.Debian (rev 0)
+++ pear/php-mail-mimedecode/trunk/debian/README.Debian 2008-05-09 09:19:48 UTC (rev 1063)
@@ -0,0 +1,8 @@
+php-mail-mimedecode for Debian
+------------------------
+
+See http://pear.php.net/manual/en/package.mail.mail-mime.php for documentation
+of this package, and http://pear.php.net/package/Mail_mimeDecode/bugs for bugs (or
+use the Debian BTS, http://bugs.debian.org/php-mail-mimedecode).
+
+ -- Vincent Bernat <bernat at luffy.cx>, Sat, 29 Mar 2008 18:19:36 +0100
Added: pear/php-mail-mimedecode/trunk/debian/changelog
===================================================================
--- pear/php-mail-mimedecode/trunk/debian/changelog (rev 0)
+++ pear/php-mail-mimedecode/trunk/debian/changelog 2008-05-09 09:19:48 UTC (rev 1063)
@@ -0,0 +1,13 @@
+php-mail-mimedecode (1.5.0-2) unstable; urgency=low
+
+ * Add Conflicts and Replaces fields against php-mail-mime (<< 1.5.0)
+ which already contains the same class.
+
+ -- Vincent Bernat <bernat at luffy.cx> Sun, 30 Mar 2008 08:10:11 +0200
+
+php-mail-mimedecode (1.5.0-1) unstable; urgency=low
+
+ * Initial release (Closes: #473269)
+
+ -- Vincent Bernat <bernat at luffy.cx> Sat, 29 Mar 2008 18:20:51 +0100
+
Added: pear/php-mail-mimedecode/trunk/debian/compat
===================================================================
--- pear/php-mail-mimedecode/trunk/debian/compat (rev 0)
+++ pear/php-mail-mimedecode/trunk/debian/compat 2008-05-09 09:19:48 UTC (rev 1063)
@@ -0,0 +1 @@
+5
Added: pear/php-mail-mimedecode/trunk/debian/control
===================================================================
--- pear/php-mail-mimedecode/trunk/debian/control (rev 0)
+++ pear/php-mail-mimedecode/trunk/debian/control 2008-05-09 09:19:48 UTC (rev 1063)
@@ -0,0 +1,16 @@
+Source: php-mail-mimedecode
+Section: web
+Priority: optional
+Maintainer: Vincent Bernat <bernat at luffy.cx>
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.7.3
+Homepage: http://pear.php.net/package/Mail_mimeDecode/
+
+Package: php-mail-mimedecode
+Architecture: all
+Depends: php-pear, ${misc:Depends}
+Conflicts: php-mail-mime (<< 1.5.0)
+Replaces: php-mail-mime (<< 1.5.0)
+Description: PHP PEAR module for parsing MIME messages
+ Provides a class to deal with decoding of mime messages
+ into a usable structure.
Added: pear/php-mail-mimedecode/trunk/debian/copyright
===================================================================
--- pear/php-mail-mimedecode/trunk/debian/copyright (rev 0)
+++ pear/php-mail-mimedecode/trunk/debian/copyright 2008-05-09 09:19:48 UTC (rev 1063)
@@ -0,0 +1,39 @@
+This package was debianized by Vincent Bernat <bernat at luffy.cx> on
+Sat, 29 Mar 2008 18:22:47 +0100.
+
+It was downloaded from http://pear.php.net/package/Mail_mimeDecode
+
+Upstream Authors:
+ - Richard Heyes <richard at phpguru.org>
+ - George Schlossnagle <george at omniti.com>
+ - Cipriano Groenendal <cipri at php.net>
+ - Sean Coates <sean at php.net>
+
+Copyright (c) 2002-2003 Richard Heyes
+Copyright (c) 2003-2006 PEAR
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+o Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+o Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+o The names of the authors may not be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Added: pear/php-mail-mimedecode/trunk/debian/install
===================================================================
--- pear/php-mail-mimedecode/trunk/debian/install (rev 0)
+++ pear/php-mail-mimedecode/trunk/debian/install 2008-05-09 09:19:48 UTC (rev 1063)
@@ -0,0 +1 @@
+Mail_mimeDecode-*/*.php /usr/share/php/Mail
Added: pear/php-mail-mimedecode/trunk/debian/rules
===================================================================
--- pear/php-mail-mimedecode/trunk/debian/rules (rev 0)
+++ pear/php-mail-mimedecode/trunk/debian/rules 2008-05-09 09:19:48 UTC (rev 1063)
@@ -0,0 +1,36 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+clean:
+ dh_testdir
+ dh_testroot
+ dh_clean
+
+build:
+install:
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+binary-indep: install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_install
+ find debian/php-mail-mimedecode/usr/share/php/ -type f | xargs chmod -x
+ dh_link
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary-arch:
+
+binary: binary-indep
+.PHONY: build clean binary-indep binary-arch binary install configure
Property changes on: pear/php-mail-mimedecode/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: pear/php-mail-mimedecode/trunk/debian/watch
===================================================================
--- pear/php-mail-mimedecode/trunk/debian/watch (rev 0)
+++ pear/php-mail-mimedecode/trunk/debian/watch 2008-05-09 09:19:48 UTC (rev 1063)
@@ -0,0 +1,2 @@
+version=3
+http://pear.php.net/package/Mail_mimeDecode/download http://download.pear.php.net/package/Mail_mimeDecode-([\d.]+)\.tgz
More information about the Pkg-php-commits
mailing list