[Pkg-ocaml-maint-commits] r3201 - in /trunk/packages/polygen/trunk/debian: polygen-data.link rules

enrico at users.alioth.debian.org enrico at users.alioth.debian.org
Mon Oct 2 11:24:16 UTC 2006


Author: enrico
Date: Mon Oct  2 11:24:15 2006
New Revision: 3201

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3201
Log:
Yet another way of linking manpages.  Will this be the good one?

Modified:
    trunk/packages/polygen/trunk/debian/polygen-data.link
    trunk/packages/polygen/trunk/debian/rules

Modified: trunk/packages/polygen/trunk/debian/polygen-data.link
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/polygen/trunk/debian/polygen-data.link?rev=3201&op=diff
==============================================================================
--- trunk/packages/polygen/trunk/debian/polygen-data.link (original)
+++ trunk/packages/polygen/trunk/debian/polygen-data.link Mon Oct  2 11:24:15 2006
@@ -1,1 +1,2 @@
-/usr/bin/polyrun /usr/bin/polyfind
+usr/bin/polyrun usr/bin/polyfind
+usr/share/man/man1/polyrun.1 usr/share/man/man1/polyfind.1

Modified: trunk/packages/polygen/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/polygen/trunk/debian/rules?rev=3201&op=diff
==============================================================================
--- trunk/packages/polygen/trunk/debian/rules (original)
+++ trunk/packages/polygen/trunk/debian/rules Mon Oct  2 11:24:15 2006
@@ -46,9 +46,6 @@
 	chmod 0755 debian/make_polygen-data_manpage
 	find $(POLYGEN_BASE)/grm/ -name \*.grm | debian/make_polygen-data_manpage > polygen-data.6
 
-build/polygen-data::
-	ln -s polyrun.1 debian/polyfind.1
-
 install/polygen::
 	install -o root -g root -m 755 $(POLYGEN) debian/$(cdbs_curpkg)/usr/bin/
 	install -o root -g root -m 755 -d debian/$(cdbs_curpkg)/usr/share/doc/polygen
@@ -66,4 +63,4 @@
 	debian/install-grammars $(POLYGEN_BASE)/grm/fra debian/$(cdbs_curpkg)/usr/share/polygen/
 
 clean::
-	rm -f debian/man.grm.o polygen.1 polygen-data.6 polyfind.1
+	rm -f debian/man.grm.o polygen.1 polygen-data.6 debian/polyfind.1




More information about the Pkg-ocaml-maint-commits mailing list