Your message dated Tue, 30 May 2006 17:17:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#365275: fixed in tailor 0.9.23-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: tailor
Version: 0.9.20-1
Severity: important
Tags: patch
Import from arch repositories using baz fails, because baz does not like
the '-f' option to the 'missing' command (the option is implicitly included
in baz).
The attached patch prevents tailor from using this option with baz.
Teemu
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (450, 'testing'), (400, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Versions of packages tailor depends on:
ii python2.4 2.4.2-2 An interactive high-level object-o
tailor recommends no packages.
-- no debconf information
--- repository.py.orig 2006-04-29 01:16:31.000000000 +0300
+++ repository.py 2006-04-29 01:46:07.000000000 +0300
@@ -393,4 +393,8 @@
if args[0] == 'tree-lint':
args = list(args)
args[0] = 'lint'
+ if args[0] == 'missing':
+ if args[1] == '-f':
+ args = list(args)
+ args[1:2] = [];
return TlaRepository.command(self, *args, **kwargs)
--- End Message ---
--- Begin Message ---
Source: tailor
Source-Version: 0.9.23-1
We believe that the bug you reported is fixed in the latest version of
tailor, which is due to be installed in the Debian FTP archive:
tailor_0.9.23-1.diff.gz
to pool/main/t/tailor/tailor_0.9.23-1.diff.gz
tailor_0.9.23-1.dsc
to pool/main/t/tailor/tailor_0.9.23-1.dsc
tailor_0.9.23-1_all.deb
to pool/main/t/tailor/tailor_0.9.23-1_all.deb
tailor_0.9.23.orig.tar.gz
to pool/main/t/tailor/tailor_0.9.23.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Vincent Danjean <[EMAIL PROTECTED]> (supplier of updated tailor package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 28 May 2006 17:54:56 +0200
Source: tailor
Binary: tailor
Architecture: source all
Version: 0.9.23-1
Distribution: unstable
Urgency: low
Maintainer: Vincent Danjean <[EMAIL PROTECTED]>
Changed-By: Vincent Danjean <[EMAIL PROTECTED]>
Description:
tailor - migrate changesets between version control systems
Closes: 353143 354164 360076 365275 369022
Changes:
tailor (0.9.23-1) unstable; urgency=low
.
* New upstream release (Closes: #369022)
- again several major changes
- most notably preserve the hunks order
- workaround to darcs changes --xml out of order output.
* [debian/rules] call dh_python with the "-V 2.4" argument
.
tailor (0.9.22-3) unstable; urgency=low
.
* [debian/copyright] add copyright for Debian packaging
.
tailor (0.9.22-2) unstable; urgency=low
.
* Dump debhelper compat level to 5 (no changes required)
* Close bugs fixed in the 0.9.22 release:
- baz import fails because of spurious command line option
(Closes: #365275)
- AttributeError: 'BzrBranch' object has no attribute 'get_inventory'
(Closes: #354164)
- Import fails when a CVS repo contains locks (Closes: #360076)
- heads up: working_tree() to be deprecated (Closes: #353143)
.
tailor (0.9.22-1) unstable; urgency=low
.
* New upstream release
- lots of major changes
- monotone 0.26
- bazaar-ng 0.8
- dropped mercurial CLI backend replaced by former hglib
- dropped obsolete and incomplete svndump
* Dump to Standard-Version 3.7.2 (no changes required)
.
tailor (0.9.21-2) unstable; urgency=low
.
* Fix Build-Depends/Build-Depends-Indep as some packages are needed in the
clean target
.
tailor (0.9.21-1) unstable; urgency=low
.
* New upstream release
- lots of mostly minor changes and fixes, mostly to svn, bzrng and hg
backends.
.
tailor (0.9.20-4) unstable; urgency=low
.
* Several fixes so that hglib works this hg 0.8.1
.
tailor (0.9.20-3) unstable; urgency=low
.
* Fix split in revision strings for CVS repo containing locks. Thanks
Lauri Alanko (Closes: #360076)
.
tailor (0.9.20-2) unstable; urgency=low
.
* fix typo in long description
Files:
fdbfcc4183feb8303dba0a217202e4a8 643 devel optional tailor_0.9.23-1.dsc
70a4eb55b932917359970e575020bcbb 132811 devel optional
tailor_0.9.23.orig.tar.gz
0132aeeeb986e74dfc42a8e657cad738 7241 devel optional tailor_0.9.23-1.diff.gz
cd26d6ce0df83eaeb566356b2b0976a2 119698 devel optional tailor_0.9.23-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEfN41ipBneRiAKDwRAi3WAJ9TERD+3iIcw1m/rAFlxZoNdOXiWQCfajNj
qBf+cIdYLgVQpZSM+6OCVWg=
=yY1M
-----END PGP SIGNATURE-----
--- End Message ---