~ubuntu-branches/debian/sid/ion/sid

« back to all changes in this revision

Viewing changes to debian/patches/0000-buildsystem.patch

  • Committer: Package Import Robot
  • Author(s): Leo Iannacone
  • Date: 2014-10-14 16:40:07 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20141014164007-67bp5oth2mfjuqs8
Tags: 3.2.1+dfsg-1
* New upstream release.
* Bump Standards-Version 3.9.6
* debian/copyright:
  - update Upstream-Name
  - update Format
  - add Upstream-Contact
  - add comment to repacking and Files-Excluded field
  - add short license name for upstream license
* Remove repack.* utilities in favor of Files-Excluted
* debian/rules:remove call to REPACK_SH
* debian/watch: update dsfg dversionmangle
* debian/patches:
  - remove fix-manpages-errors.patch: applied upstream
  - refresh patches and renamed adding a number suffix
  - 0002-fix-dtnperf-undefined-symbols.patch:
    add LIBADD to libal_pb_vION, prevents undefined-symbols
  - 0003-ftbfs-with-clang.patch:
    fix FTBFS if clang is used instead of gcc (closes: #754319)
* Update debian/links to binaries without manpage

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Remove Makefile targets which depends on stripped PDF files.
 
2
Author: Alessio Treglia <alessio@debian.org>
 
3
Forwarded: no
 
4
---
 
5
 Makefile.am |   10 ----------
 
6
 1 file changed, 10 deletions(-)
 
7
 
 
8
--- a/Makefile.am
 
9
+++ b/Makefile.am
 
10
@@ -231,7 +231,6 @@
 
11
 otherstuff_DATA = \
 
12
        $(srcdir)/ionstart.awk \
 
13
        $(srcdir)/tutorial.html \
 
14
-       $(srcdir)/ION.pdf \
 
15
        $(srcdir)/ION-LTP-configuration.doc \
 
16
        $(srcdir)/ION-LTP-configuration.xls 
 
17
 
 
18
@@ -2077,9 +2076,6 @@
 
19
 
 
20
 if ENABLE_AUTODOC
 
21
 
 
22
-ION.pdf: doc/ION-beginning.ps doc/ION-manpages.ps
 
23
-       $(PSJOIN) $^ | $(PS2PDF) - $@
 
24
-
 
25
 # The targets in man_MANS that are actually manpages (and not phony targets
 
26
 # for making directories, etc.)
 
27
 justmans := $(filter %.1 %.3 %.5,$(man_MANS))
 
28
@@ -2138,10 +2134,4 @@
 
29
 doc/ION-beginning.ps: doc/ION-beginning.pdf
 
30
        $(PDF2PS) $^ $@
 
31
 
 
32
-else
 
33
-
 
34
-ION.pdf: doc/ION-beginning.pdf
 
35
-       @echo "ION.pdf will not have appendix."
 
36
-       cp $^ $@
 
37
-
 
38
 endif #ENABLE_AUTODOC