No longer calling debconf-updatepo in clean target of rules.

bzr revid: p_christ@hol.gr-20101019095440-lcmlikz33u21uhue
This commit is contained in:
Daniel Baumann 2010-10-19 12:54:40 +03:00 committed by P. Christeas
parent cff3cc6b9a
commit d82f368aab
2 changed files with 1 additions and 3 deletions

2
debian/control vendored
View File

@ -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/

2
debian/rules vendored
View File

@ -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: