diff options
author | Ivan Kohler <ivan@freeside.biz> | 2020-05-27 13:39:47 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2020-05-27 13:39:47 -0700 |
commit | fc263806f5e475559a0c4cfdb70a5f1cefe0ffa3 (patch) | |
tree | c0887bc08d9836175fd4a915d3b20bb7ce458bb6 /debian | |
parent | ae09d41481da0937765821af91537b8e728169e4 (diff) |
deposit slips
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 5b8c02158..28ff88061 100644 --- a/debian/control +++ b/debian/control @@ -64,7 +64,7 @@ Depends: aspell-en,gnupg,ghostscript,gsfonts,gzip, mime-support, ntp,ntpdate,perl,perl-base,perl-modules,postgresql,postgresql-client,psutils, rsync,openssh-client,texlive,texlive-latex-recommended,texlive-latex-extra, - texinfo,ttf-bitstream-vera, + texinfo,ttf-bitstream-vera,texlive-xetex,texlive-fonts-extra, fonts-dustin,libdatetime-perl,libdatetime-format-strptime-perl, libfile-slurp-perl,libspreadsheet-parseexcel-perl,libauthen-passphrase-perl, libnet-domain-tld-perl,libbusiness-us-usps-webtools-perl,libxml-simple-perl, diff --git a/debian/rules b/debian/rules index 153f17751..e32910f1c 100755 --- a/debian/rules +++ b/debian/rules @@ -171,6 +171,7 @@ install-stamp: build-stamp # Install tex install -d ${TEXMF_PATH} install -o freeside -m 444 etc/*.sty ${TEXMF_PATH} + install -o root -m 444 etc/GnuMICR.otf /usr/local/etc/freeside # Create Apache configurations install -d $(APACHE_CONF) |