diff -urN html2text-1.3.2a.old/debian/changelog html2text-1.3.2a/debian/changelog
--- html2text-1.3.2a.old/debian/changelog	2013-05-23 13:48:11.000000000 -0700
+++ html2text-1.3.2a/debian/changelog	2013-05-23 13:49:51.832493541 -0700
@@ -1,3 +1,10 @@
+html2text (1.3.2a-15.1) UNRELEASED; urgency=low
+
+  * debian/control, debian/rules, debian/source/format:
+    - Switch to "3.0 (quilt)" format.
+
+ -- Daniel Schepler <schepler@debian.org>  Thu, 23 May 2013 13:49:38 -0700
+
 html2text (1.3.2a-15) unstable; urgency=low
 
   * debian/copyright:
diff -urN html2text-1.3.2a.old/debian/control html2text-1.3.2a/debian/control
--- html2text-1.3.2a.old/debian/control	2013-05-23 13:48:11.000000000 -0700
+++ html2text-1.3.2a/debian/control	2013-05-23 13:48:02.690298205 -0700
@@ -2,7 +2,7 @@
 Section: web
 Priority: optional
 Maintainer: Eugene V. Lyubimkin <jackyf@debian.org>
-Build-Depends: debhelper (>= 6), quilt (>= 0.40)
+Build-Depends: debhelper (>= 6)
 Standards-Version: 3.8.4
 Vcs-Git: git://git.debian.org/collab-maint/html2text.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/html2text.git;a=summary
diff -urN html2text-1.3.2a.old/debian/rules html2text-1.3.2a/debian/rules
--- html2text-1.3.2a.old/debian/rules	2013-05-23 13:48:11.000000000 -0700
+++ html2text-1.3.2a/debian/rules	2013-05-23 13:47:47.469991812 -0700
@@ -5,19 +5,17 @@
 	MAKEFLAGS += -j$(NUMJOBS)
 endif
 
-include /usr/share/quilt/quilt.make
-
 DEB=debian/html2text
 
 build: build-stamp
-build-stamp: debian/stamp-patched
+build-stamp:
 	dh_testdir
 	./configure --prefix=$(DEB)/usr
 	sed -i 's/$$(CXXFLAGS)/$$(CXXFLAGS) $$(DEB_CXXFLAGS)/g' Makefile
 	$(MAKE) DEB_CXXFLAGS="$(CFLAGS)" LOCAL_LDFLAGS=-g 
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
@@ -32,7 +30,9 @@
 	dh_installdirs
 
 test: build
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	cd debian/tests/ && sh runtests
+endif
 
 binary-indep:
 
