~ubuntu-branches/ubuntu/precise/netatalk/precise

« back to all changes in this revision

Viewing changes to debian/patches/201_etc2ps_paths.diff

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Rittau
  • Date: 2004-01-19 12:43:49 UTC
  • Revision ID: james.westby@ubuntu.com-20040119124349-q7nhb37vuw9hvsb3
Tags: 1.6.4-2
* The following changes from Jonas (thanks!):
  + Tighten netatalk-dev dependency on exact same version of netatalk.
  + Bump up dependency on libpam-runtime to 0.76-14 (reflecting a recent
    update to Debian-PAM-MiniPolicy).
  + Drop patch no longer needed: 204_netatalk_pamd_enable_password.diff.
  + Enable SRVLOC support, recommend slpd and build-depend on
    libslp-dev.
  + Use (and build-depend on) d-devlibdeps.
  + Use (and build-depend on) dh-buildinfo.
  + Move around logcheck files to be recognized by dh_installlogcheck,
    and tighten build-dependencies of debhelper and cdbs.
  + Remove cracklib-related (build-)dependencies (they are only used
    when compiled with ssl support).
  + Support enabling ssl-related options simply by setting
    "DEB_BUILD_OPTIONS=ssl" at build time.
    - Include cracklib-support to PAM config on ssl build.
    - Only enable DHX plugin on ssl build.
  + Add TODO with notes on things to (re)add when (if ever?) ssl support
    is enabled again by default.
* Use Berkeley DB 4.2.
  + debian/control: Changed build-dependencies accordingly.
  + debian/NEWS.Debian: Updated.
  + debian/README.Debian: Updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- etc/psf/etc2ps.sh.old       2003-06-06 18:27:06.000000000 +0200
 
2
+++ etc/psf/etc2ps.sh   2003-06-06 18:27:43.000000000 +0200
 
3
@@ -9,11 +9,11 @@
 
4
 # tag in the case.
 
5
 #
 
6
 
 
7
-DVIPSPATH=/usr/local/tex/bin
 
8
-DVIPS=/usr/local/tex/bin/dvips
 
9
+DVIPSPATH=/usr/bin
 
10
+DVIPS=/usr/bin/dvips
 
11
 DVIPSARGS="-f -q"
 
12
 
 
13
-TROFF2PS=/usr/local/psroff/troff2/troff2ps
 
14
+TROFF2PS=/usr/bin/troff2ps
 
15
 TROFF2PSARGS="-Z -O-.10"
 
16
 
 
17
 PATH=/usr/bin:$DVIPSPATH; export PATH