- Timestamp:
- 2017-01-28T22:36:26Z (8 years ago)
- Branches:
- master
- Children:
- 30d598c
- Parents:
- eaffd0d
- Location:
- debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/changelog
reaffd0d r53cb4ae 1 bitlbee (3.5-2) unstable; urgency=medium 2 3 * TFW you find out the corrected fix diff posted on #821967 was still the 4 broken one and you end up doing your third upload in a weekend. :-( 5 Obviously build-* targets shouldn't call into binary-*, as that one 6 starts requiring root. This broke builds on buildd's. 7 * Now contains the same fix like 3.4.2-1.1, which as it turns out 3.5-1.1 8 did not. (Closes: #853017) 9 10 -- Wilmer van der Gaast <wilmer@gaast.net> Sat, 28 Jan 2017 21:06:27 +0000 11 1 12 bitlbee (3.5-1.1) unstable; urgency=medium 2 13 -
debian/rules
reaffd0d r53cb4ae 41 41 42 42 HAS_DH_SYSTEMD:=$(shell dpkg-query -W -f='$${Status}' dh-systemd 2>/dev/null | grep -c "ok installed") 43 # https://bugs.debian.org/821967 44 build-indep: binary-indep 45 build-arch: binary-arch 43 44 # No difference at the build stage so just call main build target. 45 # (Well indep could be docs-only but we prebuild them plus it's really 46 # not that much work.) 47 build-arch build-indep: build 46 48 47 49 build: build-stamp
Note: See TracChangeset
for help on using the changeset viewer.