Bug#973205: Not able to reproduce

2020-11-13 Thread Ruben Undheim
Hi,

I am not able to reproduce the FTBFS with cowbuilder. It builds just fine
on my side.

Would it be possible to try the rebuild again?


Best regards
Ruben


Bug#951735: Python3

2020-03-10 Thread Ruben Undheim
This turned out to be a problem with a hard-dependency on Python 3.7 (not Ruby)



Bug#909822: mkchromecast: Should probably depend on pulseaudio-utils

2018-10-11 Thread Ruben Undheim
Hi Muammar,

> The package suggests mkchromecast-pulseaudio:
> 
> 
> Taking a closer look at the description of Mkchromecast there is the
> following text:
> 
> ```
>  mkchromecast can cast using either pulseaudio or ALSA. The respective
> dependencies can be pulled by mkchromecast-pulseaudio and
> mkchromecast-alsa dependency packages respectively. For more
>  information, please read the README.Debian file shipped in this package.
> ```
> 
> I think this bug should be closed. Let me know what you think.

You are right. It looks quite solid. I must admit I filed the bug in a hurry
after being annoyed when I did not get it to work immediately - but rather
quickly found out what single piece was missing (without looking at the
documentation). Then I spent the time afterwards enjoying the music via my big
loudspeakers over mkchromecast - and forgot completely about the bug.


Feel free to close the bug.

