tags 619708 + pending thanks Dear maintainer,
I've prepared an NMU for lprof (versioned as 1.11.4.dfsg+1.11.4.1-5.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer.
-- Jakub Wilk
diffstat for lprof_1.11.4.dfsg+1.11.4.1-5 lprof_1.11.4.dfsg+1.11.4.1-5.1 debian/patches/04_HOME.dpatch | 18 ++++++++++++++++++ lprof-1.11.4.dfsg+1.11.4.1/debian/changelog | 8 ++++++++ lprof-1.11.4.dfsg+1.11.4.1/debian/patches/00list | 1 + 3 files changed, 27 insertions(+) diff -u lprof-1.11.4.dfsg+1.11.4.1/debian/changelog lprof-1.11.4.dfsg+1.11.4.1/debian/changelog --- lprof-1.11.4.dfsg+1.11.4.1/debian/changelog +++ lprof-1.11.4.dfsg+1.11.4.1/debian/changelog @@ -1,3 +1,11 @@ +lprof (1.11.4.dfsg+1.11.4.1-5.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/patches/04_HOME.dpatch: Added a patch to fix FTBFS if HOME is + unset (closes: #619708). + + -- Jakub Wilk <jw...@debian.org> Thu, 31 Mar 2011 00:05:08 +0200 + lprof (1.11.4.dfsg+1.11.4.1-5) unstable; urgency=low * debian/patches/03_lcmsprf.h.dpatch: Added a patch to fix FTBFS against diff -u lprof-1.11.4.dfsg+1.11.4.1/debian/patches/00list lprof-1.11.4.dfsg+1.11.4.1/debian/patches/00list --- lprof-1.11.4.dfsg+1.11.4.1/debian/patches/00list +++ lprof-1.11.4.dfsg+1.11.4.1/debian/patches/00list @@ -3,0 +4 @@ +04_HOME.dpatch only in patch2: unchanged: --- lprof-1.11.4.dfsg+1.11.4.1.orig/debian/patches/04_HOME.dpatch +++ lprof-1.11.4.dfsg+1.11.4.1/debian/patches/04_HOME.dpatch @@ -0,0 +1,18 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 04_HOME.dpatch by Jakub Wilk <jw...@debian.org> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Don't require HOME to be set. + +@DPATCH@ +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' lprof-1.11.4.dfsg+1.11.4.1~/SConstruct lprof-1.11.4.dfsg+1.11.4.1/SConstruct +--- lprof-1.11.4.dfsg+1.11.4.1~/SConstruct 2006-06-06 03:11:32.000000000 +0200 ++++ lprof-1.11.4.dfsg+1.11.4.1/SConstruct 2011-03-30 23:44:51.598463862 +0200 +@@ -25,7 +25,6 @@ + env = Environment( + ENV = { + 'PATH' : os.environ[ 'PATH' ], +- 'HOME' : os.environ[ 'HOME' ], # required for distcc + 'LDFLAGS' : '' + }, options = opts) +