Index: host/trunk/empath/trunk/debian/rules
===================================================================
--- host/trunk/empath/trunk/debian/rules	(revision 5697)
+++ host/trunk/empath/trunk/debian/rules	(working copy)
@@ -4,3 +4,5 @@ include /usr/share/cdbs/1/rules/debhelpe
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
+update-config::
+	./autogen.sh
Index: host/trunk/empath/trunk/Makefile.am
===================================================================
--- host/trunk/empath/trunk/Makefile.am	(revision 5697)
+++ host/trunk/empath/trunk/Makefile.am	(working copy)
@@ -3,10 +3,7 @@ SUBDIRS = src . po doc
 
 empathdocdir = ${prefix}/share/doc/empath
 
-pot: Makefile
-	${MAKE} -C po $(PACKAGE).pot
-
-all-local: pot
+#all-local: pot
 
 man_MANS = empath.1
 
