From fbdd788706e5e71ae570fd90f469a06ffe07713d Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 20 Aug 2007 04:49:56 +0000 Subject: [PATCH] Use control.in rather than control.module for the template file name and adjust prep-modules accordingly. --- debian/module/{control => control.in} | 0 debian/module/prep-modules | 2 +- debian/module/sysname | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename debian/module/{control => control.in} (100%) mode change 100644 => 100755 debian/module/prep-modules mode change 100644 => 100755 debian/module/sysname diff --git a/debian/module/control b/debian/module/control.in similarity index 100% rename from debian/module/control rename to debian/module/control.in diff --git a/debian/module/prep-modules b/debian/module/prep-modules old mode 100644 new mode 100755 index 0ab5d5c10..03c37d8de --- a/debian/module/prep-modules +++ b/debian/module/prep-modules @@ -86,7 +86,7 @@ fi # Generate the control file from the template. sed -e "s/=KVERS/${afs_kvers}/g" -e "s/=IMG/${afs_image}/g" \ - debian/control.module > debian/control + debian/control.in > debian/control # Now, calcuate the binary package version. Extract the epoch from the kernel # package revision and add it to the beginning of the binary package version diff --git a/debian/module/sysname b/debian/module/sysname old mode 100644 new mode 100755 -- 2.39.5