[Pkg-octave-commit] [SCM] octave-epstk branch, master, updated. d49304a95baeb330382a9bb92a4acfbebee60083
Thomas Weber
tweber at debian.org
Sat Jan 1 21:49:21 UTC 2011
The following commit has been merged in the master branch:
commit 02938ab342f61d0ab418150912f9ac6c2448d94d
Author: Thomas Weber <tweber at debian.org>
Date: Sun Dec 19 21:16:44 2010 +0100
Use einit.m as /etc/epstk.conf
diff --git a/debian/clean b/debian/clean
index 683b2ba..2e39c04 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,6 +1,4 @@
build-stamp
m/*-center.psd m/*.eps m/*.tmp m/img* m/myNewSymbol.psd
m/demo*.ppm m/demo*.jpg m/demo_* m/demo*.html
-
-
-
+m/epstk.conf
diff --git a/debian/install b/debian/install
index f823eef..b011aa5 100644
--- a/debian/install
+++ b/debian/install
@@ -1,2 +1,2 @@
-m/*.m m/*.psd m/epstkbc m/def* m/mFileList m/epsFileList m/octave.asc m/*.inc usr/share/octave/site/m/octave-epstk/
-debian/epstk.conf etc/
+m/epstk.conf etc/
+m/*.m m/*.psd m/epstkbc m/def* m/mFileList m/epsFileList m/octave.asc m/*.inc m/*.pfa usr/share/octave/site/m/octave-epstk/
diff --git a/debian/rules b/debian/rules
index 2b4bdec..da58a5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,11 @@ DEB_DH_INSTALL_ARGS += --exclude=myNewSymbol.psd
# Do not compress the JavaScript files, needed for the documentation
DEB_COMPRESS_EXCLUDE_ALL = .js
+configure/octave-epstk::
+ # Rename einit.m to epstk.conf, as dh_install cannot rename files when moving them
+ # And the file name should really end up as /etc/epstk.conf
+ cp m/einit.m m/epstk.conf
+
# Poor man's "make check"
build/octave-epstk:: build-stamp
build-stamp:
--
octave-epstk
More information about the Pkg-octave-commit
mailing list