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

« back to all changes in this revision

Viewing changes to elida

  • 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:
1
1
#!/bin/bash
2
2
 
3
 
# Copyright 2007-2008 Anibal Monsalve Salazar <anibal@debian.org>
 
3
# Copyright 2007-2009 Anibal Monsalve Salazar <anibal@debian.org>
4
4
#
5
5
# This program is free software; you can redistribute it and/or modify it
6
6
# under the terms of the GNU General Public License as published by the
206
206
    if [ $rc -eq 2 ]
207
207
    then
208
208
        set +e
209
 
        interdiff -z -p1 $diffs > $dif 2>&1
 
209
        interdiff -zp1 $diffs > $dif 2>&1
210
210
        set -e
211
211
        echo >> $log
212
 
        echo interdiff -z -p1 $diffs >> $log
 
212
        echo interdiff -zp1 $diffs >> $log
213
213
        diffstat < $dif >> $log
214
214
        echo >> $log
215
215
        cat $dif >> $log