Package: bzr-builddeb
Version: 0.92
Severity: important
Tags: patch

hi,

in merge mode, the file .bzr-builddeb/default.conf is not removed.
attached is a patch that fixes the typo causing this bug.

my configuration file contains the following:
--
[BUILDER]
merge = True
--

cheers, paul

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.24-1-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bzr-builddeb depends on:
ii  bzr                           1.1~rc1-1  easy to use distributed version co
ii  bzrtools                      1.1.0-1    Collection of tools for bzr
ii  devscripts                    2.10.14    scripts to make the life of a Debi
ii  dpkg-dev                      1.14.16.6  package building tools for Debian
ii  fakeroot                      1.9.2      Gives a fake root environment
ii  patchutils                    0.2.31-4   Utilities to work with patches
ii  python                        2.4.4-6    An interactive high-level object-o
ii  python-apt                    0.7.4+b1   Python interface to libapt-pkg
ii  python-central                0.5.15-0.1 register and build utility for Pyt
ii  python-debian                 0.1.8      python modules to work with Debian

bzr-builddeb recommends no packages.

-- no debconf information
--- bzr-builddeb-0.92/builder.py	2007-11-12 16:40:34.000000000 +0100
+++ bzr-builddeb-0.92.1/builder.py	2008-02-04 20:54:58.000000000 +0100
@@ -424,7 +424,7 @@
       shutil.rmtree(os.path.join(source_dir, 'debian'))
     recursive_copy(tempdir, source_dir)
     shutil.rmtree(basetempdir)
-    remove_bzrbuilddeb_dir(os.path.join(source_dir, "debian"))
+    remove_bzrbuilddeb_dir(source_dir)
 
 class DebNativeBuild(DebBuild):
   """A subclass of DebBuild that builds native packages."""

Attachment: signature.asc
Description: Digital signature

Reply via email to