X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=debian%2Frules;h=f175d991e984f3a9c13ad8d0edc258086b9f9203;hb=e6bfe25d41e0173b71ff2e580c97e7fea2be2e23;hp=b63827cb7b5e6ef21304d68d0b05d188bb72935a;hpb=dcef7e2b7a94064a7bac0aae6b037ca0aa4555b0;p=pkg%2Fmmv.git diff --git a/debian/rules b/debian/rules index b63827c..f175d99 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,5 @@ #! /usr/bin/make -f -INSTALL_PROGRAM=install CC = gcc LDFLAGS = CFLAGS = -g -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 @@ -13,9 +12,7 @@ else endif ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS))) - INSTALL_PROGRAM += -s LDFLAGS += -s - STRIP = true endif ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) @@ -62,10 +59,8 @@ binary-arch: build install -d -g root -m 755 -o root debian/tmp/usr/bin install -d -g root -m 755 -o root debian/tmp/usr/share/man/man1 install -d -g root -m 755 -o root debian/tmp/usr/share/lintian/overrides - $(INSTALL_PROGRAM) -g root -o root -m 755 mmv debian/tmp/usr/bin - test "$(STRIP)" != true || strip \ - --remove-section=.comment --remove-section=.note \ - debian/tmp/usr/bin/mmv + install -g root -o root -m 755 mmv debian/tmp/usr/bin + dh_strip install -g root -o root -m 644 mmv.1 debian/tmp/usr/share/man/man1 gzip -9f debian/tmp/usr/share/man/man1/mmv.1 (cd debian/tmp/usr/bin;\ @@ -77,13 +72,8 @@ binary-arch: build ln -s mmv.1.gz mad.1.gz; \ ln -s mmv.1.gz mln.1.gz;) install -d -g root -m 755 -o root debian/tmp/usr/share/doc/$(p) - install -g root -m 644 -o root READ.ME \ - debian/tmp/usr/share/doc/$(p) - install -g root -m 644 -o root debian/changelog \ - debian/tmp/usr/share/doc/$(p)/changelog.Debian - gzip -f9 debian/tmp/usr/share/doc/$(p)/* - install -g root -m 644 -o root debian/copyright \ - debian/tmp/usr/share/doc/$(p) + dh_installdocs + dh_installchangelogs install -g root -m 644 -o root debian/lintian-overrides \ debian/tmp/usr/share/lintian/overrides/mmv chmod -R g-sw debian/tmp/usr/share/doc/$(p)