Merge ~vicamo/ubuntu/+source/backport-iwlwifi-dkms/+git/backport-iwlwifi-dkms:bug-1863583/obsolete-by-5.4/groovy into ~canonical-hwe-team/ubuntu/+source/backport-iwlwifi-dkms/+git/backport-iwlwifi-dkms:ubuntu/groovy

Proposed by You-Sheng Yang
Status: Merged
Merged at revision: f3f6d1eb4d1d6827af452ed62d353ef0592acecd
Proposed branch: ~vicamo/ubuntu/+source/backport-iwlwifi-dkms/+git/backport-iwlwifi-dkms:bug-1863583/obsolete-by-5.4/groovy
Merge into: ~canonical-hwe-team/ubuntu/+source/backport-iwlwifi-dkms/+git/backport-iwlwifi-dkms:ubuntu/groovy
Diff against target: 60 lines (+9/-3)
4 files modified
debian/backport-iwlwifi-dkms.dkms.in (+1/-0)
debian/changelog (+7/-0)
debian/control (+0/-2)
debian/rules (+1/-1)
Reviewer Review Type Date Requested Status
You-Sheng Yang Approve
Review via email: mp+384019@code.launchpad.net

Description of the change

* dkms: add OBSOLETE_BY=5.4.0 (LP: #1863583)
* debian: drop modaliases support (LP: #1869587)

To post a comment you must log in.
Revision history for this message
You-Sheng Yang (vicamo) wrote :
Revision history for this message
Timo Aaltonen (tjaalton) wrote :

shouldn't it be removed from the archive instead?

Revision history for this message
You-Sheng Yang (vicamo) wrote :

Hi, Focal is a LTS like Bionic, and like Bionic we have to maintain it for years and we're almost certainly going to need it again some time later to support new hardware. Unless it's officially dead in the upstream, I would suggest we keep it for now.

Revision history for this message
You-Sheng Yang (vicamo) :
review: Approve
Revision history for this message
You-Sheng Yang (vicamo) wrote :

8324-0ubuntu2 is now in groovy with modaliases removed, so it won't be pulled automatically from additional drivers from now on.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/backport-iwlwifi-dkms.dkms.in b/debian/backport-iwlwifi-dkms.dkms.in
index 285c400..48bc882 100644
--- a/debian/backport-iwlwifi-dkms.dkms.in
+++ b/debian/backport-iwlwifi-dkms.dkms.in
@@ -1,6 +1,7 @@
1PACKAGE_NAME="@DKMS_PACKAGE_NAME@"1PACKAGE_NAME="@DKMS_PACKAGE_NAME@"
2PACKAGE_VERSION="#MODULE_VERSION#"2PACKAGE_VERSION="#MODULE_VERSION#"
3AUTOINSTALL="yes"3AUTOINSTALL="yes"
4OBSOLETE_BY="5.4.0"
45
5BUILT_MODULE_NAME[0]="compat"6BUILT_MODULE_NAME[0]="compat"
6BUILT_MODULE_LOCATION[0]="compat"7BUILT_MODULE_LOCATION[0]="compat"
diff --git a/debian/changelog b/debian/changelog
index ab4bcc3..77179e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
1backport-iwlwifi-dkms (8324-0ubuntu2) groovy; urgency=medium
2
3 * dkms: add OBSOLETE_BY=5.4.0 (LP: #1863583)
4 * debian: drop modaliases support (LP: #1869587)
5
6 -- You-Sheng Yang <vicamo@gmail.com> Fri, 15 May 2020 16:28:22 +0800
7
1backport-iwlwifi-dkms (8324-0ubuntu1) focal; urgency=low8backport-iwlwifi-dkms (8324-0ubuntu1) focal; urgency=low
29
3 * New release10 * New release
diff --git a/debian/control b/debian/control
index b85c500..f909b74 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
4Maintainer: You-Sheng Yang <vicamo@gmail.com>4Maintainer: You-Sheng Yang <vicamo@gmail.com>
5Build-Depends:5Build-Depends:
6 debhelper (>=9),6 debhelper (>=9),
7 dh-modaliases,
8 dkms,7 dkms,
9 quilt,8 quilt,
10Standards-Version: 4.3.09Standards-Version: 4.3.0
@@ -19,7 +18,6 @@ Depends:
19 libc6-dev | libc-dev,18 libc6-dev | libc-dev,
20 ${misc:Depends},19 ${misc:Depends},
21Provides: iwlwifi-modules20Provides: iwlwifi-modules
22XB-Modaliases: ${modaliases}
23Description: iwlwifi driver backport in DKMS format21Description: iwlwifi driver backport in DKMS format
24 Intel works with periodic releases of the iwlwifi driver that are22 Intel works with periodic releases of the iwlwifi driver that are
25 tested with a specific combination of components such as firmware and23 tested with a specific combination of components such as firmware and
diff --git a/debian/rules b/debian/rules
index 429ab0d..fa8049e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ GENERATED_DKMS_FILES= \
10 debian/backport-iwlwifi-dkms.dkms10 debian/backport-iwlwifi-dkms.dkms
1111
12%:12%:
13 dh $@ --with dkms,modaliases13 dh $@ --with dkms
1414
15override_dh_auto_configure:15override_dh_auto_configure:
16override_dh_auto_build:16override_dh_auto_build:

Subscribers

People subscribed via source and target branches