~ubuntu-branches/ubuntu/utopic/inkscape/utopic-proposed

« back to all changes in this revision

Viewing changes to share/extensions/scour.py

  • Committer: Package Import Robot
  • Author(s): Alex Valavanis
  • Date: 2014-08-19 19:10:32 UTC
  • mfrom: (1.6.5) (2.5.14 sid)
  • Revision ID: package-import@ubuntu.com-20140819191032-2eca1qihaszjk9i6
Tags: 0.48.5-2ubuntu1
* Merge with Debian Unstable (LP: #1358863). Fixes several Ubuntu bugs:
  - Illustrator CS SVG won't load: namespace URIs in entities (LP: #166371)
  - inkscape crashed with SIGSEGV in
    sp_dtw_color_profile_event() (LP: #966441)
  - inkscape crashed with SIGSEGV (LP: #1051017)
  - inkscape crashed with SIGSEGV in Inkscape::Preferences::_getNode()
    (LP: #1163241)
  - save a copy reverts to save as (LP: #529843)
  - Extension to braille not working on Xubuntu 12.10 (LP: #1090865)
* Remaining changes:
  - debian/control:
    + Set Ubuntu Developer as maintainer,
    + build-depend on dh-translation to handle Ubuntu translation,
    + demote pstoedit from Recommends to Suggests (because it's in universe),
  - debian/patches/0006_add_unity_quicklist_support.patch: add.
  - debian/patches/series: update.
  - debian/rules:
    + add dh_translation to handle Ubuntu translation
* Drop debian/patches/librevenge.patch (superseded by
    debian/patches/0006-Update_to_new_libwpg.patch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#
8
8
#  This file is part of Scour, http://www.codedread.com/scour/
9
9
#
10
 
#   Licensed under the Apache License, Version 2.0 (the "License");
11
 
#   you may not use this file except in compliance with the License.
12
 
#   You may obtain a copy of the License at
 
10
#   This library is free software; you can redistribute it and/or modify
 
11
#   it either under the terms of the Apache License, Version 2.0, or, at
 
12
#   your option, under the terms and conditions of the GNU General
 
13
#   Public License, Version 2 or newer as published by the Free Software
 
14
#   Foundation.  You may obtain a copy of these Licenses at:
13
15
#
14
16
#       http://www.apache.org/licenses/LICENSE-2.0
 
17
#       https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
15
18
#
16
19
#   Unless required by applicable law or agreed to in writing, software
17
20
#   distributed under the License is distributed on an "AS IS" BASIS,