~ubuntu-branches/ubuntu/trusty/elida/trusty

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2009-07-05 13:14:40 UTC
  • Revision ID: james.westby@ubuntu.com-20090705131440-mf19uy569vlb9rdo
Tags: 0.4
* Don't overwrite result/$pkg if it has an old version of $pkg
* Don't use perl to cumpute dates
* Support bindmounts (closes: 488335)
* Fix out-of-date-standards-version
* Fix copyright-refers-to-versionless-license-file
* Fix maintainer-script-ignores-errors
* Fix wrong-name-for-changelog-of-native-package

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
GROUPNAME=src
42
42
ELIDAHOME=/home/anibal/elida
43
43
FUNCTIONS=/usr/lib/elida/functions
44
 
MIRRORS="http://elida.v7w.com/pbuilder/debian http://mirror.optus.net/debian http://mirrors.kernel.org/debian"
 
44
LOCALARCHIVE=/home/anibal/public_html/debian
 
45
LOCALARCHIVESCRIPT="$ELIDAHOME/bin/local-archive"
 
46
MIRRORS="http://elida.v7w.com/pbuilder/debian file:$LOCALARCHIVE http://mirror.optus.net/debian http://mirrors.kernel.org/debian"
45
47
GPGHOMEDIR=$ELIDAHOME/.gnupg
46
48
FROM="Anibal Monsalve Salazar <anibal@v7w.com>"
47
 
BCC="Anibal Monsalve Salazar <anibal@v7w.com>"
 
49
BCC="$FROM"
48
50
SENDMAIL=/usr/lib/sendmail
49
51
 
50
52