~ubuntu-branches/debian/sid/gnat-4.4/sid

« back to all changes in this revision

Viewing changes to debian/patches/svn-doc-updates.diff

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Brenta
  • Date: 2010-05-09 23:28:13 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100509232813-bykj33gg0mc34opr
Tags: 4.4.4-2
* debian/control.m4, debian/control: make upgrades from Lenny work without
  broken packages or hard decisions.
  (gnat-4.4): replace all previous versions of gnat-X.Y.
  (libgnat{vsn,prj}4.4-dev):
  - Replace the corresponding 4.3 package in addition to Conflicting with it.
  - Suggest the -dbg package, too.
  (libgnat{vsn,prj}4.4-dbg):
  - Depend on the -dev package, too.
  - Do not recommend gnat-gdb, superseded by gdb.
  (libgnatprj4.4-dbg): do not recommend libgnatprj-dev, no longer in the archive.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# DP: updates from the 4.4 branch upto 2010xxxx (documentation).
2
2
 
3
 
svn diff svn://gcc.gnu.org/svn/gcc/tags/gcc_4_4_3_release svn://gcc.gnu.org/svn/gcc/branches/gcc-4_4-branch \
 
3
svn diff svn://gcc.gnu.org/svn/gcc/tags/gcc_4_4_4_release svn://gcc.gnu.org/svn/gcc/branches/gcc-4_4-branch \
4
4
        | sed -r 's,^--- (\S+)\t(\S+)(.*)$,--- a/src/\1\t\2,'
5
5
        | sed -r 's,^\+\+\+ (\S+)\t(\S+)(.*)$,+++ b/src/\1\t\2,'
6
6
        | awk '/^Index:.*\.texi/ {skip=0; print; next} /^Index:/ {skip=1; next} skip==0'