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

« back to all changes in this revision

Viewing changes to debian/rules.d/binary-libgcc.mk

  • 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:
60
60
        dh_compress -p$(p_lgcc) -p$(p_lgccdbg)
61
61
        dh_fixperms -p$(p_lgcc) -p$(p_lgccdbg)
62
62
ifeq ($(with_shared_libgcc),yes)
63
 
        dh_makeshlibs -p$(p_lgcc) -V '$(p_lgcc) (>= $(DEB_LIBGCC_SOVERSION))' \
 
63
        dh_makeshlibs -p$(p_lgcc) \
64
64
                -- -v$(DEB_LIBGCC_VERSION)
65
65
  ifeq ($(DEB_TARGET_ARCH),armel)
66
66
        grep -q '^ __aeabi' $(d_lgcc)/DEBIAN/symbols \
106
106
        dh_fixperms -p$(p_l64gcc) -p$(p_l64gccdbg)
107
107
ifeq ($(with_shared_libgcc),yes)
108
108
        dh_makeshlibs -p$(p_l64gcc) \
109
 
                -V '$(p_l64gcc) (>= $(DEB_LIBGCC_SOVERSION))' \
110
109
                -- -v$(DEB_LIBGCC_VERSION)
111
110
# this does not work ... shlibs.local doesn't distinguish 32/64 bit libs
112
111
#       cat debian/$(p_l64gcc)/DEBIAN/shlibs >> debian/shlibs.local
161
160
        dh_strip -p$(p_l32gcc) --dbg-package=$(p_l32gccdbg)
162
161
 
163
162
        dh_makeshlibs -p$(p_l32gcc) -p$(p_l32gccdbg) \
164
 
                -V '$(p_l32gcc) (>= $(DEB_LIBGCC_SOVERSION))' \
165
163
                -- -v$(DEB_LIBGCC_VERSION)
166
164
ifeq ($(DEB_TARGET_ARCH),amd64)
167
165
        echo 'shlibs:Depends=libc6-i386 | ia32-libs' \
205
203
        dh_strip -p$(p_ln32gcc) --dbg-package=$(p_ln32gccdbg)
206
204
 
207
205
        dh_makeshlibs -p$(p_ln32gcc) -p$(p_ln32gccdbg) \
208
 
                -V '$(p_ln32gcc) (>= $(DEB_LIBGCC_SOVERSION))' \
209
206
                -- -v$(DEB_LIBGCC_VERSION)
210
207
        # XXX: debian/$(p_ln32gcc).substvars
211
208