~ubuntu-branches/debian/stretch/ecb/stretch

« back to all changes in this revision

Viewing changes to debian/patches/10_Makefile_adjust.patch

  • Committer: Package Import Robot
  • Author(s): Balint Reczey
  • Date: 2014-10-25 16:13:05 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20141025161305-6cg7rnaao1xa4ngb
Tags: 2.40+git20140216-1
* Adopting the package
  Thanks to Mike O'Connor for maintaing the package (Closes: #766440)
* New upstream snapshot (Closes: #729865)
* Drop obsoleted patches
* Bump dh compat level to 9
* Move packaging repository to git.debian.org
* Depend on default emacs (Closes: #754002)
* Bump standards version, no changes needed
* Move homepage URL to source package description

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: ecb.save/Makefile
2
 
===================================================================
3
 
--- ecb.save.orig/Makefile      2011-06-08 13:39:23.000000000 -0400
4
 
+++ ecb.save/Makefile   2011-06-08 13:40:07.000000000 -0400
5
 
@@ -52,7 +52,7 @@
6
 
 #   Set this to the full path of your CEDET-installation.
7
 
 
8
 
 #CEDET=
9
 
-CEDET=c:/Programme/emacs-23.1/site-lisp/package-development/cedet
10
 
+CEDET=
11
 
 
12
 
 # You can set here more load-paths to arbitrary packages if you want. But
13
 
 # this is really not necessary!
14
 
@@ -82,14 +82,14 @@
15
 
 # not available let the related setting X empty! NOTE: For generating the
16
 
 # PDF-format you will need an installed TeX and Ghostscript!
17
 
 MAKEINFO=/usr/bin/makeinfo
18
 
-TEXI2DVI=/C/Programme/texmf/miktex/bin/texi2dvi
19
 
+TEXI2DVI=/usr/bin/texi2dvi
20
 
 # You need either the dvipdfm-tool
21
 
 #DVIPDFM=/C/Programme/texmf/miktex/bin/dvipdfm
22
 
 DVIPDFM=
23
 
 # or the tools dvips and ps2pdf. If dvipdfm is available the Makefile uses
24
 
 # this one!
25
 
-DVIPS=/C/Programme/texmf/miktex/bin/dvips
26
 
-PS2PDF=/C/home/bin/ps2pdf
27
 
+DVIPS=/usr/bin/dvips
28
 
+PS2PDF=/usr/bin/ps2pdf
29
 
 
30
 
 # To generate the online-formats just call "make online-help" for info- and
31
 
 # HTML-format and "make pdf" for PDF-format.