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

« back to all changes in this revision

Viewing changes to debian/rules.unpack

  • 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:
66
66
        gcc/doc/objc.texi \
67
67
        gcc/doc/options.texi \
68
68
        gcc/doc/passes.texi \
 
69
        gcc/doc/plugins.texi \
69
70
        gcc/doc/portability.texi \
70
71
        gcc/doc/rtl.texi \
71
72
        gcc/doc/service.texi \
124
125
          *)     false; \
125
126
        esac
126
127
        mv $(gcc_srcdir) $(srcdir)
127
 
ifneq (,$(wildcard java-class-files.tar.lzma.uue))
128
 
# work around #533356
129
 
#       uudecode -o - java-class-files.tar.lzma.uue | tar -C src -xvz
130
 
        uudecode java-class-files.tar.lzma.uue
131
 
        tar -C src -xv -f java-class-files.tar.lzma
132
 
        rm -f java-class-files.tar.lzma
133
 
endif
134
128
ifneq (,$(wildcard java-class-files.tar.xz.uue))
135
129
# work around #533356
136
130
#       uudecode -o - java-class-files.tar.xz.uue | tar -C src -xvz
157
151
        rm -f $(srcdir)/libgomp/*.info
158
152
        rm -f $(srcdir)/gcc/java/*.1
159
153
        rm -f $(srcdir)/gcc/java/*.info
 
154
        touch $(srcdir)/gcc/doc/plugins.texi
160
155
        for i in $(gfdl_texinfo_files); do \
161
156
          if [ -f $(srcdir)/$$i ]; then \
162
157
            cp $(SOURCE_DIR)debian/dummy.texi $(srcdir)/$$i; \