Thanks. and sorry for wasting your time.. :(

Best regards
Ruben



Bug#906908: dgit: Fails to push-source for gbp repo. dgit thinks it is git-debrebase repo

2018-08-22 Thread Ruben Undheim
Hi Ian,

> But, can you please tell me the output of
>   git-rev-parse HEAD
>   git-show-ref
> and tell me where to get these git commits (salsa somewhere I guess?)

This is the object that dgit complains about:
https://salsa.debian.org/science-team/yosys/commit/e48f7af70b5c3738b35d926ecdb16dd925571db5

I was here: 
https://salsa.debian.org/science-team/yosys/commit/291bd6d9b3f51ea86c38bbe998c0896ad8b9fed2
when trying to run "dgit --gbp push-source".

Hope this helps

Best regards,
Ruben



Bug#906844: python3-protobuf: Installing 'python3-protobuf' causes uninstallation of 'python3-numpy'

2018-08-21 Thread Ruben Undheim
Package: python3-protobuf
Version: 3.0.0-9.1
Severity: serious

Dear Maintainer,

When installing 'python3-protobuf' in sid, 'python3-numpy' which is needed for
a number of reasons, becomes uninstalled.

'python3-numpy' depends on 'python3.7:any', while 'python3.7' has
'python3-protobuf (<= 3.0.0-9.1+b1)' in its break field.

A binNMU should then resolve this, I suppose.


Cheers
Ruben

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-6-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect

Versions of packages python3-protobuf depends on:
ii  libc6  2.27-5
ii  libgcc11:8.2.0-4
ii  libprotobuf10  3.0.0-9.1
ii  libstdc++6 8.2.0-4
ii  python33.6.6-1
ii  python3-pkg-resources  39.2.0-1
ii  python3-six1.11.0-2

python3-protobuf recommends no packages.

python3-protobuf suggests no packages.

-- no debconf information



Bug#906029: The symlink libctlgeom.so is not installed

2018-08-13 Thread Ruben Undheim
Package: libctl-dev
Version: 4.1.0-1
Severity: serious
Justification: Policy 8.4

Dear Maintainer,

The symlink
  /usr/lib/x86_64-linux-gnu/libctlgeom.so -> libctlgeom.so.7.0.0

is not installed.

Please see attached patch.

Cheers
Ruben

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-6-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect

Versions of packages libctl-dev depends on:
ii  guile-2.2-dev  2.2.4+1-1
ii  libc6-dev  2.27-5
ii  libctl74.1.0-1

Versions of packages libctl-dev recommends:
ii  libctl-doc  4.1.0-1

libctl-dev suggests no packages.

-- no debconf information

diff --git a/debian/libctl-dev.install b/debian/libctl-dev.install
index bf904e9..12dc8fa 100644
--- a/debian/libctl-dev.install
+++ b/debian/libctl-dev.install
@@ -1,5 +1,5 @@
 usr/bin
 usr/include
 usr/lib/*/lib*.a
-usr/lib/*/libctl.so
+usr/lib/*/lib*.so
 usr/share/man


Bug#898725: Patch for "FTBFS when built with dpkg-buildpackage -A"

2018-07-12 Thread Ruben Undheim
Hi,

I have attached a patch which fixes building with "dpkg-buildpackage -A".


Best regards,
Ruben

commit 30d8612136cc132d5134e8b6c51123bf14efd6d8
Author: Ruben Undheim 
Date:   Thu Jul 12 20:00:09 2018 +

Patch for dpkg-buildpackage -A  build failure

diff --git a/debian/changelog b/debian/changelog
index 9834f0d..105a86b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+flex (2.6.4-6.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules:
+- Fix build with "dpkg-buildpackage -A" by checking if directory exists
+  first (Closes: #898725)
+
+ -- Ruben Undheim   Thu, 12 Jul 2018 20:02:32 +
+
 flex (2.6.4-6.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/debian/rules b/debian/rules
index e676497..f8ee94e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -73,7 +73,9 @@ override_dh_install:
 	rm -f debian/flex/usr/share/doc/flex/flex.pdf
 	test ! -f debian/flex/usr/share/doc/flex/COPYING ||  \
 rm -f debian/flex/usr/share/doc/flex/COPYING
-	find debian/flex/usr/share/locale  -type d -empty -delete
+	if [ -d debian/flex/usr/share/locale ] ; then \
+	  find debian/flex/usr/share/locale  -type d -empty -delete ; \
+	fi
 	dh_link
 
 


Bug#857088: graywolf: Incomplete debian/copyright?

2017-03-08 Thread Ruben Undheim
Nice catch, Chris.

This is a plain oversight from me.. I was even the one accepting the patch from
Staf upstream, and should have remembered to update the copyright file before
uploading version 0.1.4-1.


Thanks for letting me know.


Cheers
Ruben



Bug#842677: Fixed #842677

2016-11-02 Thread Ruben Undheim
Hi Santiago!

Thanks for reporting the bug.

I've uploaded the fix, but I completely forgot to add your name to the
changelog!

I'm sorry about that.


Cheers,
Ruben



Bug#835578: marked as pending

2016-08-27 Thread Ruben Undheim
tag 835578 pending
thanks

Hello,

Bug #835578 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:


http://git.debian.org/?p=python-modules/packages/pychromecast.git;a=commitdiff;h=85840d9

---
commit 85840d9b4724c0f5ba24fc82ee2ca2f0e2c592d4
Author: Ruben Undheim 
Date:   Sat Aug 27 10:58:20 2016 +0200

Added missing versioned dependency

diff --git a/debian/changelog b/debian/changelog
index 563d990..426270c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pychromecast (0.7.3-3) unstable; urgency=medium
+
+  * Added missing versioned dependency on python-protobuf. (Closes: #835578)
+
+ -- Ruben Undheim   Sat, 27 Aug 2016 10:57:01 +0200
+
 pychromecast (0.7.3-2) unstable; urgency=medium
 
   * Removed patch for Protobuf 2 support since Protobuf 3 now is in



Bug#835578: pychromecast: Missing version dependency on python-protobuf

2016-08-27 Thread Ruben Undheim
Source: pychromecast
Version: 0.7.3-2
Severity: serious
Justification: Policy 7.2

Dear Maintainer,

There's a missing version dependency on python-protobuf which will make the
package not work in testing if python-pychromecast is migrated but not
python-protobuf.



Cheers,
the maintainer



Bug#802158: marked as pending

2015-10-18 Thread Ruben Undheim
tag 802158 pending
thanks

Hello,

Bug #802158 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:


http://git.debian.org/?p=python-modules/packages/python-spur.git;a=commitdiff;h=d6576f0

---
commit d6576f0b1ecf675702d7291d7ad4e241de787262
Author: Ruben Undheim 
Date:   Sun Oct 18 10:30:27 2015 +0200

Fix FTBFS

diff --git a/debian/changelog b/debian/changelog
index e76897f..2d544b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-spur (0.3.14-2) unstable; urgency=medium
+
+  * debian/control: add python-paramiko and python3-paramiko to
+build-depenedencies
+- Fixes FTBFS (test suite problem) (Closes: #802158)
+
+ -- Ruben Undheim   Sun, 18 Oct 2015 10:27:41 +0200
+
 python-spur (0.3.14-1) unstable; urgency=low
 
   * Initial release (Closes: #784026)



Bug#764740: Thanks

2014-10-13 Thread Ruben Undheim
Thanks a lot, Andreas!
"cme" worked great.

Ruben


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



Bug#764740: qrouter: FTBFS on various architectures "recompile with -fPIC"

2014-10-13 Thread Ruben Undheim
Hi,

Thank you Jurica.

However, I've already prepared a package and it is ready for upload,
but I notice now that I've completely forgotten to keep this bug
updated. It has been fixed upstream, and the new version is 1.3.3. It
fixes this bug and #764743.

If there is any DD here reading this, maybe you have time to upload this?

It is found here:
  git://anonscm.debian.org/debian-science/packages/qrouter.git

and pristine-tar is used.

Thank you!

Regards,
Ruben


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