~ubuntu-branches/ubuntu/trusty/lifelines/trusty

« back to all changes in this revision

Viewing changes to debian/diff

  • Committer: Bazaar Package Importer
  • Author(s): Felipe Augusto van de Wiel (faw)
  • Date: 2007-08-14 00:02:04 UTC
  • mfrom: (1.1.4 upstream) (3.1.4 gutsy)
  • Revision ID: james.westby@ubuntu.com-20070814000204-mpv5faygl0dgq3qi
Tags: 3.0.61-1
* New upstream release. (Closes: #387856).
* Fixing documentation build problems also fixes FTBFS if built twice in a
  row. (Closes: #424543).
* Adding lynx as a build dependency. This is necessary to generate txt files
  from html, discovered while fixing #424543.
* Upstream fix: charset for gedcom file in unicode. (Closes: #396206).
* Upstream fim: updating documentation about desc-tex2. (Closes: #405501).
* Bumping Standards-Version to 3.7.2 without package changes.
* Dropping local debian patches added upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
13c13
2
 
< export DH_COMPAT=1
3
 
---
4
 
> export DH_COMPAT=3
5
 
30a31
6
 
> PATCHLIST      = $(notdir $(basename $(wildcard debian/patches/*.dpatch)))
7
 
31a33
8
 
> include /usr/share/dpatch/dpatch.make
9
 
33c35,39
10
 
< clean:        configure autotools
11
 
---
12
 
13
 
14
 
> clean:        clean-patched unpatch
15
 
16
 
> clean-patched:        configure autotools
17
 
49a56,64
18
 
> configure-stamp:      patch
19
 
>       dh_testdir
20
 
>       ./configure $(confflags) \
21
 
>               --prefix=/usr \
22
 
>               --mandir=\$${prefix}/share/man \
23
 
>               --infodir=\$${prefix}/share/info
24
 
25
 
>       touch configure-stamp
26
 
27
 
70,78d84
28
 
< configure-stamp:
29
 
<       dh_testdir
30
 
<       ./configure $(confflags) \
31
 
<               --prefix=/usr \
32
 
<               --mandir=\$${prefix}/share/man \
33
 
<               --infodir=\$${prefix}/share/info
34
 
35
 
<       touch configure-stamp
36
 
37
 
161,162d166
38
 
<       # Use of the dh-buildinfo package: see http://people.debian.org/~dirson/buildinfo/
39
 
<       dh_buildinfo
40
 
170c174
41
 
< .PHONY: autotools build clean binary-indep binary-arch binary install
42
 
---
43
 
> .PHONY: autotools build clean binary-indep binary-arch binary install patch unpatch