Skip to content

Commit 2b29088

Browse files
author
Nilgün Belma Bugüner
committed
Kurallar değişti.
1 parent 672ab15 commit 2b29088

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

debian/rules

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
# output every command that modifies files on the build system.
44
#export DH_VERBOSE = 1
55

6-
7-
build:
8-
#empty
9-
106
clean:
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

debian/source/options

Lines changed: 0 additions & 2 deletions
This file was deleted.

prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ do
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 ../..;

0 commit comments

Comments
 (0)