Package: src:refdbg
Version: 1.2+git20101215+aa5cb3-2
Severity: Serious

I have here 1.2+git20101215+aa5cb3-2+b1 installed. refdbg binary ends with:

| if [ "x${REFDBG_OPTIONS}" == "x" ] ; then
|     LD_PRELOAD=/usr/lib/librefdbg.so "${@:ndx}"
| else
|     REFDBG_OPTIONS="${REFDBG_OPTIONS}" LD_PRELOAD=/usr/lib/librefdbg.so \
|         "${@:ndx}"
| fi

There are patches in debian/patches to fix this but there are not applied.
According to debian/source the patches should be applied during source
extraction via "dpkg-source -x" but this did not happen according to [0]. This
could be fixed via

index 324ed54..520bbb4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: refdbg
 Section: devel
 Priority: optional
 Maintainer: Jonny Lamb <jo...@debian.org>
-Build-Depends: debhelper (>= 5), autotools-dev, pkg-config, libglib2.0-dev, 
binutils-dev, libtool, automake
+Build-Depends: debhelper (>= 5), autotools-dev, pkg-config, libglib2.0-dev, 
binutils-dev, libtool, automake, quilt
 Standards-Version: 3.9.1
 Homepage: http://refdbg.sourceforge.net/
 Vcs-Git: git://git.jonnylamb.com/git/packaging/refdbg.git
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..be3a1a2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+0001-Add-disable-visibility-gobject-library-to-path.patch
+0002-Change-location-of-librefdbg.so.patch
diff --git a/debian/rules b/debian/rules
index fbeaae2..67d7c52 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,5 @@
 #!/usr/bin/make -f
+include /usr/share/quilt/quilt.make
 
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-- 

or a properly generated source package :)

While here, the git link does not work:

|git clone git://git.jonnylamb.com/git/packaging/refdbg.git
|Cloning into 'refdbg'...
|fatal: unable to connect to git.jonnylamb.com:
|git.jonnylamb.com[0: 212.110.189.148]: errno=Connection refused
|git.jonnylamb.com[1: 2001:41c8:1:61c5::148]: errno=Network is unreachable

[0] 
https://buildd.debian.org/status/fetch.php?pkg=refdbg&arch=amd64&ver=1.2%2Bgit20101215%2Baa5cb3-2%2Bb1&stamp=1330942717

Sebastian


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to