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

« back to all changes in this revision

Viewing changes to debian/rules2

  • 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:
206
206
jvm_name_long = $(jvm_name_short)-1.5.0.0
207
207
 
208
208
ifeq ($(with_java),yes)
209
 
  ifeq ($(PKGSOURCE),gcc-snapshot)
210
 
    CONFARGS += --disable-browser-plugin
211
 
  endif
212
 
  ifneq (, $(findstring 4.5,$(PKGSOURCE)))
213
 
    CONFARGS += --disable-browser-plugin
214
 
  endif
 
209
  CONFARGS += --disable-browser-plugin
215
210
  ifeq ($(with_java_maintainer_mode),yes)
216
211
    CONFARGS += --enable-java-maintainer-mode
217
212
  endif