~siretart/ubuntu/raring/virtualbox-ose/bug.1101867

« back to all changes in this revision

Viewing changes to include/VBox/various.sed

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-30 23:27:25 UTC
  • mfrom: (0.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110130232725-2ouajjd2ggdet0zd
Tags: 4.0.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Drop ubuntu-01-fix-build-gcc45.patch, fixed upstream.
* Drop ubuntu-02-as-needed.patch, added to the Debian package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
s/\([[:space:]][0-9][0-9]*\)ULL[[:space:]]*$/\1/
46
46
s/\([[:space:]][0-9][0-9]*\)ULL\([[:space:]]*\))$/\1\2)/
47
47
 
 
48
s/UINT64_C([[:space:]]*\(0[xX][0-9a-fA-F][0-9a-fA-F]*\)[[:space:]]*)/\1/
 
49
s/UINT64_C([[:space:]]*\([0-9][0-9]*\)[[:space:]]*)/\1/
 
50
s/UINT32_C([[:space:]]*\(0[xX][0-9a-fA-F][0-9a-fA-F]*\)[[:space:]]*)/\1/
 
51
s/UINT32_C([[:space:]]*\([0-9][0-9]*\)[[:space:]]*)/\1/
 
52
s/UINT16_C([[:space:]]*\(0[xX][0-9a-fA-F][0-9a-fA-F]*\)[[:space:]]*)/\1/
 
53
s/UINT16_C([[:space:]]*\([0-9][0-9]*\)[[:space:]]*)/\1/
 
54
s/UINT8_C([[:space:]]*\(0[xX][0-9a-fA-F][0-9a-fA-F]*\)[[:space:]]*)/\1/
 
55
s/UINT8_C([[:space:]]*\([0-9][0-9]*\)[[:space:]]*)/\1/
 
56
 
48
57
b end
49
58
 
50
59
#