[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug #602865: please unblock php-net-smtp 1.4.2-2



Hi to all the RT,

I managed to fix #602865 when being at FOSSASIA, thanks to Paul Wise
that helped me with using SVN (which I never used before, I'm a Git fan
and switched directly from CVS to Git).

Here's the changelog:

* Added a Conflicts: php-pear (<< 5.3), and now depends on php-pear (>=
5.3) because otherwise upgrading path from Lenny is borken (Closes:
#602865).
* Added myself as an uploader.

Here's the relevant change:

-Depends: php-pear, php-net-socket (>= 1.0.7), ${misc:Depends}
+Depends: php-pear (>= 5.3), php-net-socket (>= 1.0.7), ${misc:Depends}
+Breaks: php-pear (<< 5.3)

The full interdiff is attached. Please allow this fix to reach Squeeze
so that upgrading from Lenny with php-net-smtp can be done without issue.

Thomas Goirand (zigo)
diff -r -u php-net-smtp-1.4.2/debian/changelog build-area/debian/changelog
--- php-net-smtp-1.4.2/debian/changelog	2010-05-10 04:39:50.000000000 +0800
+++ build-area/debian/changelog	2010-11-14 16:20:36.000000000 +0800
@@ -1,3 +1,11 @@
+php-net-smtp (1.4.2-2) unstable; urgency=low
+
+  * Added a Conflicts: php-pear (<< 5.3), and now depends on php-pear (>= 5.3)
+    because otherwise upgrading path from Lenny is borken (Closes: #602865).
+  * Added myself as an uploader.
+
+ -- Thomas Goirand <zigo@debian.org>  Sun, 14 Nov 2010 16:16:34 +0800
+
 php-net-smtp (1.4.2-1) unstable; urgency=low
 
   * New upstream release
diff -r -u php-net-smtp-1.4.2/debian/control build-area/debian/control
--- php-net-smtp-1.4.2/debian/control	2010-05-10 04:41:08.000000000 +0800
+++ build-area/debian/control	2010-11-14 16:18:42.000000000 +0800
@@ -2,7 +2,7 @@
 Section: php
 Priority: optional
 Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
-Uploaders: Guillaume Delacour <gui@iroqwa.org>
+Uploaders: Guillaume Delacour <gui@iroqwa.org>, Thomas Goirand <zigo@debian.org>
 Build-Depends: debhelper (>= 5) , dh-make-php (>= 0.2.3)
 Build-Depends-Indep: php-pear
 Standards-Version: 3.8.4
@@ -12,7 +12,8 @@
 
 Package: php-net-smtp
 Architecture: all
-Depends: php-pear, php-net-socket (>= 1.0.7), ${misc:Depends}
+Depends: php-pear (>= 5.3), php-net-socket (>= 1.0.7), ${misc:Depends}
+Breaks: php-pear (<< 5.3)
 Recommends: php-auth-sasl
 Description: PHP PEAR module implementing SMTP protocol
  Provides an implementation of the SMTP protocol using

Reply to: