From: Brian Warner Date: Thu, 29 Mar 2007 21:48:42 +0000 (-0700) Subject: update feisty packaging X-Git-Url: https://git.rkrishnan.org/frontends/webapi.txt?a=commitdiff_plain;h=1ce6fe8c46572143c248a0e3805a2791d5ab5118;p=tahoe-lafs%2Ftahoe-lafs.git update feisty packaging --- diff --git a/.darcs-boringfile b/.darcs-boringfile index d5c8037e..79c92fc3 100644 --- a/.darcs-boringfile +++ b/.darcs-boringfile @@ -42,10 +42,11 @@ ^dist($|/) ^debian($|/) -^(dapper|sid)/debian/allmydata -^(dapper|sid)/debian/files$ +^(dapper|sid|feisty)/debian/allmydata +^(dapper|sid|feisty)/debian/files$ ^build($|/) ^build-stamp$ +^python-build-stamp-2.[45]$ ^\.figleaf$ ^coverage-html($|/) ^twisted/plugins/dropin\.cache$ diff --git a/feisty/debian/control b/feisty/debian/control index 0c4d1983..29626ddf 100644 --- a/feisty/debian/control +++ b/feisty/debian/control @@ -4,11 +4,13 @@ Priority: optional Maintainer: Brian Warner Build-Depends: debhelper (>= 5.0.37.1), cdbs (>= 0.4.41), python-central (>= 0.4.10), python, python-all-dev Build-Depends-Indep: python-twisted +XS-Python-Version: 2.4,2.5 Standards-Version: 3.7.2 Package: allmydata-tahoe Architecture: all Depends: ${python:Depends}, python-twisted, python-foolscap, python-pyopenssl, python-nevow Recommends: +XB-Python-Version: 2.4,2.5 Description: A secure distributed filestore Allmydata (tahoe2) diff --git a/feisty/debian/rules b/feisty/debian/rules index a5bcb01c..af77fd9e 100644 --- a/feisty/debian/rules +++ b/feisty/debian/rules @@ -16,7 +16,6 @@ install/allmydata-tahoe:: python setup.py install --root=$(STAGING_DIR) dh_pycentral - dh_python clean:: -rm -rf build