diff -Nur pam-mysql-0.5.0/debian/changelog pam-mysql-0.6.2/debian/changelog
--- pam-mysql-0.5.0/debian/changelog	2006-04-18 11:15:00.000000000 +0200
+++ pam-mysql-0.6.2/debian/changelog	2006-04-18 12:10:07.000000000 +0200
@@ -1,3 +1,12 @@
+pam-mysql (0.6.2-1) unstable; urgency=low
+
+  * New upstream release
+    + Fix security vulnerabilities CVE-2005-4713 and CVE-2006-0056
+      (Closes: #353589)
+    + Better loggin support (Closes: #292097)
+
+ -- Julien Danjou <acid@debian.org>  Tue, 18 Apr 2006 11:50:44 +0200
+
 pam-mysql (0.5.0-7.1) unstable; urgency=low
 
   * NMU
diff -Nur pam-mysql-0.5.0/debian/control pam-mysql-0.6.2/debian/control
--- pam-mysql-0.5.0/debian/control	2006-04-18 11:15:00.000000000 +0200
+++ pam-mysql-0.6.2/debian/control	2006-04-18 12:16:31.000000000 +0200
@@ -2,6 +2,7 @@
 Section: admin
 Priority: extra
 Maintainer: Pawel Wiecek <coven@debian.org>
+Uploaders: Julien Danjou <acid@debian.org>
 Standards-Version: 3.6.2.2
 Build-Depends: libpam0g-dev, libmysqlclient15-dev, debhelper (>= 4.0.0)
 
diff -Nur pam-mysql-0.5.0/debian/copyright pam-mysql-0.6.2/debian/copyright
--- pam-mysql-0.5.0/debian/copyright	2006-04-18 11:15:00.000000000 +0200
+++ pam-mysql-0.6.2/debian/copyright	2006-04-18 12:15:10.000000000 +0200
@@ -2,5 +2,19 @@
 
 Copyright 2000, Michael Alan Dorman <mdorman@debian.org>
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
 This package is made available under the GNU General Public License,
 which is available in /usr/share/common-licenses/GPL.
diff -Nur pam-mysql-0.5.0/debian/libpam-mysql.dirs pam-mysql-0.6.2/debian/libpam-mysql.dirs
--- pam-mysql-0.5.0/debian/libpam-mysql.dirs	2006-04-18 11:15:00.000000000 +0200
+++ pam-mysql-0.6.2/debian/libpam-mysql.dirs	1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-lib/security
diff -Nur pam-mysql-0.5.0/debian/libpam-mysql.docs pam-mysql-0.6.2/debian/libpam-mysql.docs
--- pam-mysql-0.5.0/debian/libpam-mysql.docs	2006-04-18 11:15:00.000000000 +0200
+++ pam-mysql-0.6.2/debian/libpam-mysql.docs	2006-04-18 11:56:56.000000000 +0200
@@ -1,2 +1,2 @@
-Readme
+README
 CREDITS
diff -Nur pam-mysql-0.5.0/debian/rules pam-mysql-0.6.2/debian/rules
--- pam-mysql-0.5.0/debian/rules	2006-04-18 11:15:00.000000000 +0200
+++ pam-mysql-0.6.2/debian/rules	2006-04-18 12:00:40.000000000 +0200
@@ -17,7 +17,7 @@
 	dh_testroot
 	dh_installdocs
 	dh_installman
-	dh_installchangelogs 
+	dh_installchangelogs ChangeLog
 	dh_link
 	dh_strip
 	dh_compress
@@ -42,19 +42,20 @@
 clean:
 	dh_testdir
 	dh_testroot
-	$(MAKE) extraclean
+	-$(MAKE) distclean
 	dh_clean arrange-stamp binary-stamp binary-arch-stamp binary-indep-stamp build-stamp config-stamp install-stamp
 
 config: config-stamp
 config-stamp:
 	dh_testdir
+	./configure --prefix=/usr
 	touch config-stamp
 
 install: install-stamp
 install-stamp: build
 	dh_testdir
 	dh_installdirs
-	install -m 644 -s pam_mysql.so debian/libpam-mysql/lib/security
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/libpam-mysql
 	touch install-stamp
 
 .PHONY: build clean binary-indep binary-arch binary install force-clean
