diff options
-rw-r--r-- | debian/templates/control.extra.in | 6 | ||||
-rw-r--r-- | debian/templates/control.source.in | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/templates/control.extra.in b/debian/templates/control.extra.in index eeb37cc..62d3cd8 100644 --- a/debian/templates/control.extra.in +++ b/debian/templates/control.extra.in @@ -1,5 +1,5 @@ Package: firmware-linux -Section: non-free-firmware/metapackages +Section: non-free/metapackages Architecture: all Depends: firmware-linux-free, firmware-linux-nonfree (= ${binary:Version}), ${misc:Depends} @@ -9,7 +9,7 @@ Description: Binary firmware for various drivers in the Linux kernel (metapackag be used with drivers in the Linux kernel. Package: firmware-linux-nonfree -Section: non-free-firmware/metapackages +Section: non-free/metapackages Architecture: all Depends: firmware-misc-nonfree (= ${binary:Version}), firmware-amd-graphics (= ${binary:Version}), ${misc:Depends} @@ -19,7 +19,7 @@ Description: Binary firmware for various drivers in the Linux kernel (metapackag in the Linux kernel. Package: firmware-qcom-media -Section: non-free-firmware/oldlibs +Section: non-free/oldlibs Architecture: all Depends: firmware-qcom-soc, ${misc:Depends} Description: Binary firmware for Qualcomm graphics/video (dummy package) diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in index 0d93b97..5b362bd 100644 --- a/debian/templates/control.source.in +++ b/debian/templates/control.source.in @@ -1,5 +1,5 @@ Source: firmware-nonfree -Section: non-free-firmware/kernel +Section: non-free/kernel Priority: optional Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org> XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org> |