- Timestamp:
- 2014-07-01T22:26:58Z (10 years ago)
- Branches:
- master
- Children:
- c564e25
- Parents:
- 3e7a722
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/rules
r3e7a722 r0edb57f 19 19 ifndef BITLBEE_VERSION 20 20 # Want to use the full package version number instead of just the release. 21 BITLBEE_CONFIGURE_VERSION ?= BITLBEE_VERSION= \"$(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')\"21 BITLBEE_CONFIGURE_VERSION ?= BITLBEE_VERSION="$(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')" 22 22 endif 23 23
Note: See TracChangeset
for help on using the changeset viewer.