From 3acbfe931d70c61ea28d55989a4bdd98a8ee418e Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sun, 16 Sep 2012 18:49:32 +0200 Subject: [PATCH] Remove further no more necessary stuff from debian/rules --- debian/rules | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/debian/rules b/debian/rules index cbfa5f4..e2f6fba 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,5 @@ #! /usr/bin/make -f -CC = gcc LDFLAGS = CFLAGS = -g -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 @@ -20,16 +19,6 @@ ifneq (,$(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 @@ -49,14 +38,11 @@ binary-indep: 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 -- 2.39.2