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

Bug#919106: stretch-pu: package sl-modem/2.9.11~20110321-12+deb9u1



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
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 <ben@decadent.org.uk> (Closes: #916034)
+
+ -- Andreas Beckmann <anbe@debian.org>  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) <aelmahmoudy@users.sourceforge.net>
+Author: Ben Hutchings <ben@decadent.org.uk>
 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:=.

Reply to: