~ubuntu-branches/ubuntu/lucid/gcj-4.3/lucid

« back to all changes in this revision

Viewing changes to debian/README.patches

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-09-23 20:07:15 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090923200715-x4vshvbcfqgtwshr
Tags: 4.3.4-3ubuntu1
Sync with gcc-4.3 4.3.4-3ubuntu1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Patches applied to the Debian version of egcs
2
 
---------------------------------------------
3
 
 
4
 
Debian specific patches can be found in the debian/patches directory.
5
 
Each patch is accompanied by a shell script to apply and unapply the
6
 
patch:
7
 
 
8
 
- The script can be found in the debian/patches directory and is called
9
 
  <patchname>.dpatch.
10
 
- The shell script is called by the debian/rules file with the option
11
 
  '-patch' to apply the patch and and with '-unpatch' to unapply
12
 
  the patch. The working directory is the source directory.
13
 
- The shell script returns 0 on success and 1 on failure when
14
 
  (un)applying the patch. The patch program itself should be called with
15
 
  --force to prevent questions.
16
 
- debian/rules creates a file patched-<patchname> in the source
17
 
  directory when applying the patch and removes this file when
18
 
  unapplying the patch.
19
 
 
20
 
Besides the patches, the following add-ons were included:
21
 
 
22
 
- gpc (unpacked from gpc-19990118.tar.gz)
23
 
  ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/beta/gpc-19990118.tar.gz
24
 
 
25
 
If these package(s) aren't found in the gcc source directory, it's
26
 
assumed that the tarball(s) can be found in the parent directory. See
27
 
debian/rules for more details.
28
 
 
29
 
Before making a source package, these packages need to be unpacked.
30
 
You can use "debian/rules unpack-addons".