Untitled

From Flying Hornbill, 7 Years ago, written in Plain Text, viewed 482 times.
URL https://p.gaa.st/view/53494731 Embed
Download Paste or View Raw
  1. --- /dev/fd/5   2017-01-28 21:12:36.715850671 +0000
  2. +++ -   2017-01-28 21:12:36.719619323 +0000
  3. @@ -288,7 +288,16 @@
  4.  +#DEBHELPER#
  5.  --- bitlbee-3.5.orig/debian/changelog
  6.  +++ bitlbee-3.5/debian/changelog
  7. -@@ -0,0 +1,709 @@
  8. +@@ -0,0 +1,718 @@
  9. ++bitlbee (3.5-2) unstable; urgency=medium
  10. ++
  11. ++  * And then the buildd's got more pedantic on whether debian/rules build*
  12. ++    works as non-root (which indeed it should). Turns out the fix from
  13. ++    3.4.2-1.1 was wrong, build-* should just call into build. binary-* is
  14. ++    the *next* step (and the first one to be done as (fake) root).
  15. ++
  16. ++ -- Wilmer van der Gaast <wilmer@gaast.net>  Sat, 28 Jan 2017 21:06:27 +0000
  17. ++
  18.  +bitlbee (3.5-1.1) unstable; urgency=medium
  19.  +
  20.  +  [ dequis ]
  21. @@ -1201,7 +1210,7 @@
  22.  +
  23.  --- bitlbee-3.5.orig/debian/rules
  24.  +++ bitlbee-3.5/debian/rules
  25. -@@ -0,0 +1,148 @@
  26. +@@ -0,0 +1,150 @@
  27.  +#!/usr/bin/make -f
  28.  +#
  29.  +# Finally switching to debhelper.
  30. @@ -1244,9 +1253,11 @@
  31.  +CONFIGURE_OVERRIDES:=CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
  32.  +
  33.  +HAS_DH_SYSTEMD:=$(shell dpkg-query -W -f='$${Status}' dh-systemd 2>/dev/null | grep -c "ok installed")
  34. -+# https://bugs.debian.org/821967
  35. -+build-indep: binary-indep
  36. -+build-arch: binary-arch
  37. ++
  38. ++# No difference at the build stage so just call main build target.
  39. ++# (Well indep could be docs-only but we prebuild them plus it's really
  40. ++# not that much work.)
  41. ++build-arch build-indep: build
  42.  +
  43.  +build: build-stamp
  44.  +build-stamp:
  45.  

Reply to "Untitled"

Here you can reply to the paste above