From: Russ Allbery Date: Mon, 20 Aug 2007 04:49:56 +0000 (+0000) Subject: Use control.in rather than control.module for the template file name X-Git-Tag: debian/1.4.4.dfsg1-7~10 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=fbdd788706e5e71ae570fd90f469a06ffe07713d;p=packages%2Fo%2Fopenafs.git Use control.in rather than control.module for the template file name and adjust prep-modules accordingly. --- diff --git a/debian/module/control b/debian/module/control deleted file mode 100644 index 31c8aab3b..000000000 --- a/debian/module/control +++ /dev/null @@ -1,20 +0,0 @@ -Source: openafs -Section: net -Priority: optional -Maintainer: Sam Hartman -Uploaders: Russ Allbery -Build-Depends: debhelper (>= 5), flex, bison -Standards-Version: 3.7.2 - -Package: openafs-modules-=KVERS -Conflicts: openafs-client (<< 1.2.9) -Provides: openafs-modules2 -Architecture: any -Recommends: =IMG-=KVERS -Description: AFS distributed filesystem kernel module - AFS is a distributed filesystem allowing cross-platform sharing of - files among multiple computers. Facilities are provided for access - control, authentication, backup and administrative management. - . - This package provides the compiled AFS kernel module for kernel - version =KVERS. diff --git a/debian/module/control.in b/debian/module/control.in new file mode 100644 index 000000000..31c8aab3b --- /dev/null +++ b/debian/module/control.in @@ -0,0 +1,20 @@ +Source: openafs +Section: net +Priority: optional +Maintainer: Sam Hartman +Uploaders: Russ Allbery +Build-Depends: debhelper (>= 5), flex, bison +Standards-Version: 3.7.2 + +Package: openafs-modules-=KVERS +Conflicts: openafs-client (<< 1.2.9) +Provides: openafs-modules2 +Architecture: any +Recommends: =IMG-=KVERS +Description: AFS distributed filesystem kernel module + AFS is a distributed filesystem allowing cross-platform sharing of + files among multiple computers. Facilities are provided for access + control, authentication, backup and administrative management. + . + This package provides the compiled AFS kernel module for kernel + version =KVERS. 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