[PATCH] auto-packager: mkpackage.sh: remove the control hook
Ivan Hu
ivan.hu at canonical.com
Fri Jun 9 03:39:34 UTC 2023
after the modify debian control, no need to control hook for dh-dkms
Signed-off-by: Ivan Hu <ivan.hu at canonical.com>
---
auto-packager/mkpackage.sh | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/auto-packager/mkpackage.sh b/auto-packager/mkpackage.sh
index 9d8972e7..30cfa824 100755
--- a/auto-packager/mkpackage.sh
+++ b/auto-packager/mkpackage.sh
@@ -124,15 +124,6 @@ mk_package()
sed "s/) $deb_release/$suffix) $rel;/" debian/changelog > debian/changelog.new
mv debian/changelog.new debian/changelog
- #
- # control hack
- # remove dh-dkms dependency for those releases which are on need
- #
- if [ "$rel" = "bionic" -o "$rel" = "focal" -o "$rel" = "jammy" ]; then
- sed '/dh-dkms,/d' debian/control > debian/control.new
- mv debian/control.new debian/control
- fi
-
echo 'y' | debuild -S
rm -rf $FWTS
popd >& /dev/null
--
2.34.1
More information about the fwts-devel
mailing list