* Drop Recommends of libjs-jquery in openafs-doc. We're no longer
replacing the embedded jQuery, pending a better fix in the Doxygen
packaging.
+ * Optimize the get-orig-source target. Thanks, Anders Kaseorg.
* Translation updates:
- German, thanks Erik Pfannenstein. (Closes: #719154)
# installed and there's network connectivity to the upstream repository.
get-orig-source:
git archive --remote='$(REPO)' --prefix='openafs_$(DEBVERS).orig/' \
- --format=tar '$(TAG)' | tar xf -
- rm -r openafs_$(DEBVERS).orig/src/WINNT
- tar cf openafs_$(DEBVERS).orig.tar openafs_$(DEBVERS).orig
- rm -r openafs_$(DEBVERS).orig
- xz openafs_$(DEBVERS).orig.tar
+ --format=tar '$(TAG)' \
+ | tar --delete 'openafs_$(DEBVERS).orig/src/WINNT' \
+ | xz > 'openafs_$(DEBVERS).orig.tar.xz'
# Use dh for most actions, with overrides below.
%: