Dear maintainer,

Here is the NMU diff according to DevRef 5.11.1[1][2] for bug: #571220.
See the debian/patches directory for the important fixes.

Please let me know if I can proceed with the NMU for this grave bug
tagged "squeeze".

Thank you for maintaining the package,
Jari Aalto

[1] http://www.debian.org/doc/developers-reference/pkgs.html#nmu
[2] http://dep.debian.net/deps/dep1.html

lsdiff(1) of changes:

    phppgadmin-4.2.3/debian/changelog
    phppgadmin-4.2.3/debian/patches/php5.3-reference-value-fix.patch
    phppgadmin-4.2.3/debian/patches/series

diffstat for phppgadmin-4.2.3 phppgadmin-4.2.3

 changelog                                |   10 ----------
 patches/php5.3-reference-value-fix.patch |   29 -----------------------------
 patches/series                           |    1 -
 3 files changed, 40 deletions(-)

diff -Nru phppgadmin-4.2.3/debian/changelog phppgadmin-4.2.3/debian/changelog
--- phppgadmin-4.2.3/debian/changelog	2010-10-15 17:02:24.000000000 +0300
+++ phppgadmin-4.2.3/debian/changelog	2010-04-27 23:33:25.000000000 +0300
@@ -1,13 +1,3 @@
-phppgadmin (4.2.3-2.1) unstable; urgency=low
-
-  * Non-maintainer upload.
-  * debian/patches
-    - (php5.3-reference-value-fix.patch): New. Patch thanks to
-      Alan Chandler <alan.chand...@chandlerfamily.org.uk>.
-      (grave; Closes: #571220).
-
- -- Jari Aalto <jari.aa...@cante.net>  Fri, 15 Oct 2010 17:02:24 +0300
-
 phppgadmin (4.2.3-1) unstable; urgency=low
 
   * New upstream release
diff -Nru phppgadmin-4.2.3/debian/patches/php5.3-reference-value-fix.patch phppgadmin-4.2.3/debian/patches/php5.3-reference-value-fix.patch
--- phppgadmin-4.2.3/debian/patches/php5.3-reference-value-fix.patch	2010-10-15 17:00:11.000000000 +0300
+++ phppgadmin-4.2.3/debian/patches/php5.3-reference-value-fix.patch	1970-01-01 02:00:00.000000000 +0200
@@ -1,29 +0,0 @@
-From e027af3b3d21bb6c6fe3bf6f4a4578949bd3aeb3 Mon Sep 17 00:00:00 2001
-From: Jari Aalto <jari.aa...@cante.net>
-Date: Fri, 15 Oct 2010 17:00:06 +0300
-Subject: [PATCH] Do not use reference for PHP 5.3 by Alan Chandler <alan.chand...@chandlerfamily.org.uk>
-Organization: Private
-Content-Type: text/plain; charset="utf-8"
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Jari Aalto <jari.aa...@cante.net>
----
- classes/Misc.php |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/classes/Misc.php b/classes/Misc.php
-index c8d2396..e6dd0e4 100644
---- a/classes/Misc.php
-+++ b/classes/Misc.php
-@@ -341,7 +341,7 @@
- 			// Create a database wrapper class for easy manipulation of the
- 			// connection.
- 			include_once('./classes/database/' . $_type . '.php');
--			$data =& new $_type($_connection->conn);
-+			$data = new $_type($_connection->conn);
- 			$data->platform = $_connection->platform;
- 
- 			return $data;
--- 
-1.7.1
-
diff -Nru phppgadmin-4.2.3/debian/patches/series phppgadmin-4.2.3/debian/patches/series
--- phppgadmin-4.2.3/debian/patches/series	2010-10-15 17:00:48.000000000 +0300
+++ phppgadmin-4.2.3/debian/patches/series	2008-06-20 16:43:49.000000000 +0300
@@ -1,3 +1,2 @@
 slony1-path.patch
 localhost.patch
-php5.3-reference-value-fix.patch

Reply via email to