[Pkg-bazaar-maint] *more* syncing debian and ubuntu
Robert Collins
robertc at robertcollins.net
Wed Aug 1 01:21:57 UTC 2007
Hi,
I have a few more things to be able to just collaborate on the debian
packages. I'm building debs - essentially backports - for
bazaar-vcs.org.
These changes:
* Drop version constraints in Build-Depends and Depends, all are
satisfied in etch.
Huge problem for building in old distro releases reliably.
* Add a patch to skip the generation of doc/developers/*.htm, since we
don't
ship those in the package.
We should ship these in the docs package.
* Bits to help Ubuntu:
+ prefix dependency and build-dependency on python-celementtree with
a
"python (>> 2.5)" alternative, since Python 2.5 includes
celementtree.
>> is strictly greater - e.g. 2.6 and above. I'm pretty sure I supplied
a patch with >= 2.5
Anyhow, heres another patch.
=== modified file 'control'
--- control 2007-07-17 15:15:19 +0000
+++ control 2007-08-01 01:14:57 +0000
@@ -2,16 +2,16 @@
Section: devel
Priority: optional
Maintainer: Debian Bazaar Maintainers
<pkg-bazaar-maint at lists.alioth.debian.org>
-Uploaders: Rob Weir <rweir at ertius.org>, Jeff Bailey
<jbailey at raspberryginger.com>, Andres Salomon <dilinger at debian.org>,
Adeodato Simó <dato at net.com.org.es>, Wouter van Heyst
<larstiq at larstiq.dyndns.org>, Reinhard Tartler <siretart at tauware.de>
-Build-Depends: debhelper, cdbs, quilt, python, python-central
-Build-Depends-Indep: python-docutils, python (>> 2.5) |
python-celementtree, python-paramiko
+Uploaders: Rob Weir <rweir at ertius.org>, Jeff Bailey
<jbailey at raspberryginger.com>, Andres Salomon <dilinger at debian.org>,
Adeodato Simó <dato at net.com.org.es>, Wouter van Heyst
<larstiq at larstiq.dyndns.org>, Reinhard Tartler <siretart at tauware.de>,
Robert Collins <robertc at robertcollins.net>
+Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.43), python-central
(>= 0.5.6)
+Build-Depends-Indep: python-docutils (>= 0.4-2), python (>= 2.5) |
python-celementtree (>= 1.0.5-7), python-paramiko
Standards-Version: 3.7.2
XS-Python-Version: >= 2.4
XS-VCS-Bzr: http://bzr.debian.org/pkg-bazaar/bzr/unstable
Package: bzr
Architecture: all
-Depends: ${python:Depends}, python (>> 2.5) | python-celementtree
+Depends: ${python:Depends}, python (>= 2.5) | python-celementtree (>=
1.0.5-7)
Recommends: python-paramiko, python-pycurl
Suggests: libxml2-utils
Conflicts: bzr-doc
=== modified file 'rules'
--- rules 2007-07-17 15:15:19 +0000
+++ rules 2007-08-01 01:10:02 +0000
@@ -4,7 +4,6 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-Rob
--
GPG key available at: <http://www.robertcollins.net/keys.txt>.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.alioth.debian.org/pipermail/pkg-bazaar-maint/attachments/20070801/eb1ece34/attachment.pgp
More information about the Pkg-bazaar-maint
mailing list