~ubuntu-branches/ubuntu/jaunty/quassel/jaunty-backports

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2009-01-25 23:37:07 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090125233707-bwa28h4y9aew4e5x
Tags: 0.4.0~git090124-0ubuntu1
* New upstream git snapshot
  - Possible undocumented client/core protocol incompatibility that may
    require client and core to be updated together - see Quassel's bug
    tracker for details http://bugs.quassel-irc.org/issues/show/502
  - Fixes minimize to tray bug
  - Other bug fixes
  - XDG compliant data paths (with auto migration from old locations)
  - Adjust quassel.install, quassel-date, and quassel-client.install for new
    file locations
  - Replace -DQUASSEL_ICONS=External with -DEMBED_DATA=OFF to use external
    files where possible with the new build system
  - Don't ship oxygen or non-application specific hicolor icons, depend on
    kde-icons-oxygen | hicolor-icon-theme instead
  - Add translations files to quassel-data.install
* Adjust kubuntu_01_default_network_channel.patch to use irc.ubuntu.com
  instead of the Freenode url for the default channel (irc.ubuntu.com points
  to Freenode)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
include /usr/share/cdbs/1/class/kde4.mk
4
4
 
5
 
DEB_CMAKE_EXTRA_FLAGS := -DWANT_MONO=ON -DQUASSEL_ICONS=External -DWITH_KDE=ON
 
5
DEB_CMAKE_EXTRA_FLAGS := -DWANT_MONO=ON -DWITH_KDE=ON -DEMBED_DATA=
6
6
# Don't fail if start fails
7
7
DEB_DH_INSTALLINIT_ARGS := -r --error-handler=exit --name=quasselcore
8
8