diff --git a/scripts/update.sh b/scripts/update.sh index d05e24e..a4a19d6 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -75,7 +75,7 @@ wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v$LINUX_VERSION/crack.bundle echo "Generating entry for change log..." # Generate a changelog entry -debchange -v $LINUX_VERSION-$LINUX_PACKAGE_RELEASE -D Port --force-distribution -U -M "Update to Linux $LINUX_VERSION." +debchange -v $LINUX_VERSION-$LINUX_PACKAGE_RELEASE -D generic --force-distribution -U -M "Update to Linux $LINUX_VERSION." echo "Cleaning up" rm -f debian/control