[Pkg-php-commits] r1473 - in pear/php-mail-mimedecode/tags: . 1.5.5-1/debian

Vincent Bernat bernat at alioth.debian.org
Mon Jun 6 17:43:18 UTC 2011


Author: bernat
Date: 2011-06-06 17:43:18 +0000 (Mon, 06 Jun 2011)
New Revision: 1473

Added:
   pear/php-mail-mimedecode/tags/1.5.5-1/
   pear/php-mail-mimedecode/tags/1.5.5-1/debian/changelog
   pear/php-mail-mimedecode/tags/1.5.5-1/debian/control
   pear/php-mail-mimedecode/tags/1.5.5-1/debian/source/
Removed:
   pear/php-mail-mimedecode/tags/1.5.5-1/debian/changelog
   pear/php-mail-mimedecode/tags/1.5.5-1/debian/control
Log:
[svn-buildpackage] Tagging php-mail-mimedecode 1.5.5-1

Deleted: pear/php-mail-mimedecode/tags/1.5.5-1/debian/changelog
===================================================================
--- pear/php-mail-mimedecode/trunk/debian/changelog	2011-05-07 22:39:49 UTC (rev 1469)
+++ pear/php-mail-mimedecode/tags/1.5.5-1/debian/changelog	2011-06-06 17:43:18 UTC (rev 1473)
@@ -1,25 +0,0 @@
-php-mail-mimedecode (1.5.0-3) unstable; urgency=low
-
-  * Switch to cdbs and follows draft policy for PEAR packages
-     + Add Vcs-* fields
-     + Depends on dh-make-php and cdbs
-     + Add debian/dirs
-     + Add versioned dependency on php-pear (>= 1.6.0)
-     + Debian PHP Maintainers team as Maintainer in debian/control
-  * Switch debian/copyright to machine-readable form
-
- -- Vincent Bernat <bernat at debian.org>  Fri, 09 May 2008 11:39:15 +0200
-
-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
-

Copied: pear/php-mail-mimedecode/tags/1.5.5-1/debian/changelog (from rev 1472, pear/php-mail-mimedecode/trunk/debian/changelog)
===================================================================
--- pear/php-mail-mimedecode/tags/1.5.5-1/debian/changelog	                        (rev 0)
+++ pear/php-mail-mimedecode/tags/1.5.5-1/debian/changelog	2011-06-06 17:43:18 UTC (rev 1473)
@@ -0,0 +1,36 @@
+php-mail-mimedecode (1.5.5-1) unstable; urgency=low
+
+  * New upstream release.
+      + Include fixes that closes: #286772.
+      + Include another fix that closes: #627569.
+  * Switch to 3.0 (quilt) format.
+  * Move dh-make-php in Build-Depends since it could be needed for the
+    clean target.
+
+ -- Vincent Bernat <bernat at debian.org>  Mon, 06 Jun 2011 19:35:13 +0200
+
+php-mail-mimedecode (1.5.0-3) unstable; urgency=low
+
+  * Switch to cdbs and follows draft policy for PEAR packages
+     + Add Vcs-* fields
+     + Depends on dh-make-php and cdbs
+     + Add debian/dirs
+     + Add versioned dependency on php-pear (>= 1.6.0)
+     + Debian PHP Maintainers team as Maintainer in debian/control
+  * Switch debian/copyright to machine-readable form
+
+ -- Vincent Bernat <bernat at debian.org>  Fri, 09 May 2008 11:39:15 +0200
+
+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
+

Deleted: pear/php-mail-mimedecode/tags/1.5.5-1/debian/control
===================================================================
--- pear/php-mail-mimedecode/trunk/debian/control	2011-05-07 22:39:49 UTC (rev 1469)
+++ pear/php-mail-mimedecode/tags/1.5.5-1/debian/control	2011-06-06 17:43:18 UTC (rev 1473)
@@ -1,20 +0,0 @@
-Source: php-mail-mimedecode
-Section: php
-Priority: optional
-Maintainer: Debian PHP Maintainers <pkg-php-maint at lists.alioth.debian.org>
-Uploaders: Vincent Bernat <bernat at debian.org>
-Build-Depends: debhelper (>= 5), cdbs
-Build-Depends-Indep: dh-make-php (>= 0.2.3)
-Standards-Version: 3.7.3
-Homepage: http://pear.php.net/package/Mail_mimeDecode/
-Vcs-Svn: svn://svn.debian.org/pkg-php/pear/php-mail-mimedecode/trunk
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-php/pear/php-mail-mimedecode/trunk
-
-Package: php-mail-mimedecode
-Architecture: all
-Depends: php-pear (>= 1.6.0), ${misc:Depends}
-Conflicts: php-mail-mime (<< 1.5.0)
-Replaces: php-mail-mime (<< 1.5.0)
-Description: PHP PEAR module to decode MIME messages
- Provides a class to deal with decoding and interpreting of mime
- messages into a usable structure.

Copied: pear/php-mail-mimedecode/tags/1.5.5-1/debian/control (from rev 1471, pear/php-mail-mimedecode/trunk/debian/control)
===================================================================
--- pear/php-mail-mimedecode/tags/1.5.5-1/debian/control	                        (rev 0)
+++ pear/php-mail-mimedecode/tags/1.5.5-1/debian/control	2011-06-06 17:43:18 UTC (rev 1473)
@@ -0,0 +1,19 @@
+Source: php-mail-mimedecode
+Section: php
+Priority: optional
+Maintainer: Debian PHP Maintainers <pkg-php-maint at lists.alioth.debian.org>
+Uploaders: Vincent Bernat <bernat at debian.org>
+Build-Depends: debhelper (>= 5), cdbs, dh-make-php (>= 0.2.3)
+Standards-Version: 3.9.2
+Homepage: http://pear.php.net/package/Mail_mimeDecode/
+Vcs-Svn: svn://svn.debian.org/pkg-php/pear/php-mail-mimedecode/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-php/pear/php-mail-mimedecode/trunk
+
+Package: php-mail-mimedecode
+Architecture: all
+Depends: php-pear (>= 1.6.0), ${misc:Depends}
+Conflicts: php-mail-mime (<< 1.5.0)
+Replaces: php-mail-mime (<< 1.5.0)
+Description: PHP PEAR module to decode MIME messages
+ Provides a class to deal with decoding and interpreting of mime
+ messages into a usable structure.




More information about the Pkg-php-commits mailing list