From d82f368aabf63c4f6c6ffb5397e90fcf71ff655d Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Tue, 19 Oct 2010 12:54:40 +0300
Subject: [PATCH] No longer calling debconf-updatepo in clean target of rules.

bzr revid: p_christ@hol.gr-20101019095440-lcmlikz33u21uhue
---
 debian/control | 2 +-
 debian/rules   | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index a7bb7cdea7f7..42686e084a6a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: net
 Priority: optional
 Maintainer: Debian Open Object Maintainers <open-object@lists.debian-maintainers.org>
 Uploaders: Daniel Baumann <daniel@debian.org>
-Build-Depends: debhelper (>= 7), po-debconf, python-dev, quilt
+Build-Depends: debhelper (>= 7), python-dev, quilt
 Build-Depends-Indep: python-libxslt1, python-lxml, python-psycopg2
 Standards-Version: 3.8.3
 Homepage: http://www.openerp.com/
diff --git a/debian/rules b/debian/rules
index d974a63b2d1f..54f3cfdd5034 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,8 +27,6 @@ clean-patched: patch
 	rm -rf build openerp-server
 	-find $(CURDIR) -type f -name "*.pyc" | xargs rm -f
 
-	debconf-updatepo
-
 	dh_clean
 
 build:
-- 
GitLab