X-Git-Url: https://git.deb.at/w?p=pkg%2Fmmv.git;a=blobdiff_plain;f=debian%2Frules;h=63237708b8bdef46c7c252b6bb48d01d86115753;hp=e2f6fba0d75c167ecc86ecf8e7a04820aacad2d8;hb=HEAD;hpb=3acbfe931d70c61ea28d55989a4bdd98a8ee418e diff --git a/debian/rules b/debian/rules index e2f6fba..6323770 100755 --- a/debian/rules +++ b/debian/rules @@ -1,54 +1,10 @@ #! /usr/bin/make -f -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 - -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 -# Makes a binary package. - dh_installdirs - dh_auto_install - dh_strip - dh_link - 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) $(shell getconf LFS_CFLAGS) -DIS_SYSV -DHAS_DIRENT -DHAS_RENAME"