~ubuntu-branches/debian/experimental/inkscape/experimental

« back to all changes in this revision

Viewing changes to src/libavoid/geomtypes.h

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2013-01-24 10:21:49 UTC
  • mfrom: (1.3.4) (10.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20130124102149-z0yowyzpaouuyeky
Tags: 0.48.4-0.1
* Non-maintainer upload.
* New upstream release (Closes: #696181)
  - debian/patches/: patch #03 for CVE-2012-5656
    was merged upstream, so dropped our copy
  - libpng15 incompatibility fixed (Closes: #649975)
  - fixes compatibility with poppler 0.20.x (Closes: #679890)
* debian/changelog: old NMU changelog entry added (Closes: #564022)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#ifndef AVOID_GEOMTYPES_H
30
30
#define AVOID_GEOMTYPES_H
31
31
 
 
32
#include <cstddef>
32
33
#include <vector>
33
34
#include <utility>
34
35