debian: update to source format git
diff --git a/debian/changelog b/debian/changelog
index 4171b94..d37c4ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openggsn (0.91-2) unstable; urgency=low
+
+  * Switch to source/format (git)
+
+ -- Harald Welte <laforge@gnumonks.org>  Tue, 10 May 2011 17:31:37 +0200
+
 openggsn (0.91-1) unstable; urgency=low
 
   * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
diff --git a/debian/rules b/debian/rules
index c30bbdb..1f8bb8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,7 @@
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 
+CFLAGS = -Wall -g
 
 %:
-	dh $@ 
+	dh --with autoreconf $@
diff --git a/debian/source/format b/debian/source/format
index 163aaf8..af745b3 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-3.0 (quilt)
+3.0 (git)