diff --git a/debian/control b/debian/control index 5dc07b92..41cac79b 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Priority: optional Maintainer: Nicolas Valcárcel Scerpella Uploaders: Rudy Godoy Guillén , Python Applications Packaging Team -Build-Depends: debhelper (>= 5.0.62), python, cdbs (>= 0.4.49) -Build-Depends-Indep: python-central (>= 0.5.6) +Build-Depends: debhelper (>= 5.0.62), python, cdbs (>= 0.4.49), intltool +Build-Depends-Indep: python-support (>= 0.5.3) Standards-Version: 3.8.0 Vcs-Svn: svn://svn.debian.org/python-apps/packages/terminator/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/terminator/trunk/ diff --git a/debian/rules b/debian/rules index 50c52bd3..e6d90328 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f # -*- makefile -*- -DEB_PYTHON_SYSTEM = pycentral +DEB_PYTHON_SYSTEM = pysupport include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk