Changeset 560d0a0 for debian/rules
- Timestamp:
- 2010-06-06T19:01:14Z (14 years ago)
- Branches:
- master
- Children:
- f1cea66
- Parents:
- bc49ec2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/rules
rbc49ec2 r560d0a0 45 45 dh_testdir 46 46 dh_testroot 47 dh_ prep47 dh_clean -k 48 48 dh_installdirs 49 49 … … 63 63 dh_testroot 64 64 65 dh_installdocs --link-doc=bitlbee-common66 65 dh_installchangelogs doc/CHANGES 67 66 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 68 71 dh_installdebconf 69 72 dh_installinit … … 82 85 dh_shlibdeps 83 86 ifdef BITLBEE_VERSION 84 echo source:Version=1:$(BITLBEE_VERSION)-0 > debian/substvars85 87 dh_gencontrol -- -v1:$(BITLBEE_VERSION)-0 -Vbee:Version=1:$(BITLBEE_VERSION)-0 86 88 else
Note: See TracChangeset
for help on using the changeset viewer.