~ubuntu-branches/ubuntu/trusty/libnfo/trusty

« back to all changes in this revision

Viewing changes to src/nfo_xml_parser.c

  • Committer: Bazaar Package Importer
  • Author(s): Davide Cavalca
  • Date: 2010-10-02 15:53:26 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101002155326-2phv8v77tn8o0cvf
Tags: 1.0.1-1
* New upstream release:
  - drop Debian package patches as they are now upstream
  - drop Debian manpage for libnfo-reader it's now upstream
* Update Standards-Version to 3.9.1 (no changes)
* Drop Vcs-Pkg fields from control file
* Update upstream author copyright date
* Add debian/upstream-metadata.yaml

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include <libxml/xpath.h>
32
32
 
33
33
#include "nfo.h"
 
34
#include "nfo_osdep.h"
34
35
#include "nfo_priv.h"
35
36
#include "nfo_xml_utils.h"
36
37