On Sun, 28 Mar 2010, Andreas Beckmann wrote:
> when dpkg-source creates the .pc directory for 3.0 (quilt) packages, the
> ..quilt_patches and .quilt_series are populated with absolute paths.
No:
$file = File::Spec->catfile($db_dir, ".quilt_patches");
if (not -e $file) {
open(QPATCH, ">", $file) or syserr(_g("cannot write %s"), $file);
print QPATCH "debian/patches\n";
close(QPATCH);
}
$file = File::Spec->catfile($db_dir, ".quilt_series");
if (not -e $file) {
open(QSERIES, ">", $file) or syserr(_g("cannot write %s"), $file);
print QSERIES "series\n";
close(QSERIES);
}
I write "debian/patches" and "series". The version 1.15.5.6 that you're
using is simply not creating those files (1.15.6 does). That means that it's
quilt itself that created them. But dpkg-source is not calling quilt anymore...
So somehow you must have done something wrong. Waiting your confirmation before
closing this bug.
Cheers,
--
Raphaƫl Hertzog
Like what I do? Sponsor me: http://ouaza.com/wp/2010/01/05/5-years-of-freexian/
My Debian goals: http://ouaza.com/wp/2010/01/09/debian-related-goals-for-2010/
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]