]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Fix FHS handling in debian/rules
authorManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:06:58 +0000 (05:06 +0000)
committerManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:06:58 +0000 (05:06 +0000)
Author: jdg
Date: 1999/12/20 21:04:16
Fix FHS handling in debian/rules

git-archimport-id: srivasta@debian.org--etch/debian-policy--devel--3.0--patch-43

debian/rules

index 91cd6c26daa906939309ea7dd0fac7bbbef74111..885fd6ddcab4a1450ee7f094f0fe0d3d787d5e6e 100755 (executable)
@@ -4,8 +4,8 @@
 ## Author          : Manoj Srivastava ( srivasta@tiamat.datasync.com )
 ## Created On      : Thu Oct 29 15:35:55 1998
 ## Created On Node  : tiamat.datasync.com
-## Last Modified By : Manoj Srivastava
-## Last Modified On : Wed Jun 30 23:05:51 1999
+## Last Modified By : Julian Gilbey
+## Last Modified On : Mon Dec 20 21:01:12 GMT 1999
 ## Last Machine Used: glaurung.green-gryphon.com
 ## Update Count            : 51
 ## Status          : Unknown, Use with caution!
@@ -45,7 +45,10 @@ PTMPTOP        := $(SRCTOP)/debian/tmp-packaging
 PDOCDIR          := $(PTMPTOP)/usr/share/doc/$(ppackage)
 PLIBDIR          := $(PTMPTOP)/usr/share/doc-base
 
-FHS_ARCHIVE  =$(shell ls -1 fhs*.tar.gz)
+# While we have two versions of the FHS installed in the source package,
+# we need to modify this to handle it.  This is the easiest way to do it.
+# FHS_ARCHIVE  =$(shell ls -1 fhs*.tar.gz)
+FHS_ARCHIVE  =fhs-2.1-pre-03.tar.gz
 FHS_FILES    =fhs/fhs.dvi fhs/fhs.ps fhs/fhs.txt
 FSSTND_FILES =FSSTND-FAQ fsstnd-1.2.dvi.gz fsstnd-1.2.ps.gz fsstnd-1.2.txt.gz
 POLICY_FILES =policy.text.gz policy.sgml virtual-package-names-list.text \