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.

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

2005-10-26 Thread Marc Laue
program which proves the 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

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

2005-10-26 Thread Marc Laue
mentioned above. 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')); $header-attribute('version','1.0'); $header-attribute('encoding','UTF-8