X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=debian%2Frules;h=38343a93098f7f8a905385680f82e73c92dfa7ee;hb=1931d9bd9ec32dc8b7977a2508a9ad24e976fcc9;hp=cbfa5f44da99a92e03a049fc75ed7efd1fdb3fda;hpb=36b386e058dd7265b9fd3bb83bce375ca630b24a;p=pkg%2Fmmv.git diff --git a/debian/rules b/debian/rules index cbfa5f4..38343a9 100755 --- a/debian/rules +++ b/debian/rules @@ -1,68 +1,10 @@ #! /usr/bin/make -f -CC = gcc -LDFLAGS = -CFLAGS = -g -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk +%: + dh $@ -ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 -else - CFLAGS += -O2 -endif - -ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS))) - LDFLAGS += -s -endif - -ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) - NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) - MAKEFLAGS += -j$(NUMJOBS) -endif - - -# The package -p = mmv -# The version -v = $(shell dpkg-parsechangelog | sed -n 's/^Version: //p') -# The architecture -a = $(shell dpkg --print-architecture) - -dir = `pwd` - -build: -# Builds the binary package. - dh_testdir - $(MAKE) CC="$(CC)" LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS)" - touch build - -clean: -# Undoes the effect of `make -f debian/rules build'. - dh_testdir - dh_auto_clean - dh_clean build debian/substvars - -binary: binary-arch binary-indep - -binary-indep: - dh_testdir - -binary-arch: build - dh_testdir - test -f build || $(MAKE) -f debian/rules build -# Makes a binary package. - test -f stamp-build || $(MAKE) -f debian/rules build - dh_installdirs - dh_auto_install - dh_strip - dh_link - install -d -g root -m 755 -o root debian/mmv/usr/share/doc/$(p) - dh_installdocs - dh_installchangelogs - dh_compress - dh_lintian - dh_fixperms - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb +override_dh_auto_build: + dh_auto_build -- LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS) -DIS_SYSV -DHAS_DIRENT -DHAS_RENAME"