[Pkg-octave-commit] r1613 - octave-forge-pkgs/octave-odepkg/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Tue Apr 8 16:37:13 UTC 2008


Author: rafael
Date: 2008-04-08 16:37:13 +0000 (Tue, 08 Apr 2008)
New Revision: 1613

Modified:
   octave-forge-pkgs/octave-odepkg/trunk/debian/rules
Log:
Install the info file distributed in the tarball and remove it from
the m-files directory after install

Modified: octave-forge-pkgs/octave-odepkg/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-odepkg/trunk/debian/rules	2008-04-08 16:01:38 UTC (rev 1612)
+++ octave-forge-pkgs/octave-odepkg/trunk/debian/rules	2008-04-08 16:37:13 UTC (rev 1613)
@@ -2,3 +2,9 @@
 # -*- makefile -*-
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
+
+INFO = octave-odepkg.info
+install/octave-odepkg::
+	cp inst/doc.info $(INFO)
+	dh_installinfo $(INFO)
+	rm -f $(INFO) debian/octave-odepkg/usr/share/octave/packages/*/*.info
\ No newline at end of file




More information about the Pkg-octave-commit mailing list