~vcs-imports/dehs/trunk

« back to all changes in this revision

Viewing changes to dehs_pg.php

  • Committer: geissert
  • Date: 2010-09-24 15:33:49 UTC
  • Revision ID: vcs-imports@canonical.com-20100924153349-slc09m4yjvvhxwl1
Workaround uscan bug

Show diffs side-by-side

added added

removed removed

Lines of Context:
759
759
    xml_parse_into_struct($p, $uscan_res, $vals, $index);
760
760
    xml_parser_free($p);
761
761
 
762
 
    $upstream=$vals[$index['UPSTREAM-VERSION'][0]][value];
763
 
    $up_url=$vals[$index['UPSTREAM-URL'][0]][value];
 
762
    list($upstream)=explode("\n", $vals[$index['UPSTREAM-VERSION'][0]][value]);
 
763
    list($up_url)=explode("\n", $vals[$index['UPSTREAM-URL'][0]][value]);
764
764
    $deb_vers=$vals[$index['DEBIAN-UVERSION'][0]][value];
765
765
    $deb_mangled_vers=$vals[$index['DEBIAN-MANGLED-UVERSION'][0]][value];
766
766
    $warnings=$vals[$index['WARNINGS'][0]][value];