Added intltool to build-depends; move from pycentral to pysupport
This commit is contained in:
parent
bf6366c0c9
commit
867e9205ad
|
@ -5,8 +5,8 @@ Priority: optional
|
|||
Maintainer: Nicolas Valcárcel Scerpella <nvalcarcel@canonical.com>
|
||||
Uploaders: Rudy Godoy Guillén <rudy@debian.org>,
|
||||
Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
|
||||
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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue