File: diff

package info (click to toggle)
lifelines 3.0.37.2-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,312 kB
  • ctags: 6,091
  • sloc: ansic: 52,969; xml: 7,212; sh: 4,382; makefile: 724; yacc: 591; perl: 170; sed: 16
file content (43 lines) | stat: -rw-r--r-- 980 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
13c13
< export DH_COMPAT=1
---
> export DH_COMPAT=3
30a31
> PATCHLIST	 = $(notdir $(basename $(wildcard debian/patches/*.dpatch)))
31a33
> include /usr/share/dpatch/dpatch.make
33c35,39
< clean:	configure autotools
---
> 
> 
> clean:	clean-patched unpatch
> 
> clean-patched:	configure autotools
49a56,64
> configure-stamp:	patch
> 	dh_testdir
> 	./configure $(confflags) \
> 		--prefix=/usr \
> 		--mandir=\$${prefix}/share/man \
> 		--infodir=\$${prefix}/share/info
> 
> 	touch configure-stamp
> 
70,78d84
< configure-stamp:
< 	dh_testdir
< 	./configure $(confflags) \
< 		--prefix=/usr \
< 		--mandir=\$${prefix}/share/man \
< 		--infodir=\$${prefix}/share/info
< 
< 	touch configure-stamp
< 
161,162d166
< 	# Use of the dh-buildinfo package: see http://people.debian.org/~dirson/buildinfo/
< 	dh_buildinfo
170c174
< .PHONY: autotools build clean binary-indep binary-arch binary install
---
> .PHONY: autotools build clean binary-indep binary-arch binary install patch unpatch