[Pkg-ocaml-maint-commits] r3035 - in
/trunk/packages/felix/trunk/debian: INSTALL.debian README.debian
rules
skaller-guest at users.alioth.debian.org
skaller-guest at users.alioth.debian.org
Sun Aug 27 17:27:16 UTC 2006
Author: skaller-guest
Date: Sun Aug 27 17:27:13 2006
New Revision: 3035
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3035
Log:
Add notes on installation model.
Added:
trunk/packages/felix/trunk/debian/README.debian
Removed:
trunk/packages/felix/trunk/debian/INSTALL.debian
Modified:
trunk/packages/felix/trunk/debian/rules
Added: trunk/packages/felix/trunk/debian/README.debian
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/felix/trunk/debian/README.debian?rev=3035&op=file
==============================================================================
--- trunk/packages/felix/trunk/debian/README.debian (added)
+++ trunk/packages/felix/trunk/debian/README.debian Sun Aug 27 17:27:13 2006
@@ -1,0 +1,32 @@
+Debian Installation model:
+
+EVERYTHING Felix goes in
+
+/usr/lib/felix/felix-1.1.2/
+
+This directory is called the install root.
+
+In addition, duplicates of these files are installed:
+
+1. flx into /usr/bin/flx
+ * this is the bash script used to launch felix
+ * it the only access point supported for Debian
+
+2. man pages into /usr/share/man
+
+These get clobbered by upgrades, but they're only copies
+of files in the install root.
+
+Debian also installs packaging metainformation in
+
+ /usr/share/doc/felix
+
+In addition there should be an entry in the documentation
+database, pointing at the most recently installed
+documentation suite index. The docs themselves are
+installed in the install root, since they're version
+specific, and they may link to files in the install root
+such as performance test data.
+
+
+
Modified: trunk/packages/felix/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/felix/trunk/debian/rules?rev=3035&op=diff
==============================================================================
--- trunk/packages/felix/trunk/debian/rules (original)
+++ trunk/packages/felix/trunk/debian/rules Sun Aug 27 17:27:13 2006
@@ -78,7 +78,7 @@
rm -f bin/fishcc
#
dh_installchangelogs ChangeLog
- dh_installdocs INSTALL.debian
+ dh_installdocs
dh_installexamples
dh_install
dh_installman man/man1/*
More information about the Pkg-ocaml-maint-commits
mailing list