Skip to content

Commit

Permalink
Kurallar değişti.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilgün Belma Bugüner committed Jan 24, 2023
1 parent 672ab15 commit 2b29088
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
20 changes: 10 additions & 10 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1


build:
#empty

clean:
dh_testdir
dh_testroot
Expand All @@ -15,12 +11,10 @@ clean:
rm -rf tr/*
dh_clean

binary-arch: build

binary-indep: build
$(MAKE) deb-build
build-stamp:
dh_testdir
dh_testroot
$(MAKE) deb-build
dh_installdirs
$(MAKE) deb-install DESTDIR=$(CURDIR)/debian/manpages-tr
dh_installdirs -A /usr/share/man
Expand All @@ -42,6 +36,12 @@ binary-indep: build
dh_md5sums
dh_builddeb

binary: binary-indep binary-arch
binary: build

build: build-arch build-indep

build-arch: build-stamp

build-indep: build-stamp

.PHONY: binary binary-arch binary-indep clean update-prune
.PHONY: binary binary-arch binary-indep buid-stamp clean update-prune
2 changes: 0 additions & 2 deletions debian/source/options

This file was deleted.

2 changes: 1 addition & 1 deletion prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ do
ln -sfT ${content:4} $j;
content="";
else
gzip -9 $j;
gzip -9 -n $j;
fi
done
cd ../..;
Expand Down

0 comments on commit 2b29088

Please sign in to comment.