openafs-modules-source, only the tarball, to match how other kernel
module source packages behave. (Closes: #244685)
they occur normally when doing the regular package build and are just
confusing. Instead, print an error in kern-sysname and abort if the
kernel version could not be determined.
+ * Don't include the empty /usr/src/modules directory in
+ openafs-modules-source, only the tarball, to match how other kernel
+ module source packages behave. (Closes: #244685)
* Translation updates.
- French, thanks Christian Perrier. (Closes: #318807)
- Vietnamese, thanks Clytie Siddall. (Closes: #319705)
chmod 775 debian/$(srcpkg)/usr/src/modules
cd debian/$(srcpkg)/usr/src && \
tar cf $(package).tar modules && \
- rm -r modules/$(package)
+ rm -r modules
gzip -9 debian/$(srcpkg)/usr/src/$(package).tar
chmod 644 debian/$(srcpkg)/usr/src/$(package).tar.gz