← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~raoul-snyman/openlp/fix-deb-deps into lp:openlp

 

Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/fix-deb-deps into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)

For more details, see:
https://code.launchpad.net/~raoul-snyman/openlp/fix-deb-deps/+merge/73029

Fixed a missing dependency in the debian control file. This dependency already exists on the build server, which is why the packages have been working fine.
-- 
https://code.launchpad.net/~raoul-snyman/openlp/fix-deb-deps/+merge/73029
Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/fix-deb-deps into lp:openlp.
=== modified file 'resources/debian/debian/control'
--- resources/debian/debian/control	2011-08-25 15:24:47 +0000
+++ resources/debian/debian/control	2011-08-26 12:20:26 +0000
@@ -11,7 +11,7 @@
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-qt4,
  python-qt4-phonon, python-sqlalchemy, python-chardet, python-beautifulsoup,
- python-lxml, python-sqlite, python-enchant, python-migrate
+ python-lxml, python-sqlite, python-enchant, python-mako, python-migrate
 Conflicts: python-openlp
 Description: Church lyrics projection application
  OpenLP is free church presentation software, or lyrics projection software,


Follow ups