~ubuntu-branches/ubuntu/raring/inkscape/raring-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

Tags: 0.48.1-2ubuntu5
* debian/rules: No need to manually call intltool-update on build.  This
  is now handled by dh_translations.
* debian/control: No longer suggest python and skencil.  They do not
  offer any enhancement to Inkscape (LP: #762541)
* debian/control: Suggest transfig to allow import of xfig files 
  (LP: #668300)
* debian/patches/02-add-shebangs-and-fix-permissions.dpatch:
  No longer mark JavaScript extension files as standalone executables
  (LP: #602005):
  - share/extensions/*.js: Revert addition of shebangs
  - share/extensions/Makefile.am: Install *.js using _DATA rule rather
    than _SCRIPTS rule to avoid giving executable permission
* debian/patches/fix-fontforge-glyph-template.dpatch: Cherry-pick
  patch from uptream trunk to fix layer structure in template (LP: #565296)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
inkscape (0.48.1-2ubuntu5) oneiric; urgency=low
 
2
 
 
3
  * debian/rules: No need to manually call intltool-update on build.  This
 
4
    is now handled by dh_translations.
 
5
  * debian/control: No longer suggest python and skencil.  They do not
 
6
    offer any enhancement to Inkscape (LP: #762541)
 
7
  * debian/control: Suggest transfig to allow import of xfig files 
 
8
    (LP: #668300)
 
9
  * debian/patches/02-add-shebangs-and-fix-permissions.dpatch:
 
10
    No longer mark JavaScript extension files as standalone executables
 
11
    (LP: #602005):
 
12
    - share/extensions/*.js: Revert addition of shebangs
 
13
    - share/extensions/Makefile.am: Install *.js using _DATA rule rather
 
14
      than _SCRIPTS rule to avoid giving executable permission
 
15
  * debian/patches/fix-fontforge-glyph-template.dpatch: Cherry-pick
 
16
    patch from uptream trunk to fix layer structure in template (LP: #565296)
 
17
 
 
18
 -- Alex Valavanis <valavanisalex@gmail.com>  Mon, 30 May 2011 18:50:49 +0100
 
19
 
1
20
inkscape (0.48.1-2ubuntu4) oneiric; urgency=low
2
21
 
3
22
  * debian/rules: Drop broken code to add translation domain to desktop files.