* Switch to xz compression for the upstream tarball, Debian tarball, and
binary packages.
bytes of a file as nulls.
- Support Linux kernels up to 3.7.
- Support newer glibc versions.
+ * Switch to xz compression for the upstream tarball, Debian tarball, and
+ binary packages.
* Remove debian/import-upstream and change README.source to document
using git-import-orig with --upstream-vcs-tag instead.
* Move single-debian-patch to local-options and patch-header to
rm -r openafs_$(DEBVERS).orig/src/WINNT
tar cf openafs_$(DEBVERS).orig.tar openafs_$(DEBVERS).orig
rm -r openafs_$(DEBVERS).orig
- gzip -9 openafs_$(DEBVERS).orig.tar
+ xz openafs_$(DEBVERS).orig.tar
# Use dh for most actions, with overrides below.
%:
rm -rf debian/openafs-dbg/usr/lib/debug/sbin
rm -rf debian/openafs-dbg/usr/lib/debug/usr/bin
rm -rf debian/openafs-dbg/usr/lib/debug/usr/sbin
+
+override_dh_builddeb:
+ dh_builddeb -- -Zxz
--- /dev/null
+compression = "xz"