r26073 - /trunk/libopenoffice-oodoc-perl/debian/rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Oct 16 12:34:28 UTC 2008


Author: dmn
Date: Thu Oct 16 12:34:25 2008
New Revision: 26073

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26073
Log:
move oodoc_version from usr/bin to examples; no much point in having it and now there is no need to write a (dummy) manual page

Modified:
    trunk/libopenoffice-oodoc-perl/debian/rules

Modified: trunk/libopenoffice-oodoc-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopenoffice-oodoc-perl/debian/rules?rev=26073&op=diff
==============================================================================
--- trunk/libopenoffice-oodoc-perl/debian/rules (original)
+++ trunk/libopenoffice-oodoc-perl/debian/rules Thu Oct 16 12:34:25 2008
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
+
+PKG = $(shell dh_listpackages)
+TMP = $(CURDIR)/debian/$(PKG)
 
 build: build-stamp
 build-stamp:
@@ -12,6 +15,7 @@
 install: install-stamp
 install-stamp: build-stamp
 	dh install
+	mv $(TMP)/usr/bin/oodoc_version $(TMP)/usr/share/doc/$(PKG)/examples/
 	touch $@
 
 binary-arch:




More information about the Pkg-perl-cvs-commits mailing list