[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#829612: marked as done ([PATCH] FTBS with debhelper (>= 9))



Your message dated Sun, 10 Jul 2016 20:38:46 -0700
with message-id <CACZd_tDEGku40AOa6Q48HaOPhBhsapANfkJ4DaDoe2U1yFOJwA@mail.gmail.com>
and subject line Re: Bug#829612: [PATCH] FTBS with debhelper (>= 9)
has caused the Debian Bug report #829612,
regarding [PATCH] FTBS with debhelper (>= 9)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
829612: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829612
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: intel-gpu-tools
Version: 1.15-1

Hi,

Another issue I ran into with the backport was an FTBS with debhelper
(>= 9) due to missing functionality.  The quickest way I found to work
around it was to just change that dependency to >> 9.20150101.  This
trivial patch is attached; it is based off of yesterdays UNRELEASED
1.15-2 in git.  Without it, the build fails here:

dh_auto_configure: ../configure --build=x86_64-linux-gnu --prefix=/usr
--includedir=${prefix}/include --mandir=${prefix}/share/man
--infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--libdir=${prefix}/lib/x86_64-linux-gnu
--libexecdir=${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode
--disable-dependency-tracking --disable-shader-debugger
--disable-dumper --disable-tests --disable-silent-rules returned exit
code 1
debian/rules:7: recipe for target 'override_dh_auto_configure' failed
make[1]: *** [override_dh_auto_configure] Error 2
make[1]: Leaving directory '/build/intel-gpu-tools-1.15'
debian/rules:27: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Cheers,
Nicholas
From ba05d2ca6f68096dcdd25b0793b73e62da44fa84 Mon Sep 17 00:00:00 2001
From: Nicholas D Steeves <nsteeves@gmail.com>
Date: Mon, 4 Jul 2016 13:34:22 -0400
Subject: [PATCH] Bump required debhelper version >> 9.20150101 (fixes FTBS).

Signed-off-by: Nicholas D Steeves <nsteeves@gmail.com>
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6ff5337..1575216 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 intel-gpu-tools (1.15-2) UNRELEASED; urgency=medium
 
+  [Nicholas D Steeves]
   * Bump libdrm-dev build-dep version to >= 2.4.64. (Closes: #829525)
+  * Bump required debhelper version >> 9.20150101. (Closes: #bugnumber)
 
  -- Vincent Cheng <vcheng@debian.org>  Sun, 03 Jul 2016 19:18:56 -0700
 
diff --git a/debian/control b/debian/control
index 4c2f604..25845b3 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Uploaders:
  Vincent Cheng <vcheng@debian.org>
 Build-Depends:
  bison,
- debhelper (>= 9),
+ debhelper (>> 9.20150101),
  dh-autoreconf,
  gtk-doc-tools,
  libcairo2-dev,
-- 
2.1.4


--- End Message ---
--- Begin Message ---
Patch offered by bug reporter seems to be unnecessary; closing bug
report. (Package was sponsored earlier, see separate thread on
debian-backports.)

Regards,
Vincent

--- End Message ---

Reply to: