aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl/fixes/rename-filexp.U-phase2.diff
blob: 158002d069dc890b67a8531031994c2a0d26488a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
From 109a8792ab5ec683bcdc7d392f08d788a72ac08e Mon Sep 17 00:00:00 2001
From: Niko Tyni <ntyni@debian.org>
Date: Mon, 16 Oct 2017 01:56:02 +0300
Subject: regen-configure: rename filexp.U to filexp_path.U, phase 2

The renaming placates t/porting/checkcase.t and matches dist upstream.

It is done in two phases because git-dpm cannot currently handle git
renames properly (i.e. use the --no-renames git-format-patch option
to make the patches compatible with dpkg source format 3.0 (quilt)).

We therefore copy first and delete afterwards.

Patch-Name: fixes/rename-filexp.U-phase2.diff
---
 regen-configure/dist/U/filexp.U | 30 ------------------------------
 1 file changed, 30 deletions(-)
 delete mode 100644 regen-configure/dist/U/filexp.U

diff --git a/regen-configure/dist/U/filexp.U b/regen-configure/dist/U/filexp.U
deleted file mode 100644
index ea88a34c23..0000000000
--- a/regen-configure/dist/U/filexp.U
+++ /dev/null
@@ -1,30 +0,0 @@
-?RCS: $Id: filexp.U 1 2006-08-24 12:32:52Z rmanfredi $
-?RCS:
-?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
-?RCS:
-?RCS: You may redistribute only under the terms of the Artistic Licence,
-?RCS: as specified in the README file that comes with the distribution.
-?RCS: You may reuse parts of this distribution only within the terms of
-?RCS: that same Artistic Licence; a copy of which may be found at the root
-?RCS: of the source tree for dist 4.0.
-?RCS:
-?RCS: $Log: filexp.U,v $
-?RCS: Revision 3.0  1993/08/18  12:08:08  ram
-?RCS: Baseline for dist 3.0 netwide release.
-?RCS:
-?MAKE:filexp: privlib
-?MAKE:	-pick add $@ %<
-?S:filexp:
-?S:	This symbol contains the full pathname of the filexp script, in case we
-?S:	are saving the script for posterity.
-?S:.
-: must not allow self reference
-case "$privlib" in
-  /*)
-	filexp=$privlib/filexp
-	;;
-  *)
-	filexp=`pwd`/filexp
-	;;
-esac
-