Changeset 53cb4ae


Ignore:
Timestamp:
2017-01-28T22:36:26Z (7 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
30d598c
Parents:
eaffd0d
Message:

More troubles because the fix from the Debian bug didn't match the fix
actually NMU'd. :-( Now this fix really should work. Third time's the
charm after all, innit.

Location:
debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • debian/changelog

    reaffd0d r53cb4ae  
     1bitlbee (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
    112bitlbee (3.5-1.1) unstable; urgency=medium
    213
  • debian/rules

    reaffd0d r53cb4ae  
    4141
    4242HAS_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.)
     47build-arch build-indep: build
    4648
    4749build: build-stamp
Note: See TracChangeset for help on using the changeset viewer.