Your message dated Sat, 16 Feb 2019 11:36:33 +0000
with message-id <[email protected]>
and subject line Closing bugs for updates included in 9.8
has caused the Debian Bug report #919106,
regarding stretch-pu: package sl-modem/2.9.11~20110321-12+deb9u1
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 [email protected]
immediately.)
--
919106: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919106
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: [email protected]
Usertags: pu
Hi,
the kernel module cannot be built for linux > 3, the attached patch is a
trivial cherry-pick from sid to update the regex.
I'll upload the packages with binaries for all,amd64,i386 since this
non-free package does not autobuild.
Andreas
diff -Nru sl-modem-2.9.11~20110321/debian/changelog
sl-modem-2.9.11~20110321/debian/changelog
--- sl-modem-2.9.11~20110321/debian/changelog 2015-05-09 18:27:54.000000000
+0200
+++ sl-modem-2.9.11~20110321/debian/changelog 2019-01-12 17:14:55.000000000
+0100
@@ -1,3 +1,11 @@
+sl-modem (2.9.11~20110321-12+deb9u1) stretch; urgency=medium
+
+ [ أحمد المحمودي (Ahmed El-Mahmoudy) ]
+ * Modify support_linux3.diff patch to support linux >3.
+ Thanks to Ben Hutchings <[email protected]> (Closes: #916034)
+
+ -- Andreas Beckmann <[email protected]> Sat, 12 Jan 2019 17:14:55 +0100
+
sl-modem (2.9.11~20110321-12) unstable; urgency=medium
* debian/control:
diff -Nru sl-modem-2.9.11~20110321/debian/patches/support_linux3.diff
sl-modem-2.9.11~20110321/debian/patches/support_linux3.diff
--- sl-modem-2.9.11~20110321/debian/patches/support_linux3.diff 2015-05-09
18:27:54.000000000 +0200
+++ sl-modem-2.9.11~20110321/debian/patches/support_linux3.diff 2019-01-12
17:14:46.000000000 +0100
@@ -1,6 +1,8 @@
-Description: Support for linux 3.x series in build system
+Description: Support for linux >= 3 series in build system
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <[email protected]>
+Author: Ben Hutchings <[email protected]>
Bug-Debian: http://bugs.debian.org/641151
+Bug-Debian: http://bugs.debian.org/916034
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -82,7 +82,7 @@
@@ -8,7 +10,7 @@
else
-ifeq ($(shell grep 'UTS.*"2\.6' $(KERNEL_DIR)/include/generated/utsrelease.h
$(KERNEL_DIR)/include/linux/utsrelease.h $(KERNEL_DIR)/include/linux/version.h
2>/dev/null),)
-+ifeq ($(shell grep 'UTS.*"\(2\.6\|3\)'
$(KERNEL_DIR)/include/generated/utsrelease.h
$(KERNEL_DIR)/include/linux/utsrelease.h $(KERNEL_DIR)/include/linux/version.h
2>/dev/null),)
++ifeq ($(shell grep 'UTS.*"\(2\.6\|[3-9]\)'
$(KERNEL_DIR)/include/generated/utsrelease.h
$(KERNEL_DIR)/include/linux/utsrelease.h $(KERNEL_DIR)/include/linux/version.h
2>/dev/null),)
slusb-objs:= old_st7554.o
obj:=.
--- End Message ---
--- Begin Message ---
Version: 9.8
Hi,
The update referenced by each of these bugs was included in this
morning's stretch point release.
Regards,
Adam
--- End Message ---