From 867e9205ad1c766c0e9248f98064a3848aa77924 Mon Sep 17 00:00:00 2001 From: Nicolas Valcarcel Scerpella Date: Tue, 23 Jun 2009 17:40:55 -0500 Subject: [PATCH] Added intltool to build-depends; move from pycentral to pysupport --- debian/control | 4 ++-- debian/rules | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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