~ubuntu-branches/debian/jessie/glib2.0/jessie

« back to all changes in this revision

Viewing changes to glib/libcharset/update.sh

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-02-15 13:00:43 UTC
  • mfrom: (1.3.1 upstream) (69.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20090215130043-q47fbt3owmt42m2f
Tags: 2.18.4-2
* Release to unstable
* debian/rules:
- bump SHVER, since we are already forcing a 2.18.0 dependecy on the
  symbols introduced in the development versions
* debian/control.in:
- added Homepage and Vcs-* control fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
  exit 1
13
13
fi
14
14
 
15
 
VERSION=`grep VERSION= $ORIGINAL/configure.in | sed s/VERSION=//`
 
15
VERSION=`grep VERSION= $ORIGINAL/configure.ac | sed s/VERSION=//`
16
16
 
17
17
for i in localcharset.c ref-add.sin ref-del.sin config.charset ; do
18
18
  cp $ORIGINAL/lib/$i .
19
19
done
20
20
 
21
 
cp $ORIGINAL/include/libcharset.h.in ./libcharset.h
 
21
for i in libcharset.h localcharset.h ; do
 
22
  cp $ORIGINAL/include/$i.in ./$i
 
23
done
22
24
 
23
25
for i in codeset.m4 glibc21.m4 ; do
24
26
  cp $ORIGINAL/m4/$i .