~rosco2/ubuntu/wily/gramps/bug-1492304

« back to all changes in this revision

Viewing changes to gramps/plugins/webstuff/webstuff.gpr.py

  • Committer: Package Import Robot
  • Author(s): Ross Gammon
  • Date: 2015-08-11 23:03:11 UTC
  • mfrom: (1.4.3)
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: package-import@ubuntu.com-20150811230311-acjr8gcfe8isx7ij
* New upstream release
* Drop patches applied upstream or cherry-picked from there
* Add version constraints for gtk and pygobject
* Add goocanvas dependency - available soon
* Drop webkit dpendency as HTML view has been removed
* Force removal of upstream packages when installing Debian one
  (LP: #1464845)
* Drop fixperm override as permissions fixed upstream
* Fix spelling error in changelog
* Switch to nose for unit tests
* Add build dependencies for the nose tests
* Update copyright file
* Add uversionmangle to watch file to deal with alpha/beta versions
* Add manual test cases
* Drop FAQ URL from upstream metadata - changes every release
* Add patch to fix transparent windows in Ubuntu.
  Thanks to Lance Orner (LP: #1451259)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
# plugins/webstuff/webstuff.gpr.py
23
23
 
 
24
MODULE_VERSION="4.2" 
 
25
 
24
26
#------------------------------------------------------------------------
25
27
#
26
28
# Stylesheets
32
34
name  = _("Webstuff"),
33
35
description =  _("Provides a collection of resources for the web"),
34
36
version = '1.0',
35
 
gramps_target_version = '4.1',
 
37
gramps_target_version = MODULE_VERSION,
36
38
fname = "webstuff.py",
37
39
load_on_reg = True,
38
40
process = "process_list",