Changeset 560d0a0


Ignore:
Timestamp:
2010-06-06T19:01:14Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
f1cea66
Parents:
bc49ec2
Message:

Some more fixes to make this work with older distros (Hardy's stuck with
debhelper 6) and on de code.b.o build bot (a substvars file I wasn't using
anymore caused troubles).

Location:
debian
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • debian/compat

    rbc49ec2 r560d0a0  
    1 7
     16
  • debian/control

    rbc49ec2 r560d0a0  
    55Uploaders: Jelmer Vernooij <jelmer@samba.org>
    66Standards-Version: 3.8.4
    7 Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, libgnutls-dev | libnss-dev (>= 1.6), po-debconf, libpurple-dev, debhelper (>= 7)
     7Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, libgnutls-dev | libnss-dev (>= 1.6), po-debconf, libpurple-dev, debhelper (>= 6)
    88Homepage: http://www.bitlbee.org/
    99Vcs-Bzr: http://code.bitlbee.org/bitlbee/
  • debian/rules

    rbc49ec2 r560d0a0  
    4545        dh_testdir
    4646        dh_testroot
    47         dh_prep
     47        dh_clean -k
    4848        dh_installdirs
    4949
     
    6363        dh_testroot
    6464
    65         dh_installdocs --link-doc=bitlbee-common
    6665        dh_installchangelogs doc/CHANGES
    6766        dh_installexamples
     67        dh_installdocs #--link-doc=bitlbee-common
     68        # TODO: Restore --link-doc up here and remove the hack below once
     69        # Hardy and Lenny are deprecated.
     70        for p in bitlbee bitlbee-libpurple bitlbee-dev; do rm -rf debian/$$p/usr/share/doc/$$p; ln -s bitlbee-common debian/$$p/usr/share/doc/$$p; done
    6871        dh_installdebconf
    6972        dh_installinit
     
    8285        dh_shlibdeps
    8386ifdef BITLBEE_VERSION
    84         echo source:Version=1:$(BITLBEE_VERSION)-0 > debian/substvars
    8587        dh_gencontrol -- -v1:$(BITLBEE_VERSION)-0  -Vbee:Version=1:$(BITLBEE_VERSION)-0
    8688else
Note: See TracChangeset for help on using the changeset viewer.