Your message dated Wed, 22 Jun 2005 17:17:04 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#315232: fixed in svn-buildpackage 0.6.8 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) -------------------------------------- Received: (at submit) by bugs.debian.org; 21 Jun 2005 09:33:12 +0000 >From [EMAIL PROTECTED] Tue Jun 21 02:33:12 2005 Return-path: <[EMAIL PROTECTED]> Received: from smtp5.wanadoo.fr [193.252.22.26] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Dkf83-0005bV-00; Tue, 21 Jun 2005 02:33:11 -0700 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0501.wanadoo.fr (SMTP Server) with ESMTP id C73CE1C0010C for <[EMAIL PROTECTED]>; Tue, 21 Jun 2005 11:32:38 +0200 (CEST) Received: from bee.dooz.org (LNeuilly-152-21-10-39.w82-127.abo.wanadoo.fr [82.127.73.39]) by mwinf0501.wanadoo.fr (SMTP Server) with ESMTP id 6807A1C0011D; Tue, 21 Jun 2005 11:32:38 +0200 (CEST) X-ME-UUID: [EMAIL PROTECTED] Received: by bee.dooz.org (Postfix, from userid 1000) id B718F6959F00; Tue, 21 Jun 2005 11:32:42 +0200 (CEST) Date: Tue, 21 Jun 2005 11:32:42 +0200 From: =?iso-8859-1?Q?Lo=EFc?= Minier <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: Breaks in multiple way with subversion 1.2 Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline X-Reportbug-Version: 3.15 Content-Transfer-Encoding: quoted-printable Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: svn-buildpackage Version: 0.6.7 Severity: serious Hi, It's been a week that subversion 1.2 is in unstable, and I thought you would notice the breakages, but it seems no bug report is open about that, so here I go: svn-buildpackage is unusable for me in the pkg-gnome, pkg-gstreamer, and pkg-galeon repositories. I suppose this is mainly the combination of subversion 1.2 and of the usage of mergeWithUpstream. Here's the first failure type: bee% LC_ALL=3Dfr_FR svn-buildpackage ... rm -f debian/libgstreamer-plugins0.8-dev.install rm -f debian/libgstreamer-gconf0.8-0.install rm -f debian/libgstreamer-gconf0.8-dev.install buildArea: /home/lool/.svn-buildpackage/buildArea/pkg-gstreamer origDir: /home/lool/.svn-buildpackage/origDir/pkg-gstreamer trunkDir: /srv/sources/svn/svn.debian.org/pkg-gstreamer/unstable/= gst-plugins0.8 trunkUrl: svn+ssh://svn.debian.org/svn/pkg-gstreamer/unstable/gst= -plugins0.8 We are not in a working copy of SVN trunk directory This will pass a step with: bee% LC_ALL=3DC svn-buildpackage ??? rm -f debian/libgstreamer-plugins0.8-dev.install rm -f debian/libgstreamer-gconf0.8-0.install rm -f debian/libgstreamer-gconf0.8-dev.install buildArea: /home/lool/.svn-buildpackage/buildArea/pkg-gstreamer origDir: /home/lool/.svn-buildpackage/origDir/pkg-gstreamer trunkDir: /srv/sources/svn/svn.debian.org/pkg-gstreamer/unstable/= gst-plugins0.8 trunkUrl: svn+ssh://svn.debian.org/svn/pkg-gstreamer/unstable/gst= -plugins0.8 info svn+ssh://svn.debian.org/svn/pkg-gstreamer/unstable/gst-plugins0.8 info /home/lool/.svn-buildpackage/buildArea/pkg-gstreamer/gst-plugins0.8-0.8.9= exists, renaming to /home/lool/.svn-buildpackage/buildArea/pkg-gstreamer= /gst-plugins0.8-0.8.9.obsolete.0.101067102355049 mergeWithUpstream mode detected, looking for /home/lool/.svn-buildpackage= /origDir/pkg-gstreamer/gst-plugins0.8_0.8.9.orig.tar.gz I: mergeWithUpstream property set, looking for upstream source tarball... tar zxf /home/lool/.svn-buildpackage/origDir/pkg-gstreamer/gst-plugins0.= 8_0.8.9.orig.tar.gz -C /home/lool/.svn-buildpackage/buildArea/pkg-gstream= er/tmp-0.0521736043478711 mv /home/lool/.svn-buildpackage/buildArea/pkg-gstreamer/tmp-0.0521736043= 478711/gst-plugins-0.8.9 /home/lool/.svn-buildpackage/buildArea/pkg-gstre= amer/gst-plugins0.8-0.8.9 svn --force export /srv/sources/svn/svn.debian.org/pkg-gstreamer/unstabl= e/gst-plugins0.8 /home/lool/.svn-buildpackage/buildArea/pkg-gstreamer/gst= -plugins0.8-0.8.9 Command svn --force export /srv/sources/svn/svn.debian.org/pkg-gstreamer= /unstable/gst-plugins0.8 /home/lool/.svn-buildpackage/buildArea/pkg-gstre= amer/gst-plugins0.8-0.8.9 failed, how to continue now? [Qri?]:=20 This first problem is due to the l10n of the svn info command: bee% LC_ALL=3Dfr_FR svn info /srv/sources/svn/svn.debian.org/pkg-gstreamer/unstable/gst-plugins0.8 | grep URL URL : svn+ssh://svn.debian.org/svn/pkg-gstreamer/unstable/gst-plugins0.8 bee% LC_ALL=3DC svn info /srv/sources/svn/svn.debian.org/pkg-gstreamer/unstable/gst-plugins0.8 | grep URL URL: svn+ssh://svn.debian.org/svn/pkg-gstreamer/unstable/gst-plugins0.8 I don't know where the second problems comes from yet, but it's probably not locale related. Bye, -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (50, 'hoary') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.8-2-686 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=3DISO-8859-15) Versions of packages svn-buildpackage depends on: ii devscripts 2.8.14 Scripts to make the life of = a Debi ii perl 5.8.7-3 Larry Wall's Practical Extra= ction=20 ii subversion 1.2.0-1 advanced version control sys= tem (a ii subversion-tools 1.2.0-1 assorted tools related to Su= bversi svn-buildpackage recommends no packages. -- no debconf information --=20 Lo=EFc Minier <[EMAIL PROTECTED]> "Neutral President: I have no strong feelings one way or the other." --------------------------------------- Received: (at 315232-close) by bugs.debian.org; 22 Jun 2005 21:21:46 +0000 >From [EMAIL PROTECTED] Wed Jun 22 14:21:45 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DlCfJ-0003cF-00; Wed, 22 Jun 2005 14:21:45 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1DlCam-0007rU-00; Wed, 22 Jun 2005 17:17:04 -0400 From: Eduard Bloch <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#315232: fixed in svn-buildpackage 0.6.8 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Wed, 22 Jun 2005 17:17:04 -0400 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: X-CrossAssassin-Score: 2 Source: svn-buildpackage Source-Version: 0.6.8 We believe that the bug you reported is fixed in the latest version of svn-buildpackage, which is due to be installed in the Debian FTP archive: svn-buildpackage_0.6.8.dsc to pool/main/s/svn-buildpackage/svn-buildpackage_0.6.8.dsc svn-buildpackage_0.6.8.tar.gz to pool/main/s/svn-buildpackage/svn-buildpackage_0.6.8.tar.gz svn-buildpackage_0.6.8_all.deb to pool/main/s/svn-buildpackage/svn-buildpackage_0.6.8_all.deb 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. Eduard Bloch <[EMAIL PROTECTED]> (supplier of updated svn-buildpackage 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: Wed, 22 Jun 2005 22:52:43 +0200 Source: svn-buildpackage Binary: svn-buildpackage Architecture: source all Version: 0.6.8 Distribution: unstable Urgency: low Maintainer: Eduard Bloch <[EMAIL PROTECTED]> Changed-By: Eduard Bloch <[EMAIL PROTECTED]> Description: svn-buildpackage - helper programs to maintain Debian packages with Subversion Closes: 310997 315232 315385 Changes: svn-buildpackage (0.6.8) unstable; urgency=low . * updated README.Debian and pointed at HOWTO there (closes: #310997) * fixed some old quick&dirty code in the dsc parser and file location, now should work with symlinks and do a real copy (closes: #315385) * added a special case for French i18n in svn output parser (closes: #315232) Files: 66b0d213e545b614fa0c8c3ac18d9a21 552 devel extra svn-buildpackage_0.6.8.dsc e1a451ef4e22110b7655421fc3dad717 44208 devel extra svn-buildpackage_0.6.8.tar.gz 4588876f62b060a5954653d6ffe68ad0 171024 devel extra svn-buildpackage_0.6.8_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFCudDl4QZIHu3wCMURAuO7AJ9Ght7a7kpu2X0HgGPM4cUcb2HorwCghDxP li/RbTvu3Z+vER7sXSV6fyg= =AFcZ -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]