~ubuntu-branches/ubuntu/breezy/gettext/breezy

« back to all changes in this revision

Viewing changes to debian/install

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2004-03-14 17:40:02 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040314174002-p1ad5ldve1hqzhye
Tags: 0.14.1-2
* Added libexpat1-dev to Build-Depends, for glade support.
* Added libc0.1-dev to Build-Depends, for GNU/kFreeBSD.
* Removed special-casing of knetbsd-gnu in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
ELDIR=/usr/share/emacs/site-lisp/${PACKAGE}
8
8
ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE}
9
 
files="po-mode.el"
 
9
files="po-mode.el po-compat.el"
10
10
flags="-batch --no-site-file -l path.el -f batch-byte-compile"
11
11
 
12
12
if [ ${FLAVOR} != emacs ]; then