Changeset 4c03881 for debian/rules


Ignore:
Timestamp:
2010-06-05T16:39:58Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4772500
Parents:
095a5f0
Message:

Remaining fixes: All looks good now, apt and dpkg seem to do the right
thing with the -common transition, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/rules

    r095a5f0 r4c03881  
    1111DEBUG ?= 0
    1212
    13 ifdef BITLBEE_VERSION
    14 BITLBEE_FORCE_VERSION=1
    15 else
     13ifndef BITLBEE_VERSION
    1614# Want to use the full package version number instead of just the release.
    1715BITLBEE_CONFIGURE_VERSION ?= BITLBEE_VERSION=\"$(shell dpkg-parsechangelog | grep ^Version: | awk '{print $$2}')\"
     
    6866        dh_installdebconf
    6967        dh_installinit
     68ifeq ($(DH_OPTIONS),-a)
     69        cp -a debian/bitlbee/etc debian/bitlbee-libpurple
     70endif
    7071        dh_installman
    7172        dh_strip
     
    7475        dh_fixperms
    7576        dh_installdeb
     77ifeq ($(DH_OPTIONS),-a)
     78        cp -a debian/bitlbee/DEBIAN/{post,pre}* debian/bitlbee-libpurple/DEBIAN
     79endif
    7680        dh_shlibdeps
    77 ifdef BITLBEE_FORCE_VERSION
     81ifdef BITLBEE_VERSION
    7882        dh_gencontrol -- -v1:$(BITLBEE_VERSION)-0
    7983else
Note: See TracChangeset for help on using the changeset viewer.