Bug#854480: reprepro: 'includedsc' fails for source packages with a .asc file

2017-02-07 Thread Marc Laue
Package: reprepro Version: 5.1.1-1 Severity: normal Tags: patch Hi I tried to import the source package openssl1.0 into a local repository managed by reprepro which fails: # reprepro -VVV includedsc somecodename ../openssl1.0_1.0.2k-1.dsc No section and no priority for 'openssl1.0', skipping. Th

Bug#335846: Attributes in header output are always sorted alphabetically, which violates XML 1.1 Recommendation

2005-10-26 Thread Marc Laue
the header class of XML::Mini always sorts its attributes alphabetically before printing, which makes it impossible to create a header that is accepted by a different program using libxml. I have included an example program, as well as a patch fixing the problem mentioned above. Regards Marc La

Bug#335841: $doc->toString($XML::Mini::NoWhiteSpaces) creates invalid xml header

2005-10-26 Thread Marc Laue
he erratic behaviour, as well as a small patch to fix the problem. Regards Marc Laue #! /usr/bin/perl use strict; use XML::Mini::Document; my $doc=XML::Mini::Document->new(); my $root=$doc->getRoot(); my $header=$root->prependChild(XML::Mini::Element::Header->new('xml')); $