diff --git a/debian/changelog b/debian/changelog
index 753754f..8895c77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+suitesparse (1:3.4.0-3) unstable; urgency=low
+
+  * Team upload.
+
+  [ Sylvestre Ledru ]
+  * Standard-Version updated to 3.9.3 (no changes requiered)
+
+  [ Evgeni Golov ]
+  * [f782819] Add -g to CFLAGS. (Closes: #682177)
+  * [d43b31b] Honour CFLAGS in debian/patches/09-CSparse_Lib_Makefile.diff
+
+  [ Anton Gladky ]
+  * [3a0e1c1] Move repository into debian-science.
+
+ -- Evgeni Golov <evgeni@debian.org>  Sat, 04 Aug 2012 22:40:53 +0200
+
 suitesparse (1:3.4.0-2) unstable; urgency=low
 
   * Maintainer changed to Debian Science
diff --git a/debian/control.in b/debian/control.in
index 04eafc2..f339a5a 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -7,10 +7,10 @@ Uploaders: Christophe Prud'homme <prudhomm@debian.org>,
 DM-Upload-Allowed: yes
 Build-Depends: cdbs (>= 0.4.52), debhelper (>= 6.0.7), quilt, gfortran,
  libblas-dev, liblapack-dev
-Standards-Version: 3.8.4
+Standards-Version: 3.9.3
 Homepage: http://www.cise.ufl.edu/research/sparse/SuiteSparse/
-Vcs-Git: git://git.debian.org/git/pkg-scicomp/suitesparse.git
-Vcs-Browser: http://git.debian.org/?p=pkg-scicomp/suitesparse.git
+Vcs-Git: git://git.debian.org/git/debian-science/packages/suitesparse.git
+Vcs-Browser: http://git.debian.org/?p=debian-science/packages/suitesparse.git
 
 Package: @AMD@
 Section: libs
diff --git a/debian/patches/09-CSparse_Lib_Makefile.diff b/debian/patches/09-CSparse_Lib_Makefile.diff
index b922439..6cd8d6c 100644
--- a/debian/patches/09-CSparse_Lib_Makefile.diff
+++ b/debian/patches/09-CSparse_Lib_Makefile.diff
@@ -12,7 +12,7 @@ diff -u upstrm/CSparse/Lib/Makefile debsrc/CSparse/Lib/Makefile
 +#CC = cc
 +#CFLAGS = -O -I../Include
 +
-+C = $(CC) -O -I../Include
++C = $(CC) $(CFLAGS) -I../Include
  
  AR = ar cr
  RANLIB = ranlib
diff --git a/debian/rules b/debian/rules
index 2ec73c0..2bb6ee6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ DEB_MAKE_CLEAN_TARGET    := clean
 DEB_MAKE_BUILD_TARGET    := default
 DEB_COMPRESS_EXCLUDE     := .pdf
 
-CFLAGS=-fexceptions -Wall -O3
+CFLAGS=-fexceptions -Wall -O3 -g
 ifeq ($(DEB_HOST_ARCH_CPU),amd64)
  CFLAGS+=-m64
 endif
