Bug#974718: apt-xapian-index: Wrong homepage

2020-11-14 Thread Davide Prina

Package: apt-xapian-index
Version: 0.51
Severity: normal

I have see that the homepage
http://www.enricozini.org/sw/apt-xapian-index/
do not respond anymore

I think that the new homepage is:
https://salsa.debian.org/debian/apt-xapian-index

Ciao
Davide



Bug#974746: b43-fwcutter: Wrong homepage

2020-11-14 Thread Davide Prina

Source: b43-fwcutter
Version: 1:019-6
Severity: normal

I have see that the homepage
http://wireless.kernel.org/en/users/Drivers/b43
do not respond anymore

I think that the new homepage is:
https://wireless.wiki.kernel.org/en/users/drivers/b43

Ciao
Davide



Bug#974756: idle3-tools: Needs support for drives behind controllers

2020-11-14 Thread Elliott Mitchell
Package: idle3-tools
Version: 0.9.1-2

`idle3ctl` needs an implementation of `smartctl`'s -d option in order to
talk to disks behind hardware RAID controllers.

This is nearly a bug in smartmontools of the code for the -d option
needing to turn into a library so other low-level tools can utilize it.


-- 
(\___(\___(\__  --=> 8-) EHM <=--  __/)___/)___/)
 \BS (| ehem+sig...@m5p.com  PGP 87145445 |)   /
  \_CS\   |  _  -O #include  O-   _  |   /  _/
8A19\___\_|_/58D2 7E3D DDF4 7BA6 <-PGP-> 41D1 B375 37D0 8714\_|_/___/5445



Bug#974767: magicfilter FTCBFS: successfully builds for the build architecture

2020-11-14 Thread Helmut Grohne
Source: magicfilter
Version: 1.2-65
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

magicfilter successfully cross builds a completely broken package
containing build architecture binaries. I'm attaching a patch that makes
it use host architecture tools. Please consider applying it.

Also please consider using debhelper, but this is irrelevant for the
purpose of this bug.

Helmut
diff --minimal -Nru magicfilter-1.2/debian/changelog 
magicfilter-1.2/debian/changelog
--- magicfilter-1.2/debian/changelog2018-01-20 04:27:53.0 +0100
+++ magicfilter-1.2/debian/changelog2020-11-13 08:35:50.0 +0100
@@ -1,3 +1,9 @@
+magicfilter (1.2-66) UNRELEASED; urgency=medium
+
+  * Fix FTCBFS: Let dpkg's buildtoolsmk supply build tools. (Closes: #-1)
+
+ -- Helmut Grohne   Fri, 13 Nov 2020 08:35:50 +0100
+
 magicfilter (1.2-65) unstable; urgency=medium
 
   * QA upload.
diff --minimal -Nru magicfilter-1.2/debian/rules magicfilter-1.2/debian/rules
--- magicfilter-1.2/debian/rules2018-01-20 04:27:53.0 +0100
+++ magicfilter-1.2/debian/rules2020-11-13 08:35:50.0 +0100
@@ -9,6 +9,9 @@
 menu   := usr/share/menu
 tmp:= debian/tmp
 
+DPKG_EXPORT_BUILDTOOLS=1
+include /usr/share/dpkg/buildtools.mk
+
 CFLAGS = -Wall -g
 LDFLAGS=
 
@@ -50,7 +53,7 @@
$(MAKE) install prefix=$(tmp)/usr\
  bindir=$(tmp)/usr/sbin infodir=$(tmp)/$(info) mandir=$(tmp)/$(man)
 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
-   strip --remove-section=.comment --remove-section=.note --strip-unneeded 
$(tmp)/usr/sbin/magicfilter
+   $(STRIP) --remove-section=.comment --remove-section=.note 
--strip-unneeded $(tmp)/usr/sbin/magicfilter
 endif
install -p -m 755 magicfilterconfig $(tmp)/usr/sbin/magicfilterconfig
install -m 644 filters/README* $(tmp)/$(doc)/