X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=debian%2Frules;h=38343a93098f7f8a905385680f82e73c92dfa7ee;hb=1931d9bd9ec32dc8b7977a2508a9ad24e976fcc9;hp=860e8cbba515795850c7dc4e760ae3c1548584af;hpb=d82c4ce75c28d850923f6b57887e1ba090995859;p=pkg%2Fmmv.git diff --git a/debian/rules b/debian/rules index 860e8cb..38343a9 100755 --- a/debian/rules +++ b/debian/rules @@ -1,70 +1,10 @@ #! /usr/bin/make -f -CC = gcc -LDFLAGS = -s +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk -# The package -p = mmv -# The version -v = $(shell dpkg-parsechangelog | sed -n 's/^Version: //p') -# The architecture -a = $(shell dpkg --print-architecture) +%: + dh $@ -dir = `pwd` - -build: -# Builds the binary package. - $(checkdir) - make CC="$(CC)" LDFLAGS="$(LDFLAGS)" - touch build - -clean: -# Undoes the effect of `make -f debian/rules build'. - $(checkdir) - make clean - /bin/rm -rf debian/tmp build - -binary: binary-arch binary-indep - -binary-indep: - $(checkdir) - -binary-arch: build - $(checkdir) - test -f build || make -f debian/rules build -# Makes a binary package. - /bin/rm -rf debian/tmp - test -f stamp-build || make -f debian/rules build - install -d -g root -m 755 -o root debian/tmp - chmod g-s debian/tmp - install -d -g root -m 755 -o root debian/tmp/DEBIAN - install -d -g root -m 755 -o root debian/tmp/usr/bin - install -d -g root -m 755 -o root debian/tmp/usr/man/man1 - install -g root -o root -m 755 -s mmv debian/tmp/usr/bin - install -g root -o root -m 644 mmv.1 debian/tmp/usr/man/man1 - gzip -9f debian/tmp/usr/man/man1/mmv.1 - (cd debian/tmp/usr/bin;\ - ln -s mmv mcp; \ - ln -s mmv mad; \ - ln -s mmv mln;) - (cd debian/tmp/usr/man/man1;\ - ln -s mmv.1.gz mcp.1.gz; \ - 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/doc/$(p) - install -g root -m 644 -o root READ.ME \ - debian/tmp/usr/doc/$(p) - install -g root -m 644 -o root debian/changelog \ - debian/tmp/usr/doc/$(p)/changelog.Debian - gzip -f9 debian/tmp/usr/doc/$(p)/* - install -g root -m 644 -o root debian/copyright \ - debian/tmp/usr/doc/$(p) - chmod -R g-sw debian/tmp/usr/doc/$(p) - chown -R root.root debian/tmp/usr/doc/$(p) - dpkg-shlibdeps debian/tmp/usr/bin/mmv - dpkg-gencontrol - dpkg --build debian/tmp && dpkg-name -o -s .. debian/tmp.deb - -define checkdir - test -f mmv.1 -endef +override_dh_auto_build: + dh_auto_build -- LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS) -DIS_SYSV -DHAS_DIRENT -DHAS_RENAME"