File tree Expand file tree Collapse file tree 3 files changed +11
-13
lines changed
Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 33# output every command that modifies files on the build system.
44# export DH_VERBOSE = 1
55
6-
7- build :
8- # empty
9-
106clean :
117 dh_testdir
128 dh_testroot
@@ -15,12 +11,10 @@ clean:
1511 rm -rf tr/*
1612 dh_clean
1713
18- binary-arch : build
19-
20- binary-indep : build
21- $(MAKE ) deb-build
14+ build-stamp :
2215 dh_testdir
2316 dh_testroot
17+ $(MAKE ) deb-build
2418 dh_installdirs
2519 $(MAKE ) deb-install DESTDIR=$(CURDIR ) /debian/manpages-tr
2620 dh_installdirs -A /usr/share/man
@@ -42,6 +36,12 @@ binary-indep: build
4236 dh_md5sums
4337 dh_builddeb
4438
45- binary : binary-indep binary-arch
39+ binary : build
40+
41+ build : build-arch build-indep
42+
43+ build-arch : build-stamp
44+
45+ build-indep : build-stamp
4646
47- .PHONY : binary binary-arch binary-indep clean update-prune
47+ .PHONY : binary binary-arch binary-indep buid-stamp clean update-prune
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2121 ln -sfT ${content: 4} $j ;
2222 content=" " ;
2323 else
24- gzip -9 $j ;
24+ gzip -9 -n $j ;
2525 fi
2626 done
2727 cd ../..;
You can’t perform that action at this time.
0 commit comments