aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules.real
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2018-10-01 15:37:28 +0100
committerBen Hutchings <ben@decadent.org.uk>2018-10-01 15:37:28 +0100
commit79ecbb0832fa2f858bef961cc8412b7c8a279787 (patch)
tree910697d6176cb32a715061a57031fa98d020bc95 /debian/rules.real
parentb353effccfedcc51f4511eea3244179ae6749420 (diff)
parent698ccd4cb97a995b47e1c1c588bb9bd0dd78725f (diff)
downloadkernel_replicant_linux-79ecbb0832fa2f858bef961cc8412b7c8a279787.tar.gz
kernel_replicant_linux-79ecbb0832fa2f858bef961cc8412b7c8a279787.tar.bz2
kernel_replicant_linux-79ecbb0832fa2f858bef961cc8412b7c8a279787.zip
Merge tag 'debian/4.18.10-1'
Release linux (4.18.10-1). - Drop new patches that are already included upstream - Keep ABI number set to "trunk" - Refresh arm64 APEI workaround patch for 4.19
Diffstat (limited to 'debian/rules.real')
-rw-r--r--debian/rules.real3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules.real b/debian/rules.real
index 6653aa6883f1..81b429386476 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -138,7 +138,8 @@ $(BUILD_DIR)/$(SOURCE_BASENAME)-source-$(UPSTREAMVERSION).tar.xz: $(STAMPS_DIR)/
-name '*.pyc' -prune -o \
-print0 | \
sort -z | \
- tar --no-recursion --null -T - -caf '$(SOURCE_BASENAME)-source-$(UPSTREAMVERSION).tar.xz'
+ tar --owner=root --group=root --numeric-owner \
+ --no-recursion --null -T - -caf '$(SOURCE_BASENAME)-source-$(UPSTREAMVERSION).tar.xz'
rm -rf '$(DIR)'
$(BUILD_DIR)/linux-patch-$(UPSTREAMVERSION)-%.patch.xz: $(STAMPS_DIR)/source_none $(STAMPS_DIR)/source_%