From ba9158ba221f522239f9d4f63843fea3d55ff7ed Mon Sep 17 00:00:00 2001 From: Sebastian Heinlein Date: Sat, 25 Nov 2006 14:28:06 +0100 Subject: * make use of distutils-extra --- debian/control | 2 +- setup.cfg | 4 ++++ setup.py | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 6d1200d2..5eda3ff5 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: unknown Priority: optional XS-Python-Version: all Maintainer: Sebastian Heinlein -Build-Depends: cdbs, debhelper (>= 5.0.37.2), python-central (>= 0.5) +Build-Depends: cdbs, debhelper (>= 5.0.37.2), python-central (>= 0.5), python-distutils-extra Standards-Version: 3.7.2 Package: python-aptsources diff --git a/setup.cfg b/setup.cfg index a7b19c97..fc694b61 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1 +1,5 @@ [build] +l10n=True +merge-files=["build/templates", ["data/templates/Ubuntu.info.in",\ + "data/templates/Debian.info.in"] + diff --git a/setup.py b/setup.py index 44b30e9c..ec480ee0 100755 --- a/setup.py +++ b/setup.py @@ -12,4 +12,6 @@ setup( glob.glob('build/templates/*.info'))], license = 'GNU GPL', platforms = 'posix', + cmdclass = { "build" : build_plus, + "build_l10n" : build_l10n } ) -- cgit v1.2.3