~ubuntu-branches/ubuntu/utopic/quassel/utopic

« back to all changes in this revision

Viewing changes to debian/quassel-core.preinst

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-05-15 23:14:23 UTC
  • Revision ID: james.westby@ubuntu.com-20110515231423-2zicbijamgtl0mye
Tags: 0.7.2-0ubuntu4
* quassel and quassel-qt4 don't conflict with quassel-sever anymore.
* Enable parallel building.
* quassel-core.quasselcore.init: Add "$network $local_fs $remote_fs"
  to Required-Stop.
* Strip binaries in *-qt4 packages.
* quassel-core: Fix lintian warning maintainer-script-ignores-errors.
* Drop dh_builddeb override to use lzma compression as the kde dh sequence
  already takes care of this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
 
 
3
set -e
 
4
 
3
5
# Move data dir from /var/cache to /var/lib
4
6
prep_mv_dir() {
5
7
    DIR="$1"
22
24
        chown quasselcore:quassel /var/lib/quassel/
23
25
      fi
24
26
    fi
25
 
 
26
 
# dh_installdeb will replace this with shell code automatically
27
 
# generated by other debhelper scripts.
 
27
esac
28
28
 
29
29
#DEBHELPER#
30
 
 
31
 
esac