~ubuntu-branches/debian/squeeze/bugzilla/squeeze

« back to all changes in this revision

Viewing changes to debian/maintenance/10_config.sh

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Bossek
  • Date: 2008-06-27 22:34:34 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080627223434-0ib57vstn43bb4a3
Tags: 3.0.4.1-1
* Update of French, Russian and German translations. (closes: #488251)
* Added Bulgarian and Belarusian translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
echo "> $0 $*"
 
6
 
 
7
cp -p $1/Bugzilla/Config.pm $1/Bugzilla/Config.pm.new
 
8
sed -e 's,sub read_param_file ,sub read_param_file_nondebian ,g;s,sub write_params ,sub write_params_nondebian ,g;/^1;.*/ ,//d' $1/Bugzilla/Config.pm > $1/Bugzilla/Config.pm.new
 
9
cat `dirname $0`/10_config.pm >> $1/Bugzilla/Config.pm.new
 
10
diff -u $1/Bugzilla/Config.pm $1/Bugzilla/Config.pm.new || true
 
11
mv -f $1/Bugzilla/Config.pm.new $1/Bugzilla/Config.pm