On Sun, Mar 28, 2010 at 8:42 AM, Steve Langasek <vor...@debian.org> wrote:

> If what you care about is the format used by *new* packages, I think you
> should focus on making sure the templates maintainers are using (such as
> dh-make) set the desired default explicitly.  That would have an *immediate*
> payoff...

That is already done:

$ grep source/format -B2 -A19 /usr/bin/dh_make
sub output_source_format
{
        my $outfile = "source/format";

        if ( $main::overlay eq "" )
        {
                if ( $main::add_missing && -f $outfile)
                {
                        print "File $outfile exists, skipping.\n";
                        return;
                }
        }

        open OUT, ">$outfile" or die "Unable to open file $outfile for writing: 
$! \n";
        if ($debian_native)
        {
                print OUT "3.0 (native)\n";
        } else {
                print OUT "3.0 (quilt)\n";
        }
        close OUT;
}

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/e13a36b31003272132h4550c42clfa01a88300d4f...@mail.gmail.com

Reply via email to