From: Brian Warner Date: Tue, 5 Dec 2006 21:40:02 +0000 (-0700) Subject: debian: change name of debian packages to 'allmydata-tahoe' to avoid conflicts X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~446 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=5937564a1ceac26b9130a65c7cb15cdf55739345;p=tahoe-lafs%2Ftahoe-lafs.git debian: change name of debian packages to 'allmydata-tahoe' to avoid conflicts --- diff --git a/dapper/debian/changelog b/dapper/debian/changelog index 9450e1e1..9f4e959e 100644 --- a/dapper/debian/changelog +++ b/dapper/debian/changelog @@ -1,4 +1,4 @@ -allmydata (0.0.1) unstable; urgency=low +allmydata-tahoe (0.0.1) unstable; urgency=low * experimental packaging diff --git a/dapper/debian/control b/dapper/debian/control index 008430d2..13319a84 100644 --- a/dapper/debian/control +++ b/dapper/debian/control @@ -1,11 +1,11 @@ -Source: allmydata +Source: allmydata-tahoe Section: python Priority: optional Maintainer: Brian Warner Build-Depends: debhelper (>> 4.1.68), python2.4-dev, python2.4-twisted, cdbs Standards-Version: 3.7.2 -Package: allmydata +Package: allmydata-tahoe Architecture: all Depends: python (>= 2.4), python (<< 2.5), python2.4-foolscap Description: A secure distributed filestore diff --git a/dapper/debian/rules b/dapper/debian/rules index d96a65c9..78a33809 100644 --- a/dapper/debian/rules +++ b/dapper/debian/rules @@ -33,7 +33,7 @@ install: build ## Python 2.4 python2.4 setup.py build - python2.4 setup.py install --prefix=debian/allmydata/usr + python2.4 setup.py install --prefix=debian/allmydata-tahoe/usr # Build architecture-independent files here. diff --git a/sid/debian/changelog b/sid/debian/changelog index 9450e1e1..9f4e959e 100644 --- a/sid/debian/changelog +++ b/sid/debian/changelog @@ -1,4 +1,4 @@ -allmydata (0.0.1) unstable; urgency=low +allmydata-tahoe (0.0.1) unstable; urgency=low * experimental packaging diff --git a/sid/debian/control b/sid/debian/control index 30724310..87a37b46 100644 --- a/sid/debian/control +++ b/sid/debian/control @@ -1,4 +1,4 @@ -Source: allmydata +Source: allmydata-tahoe Section: python Priority: optional Maintainer: Brian Warner @@ -7,7 +7,7 @@ Build-Depends-Indep: python-twisted-core XS-Python-Version: 2.4 Standards-Version: 3.7.2 -Package: allmydata +Package: allmydata-tahoe Architecture: all Depends: ${python:Depends}, python-twisted-core, python-foolscap, python-pyopenssl, python-twisted-names Recommends: diff --git a/sid/debian/rules b/sid/debian/rules index 335b9584..2335e90e 100644 --- a/sid/debian/rules +++ b/sid/debian/rules @@ -8,7 +8,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk -install/python-foolscap:: +install/allmydata-tahoe:: dh_installdocs client.tac queen.tac clean::