X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;h=6fdc0f97d8e31f7aaeeb882911e35328d1bec695;hb=9fda4b0552744a305a699855e2ad3907e8cab164;hp=9441b3a896d465e81f338dca5a2309f82c89f339;hpb=beec4f9fb766be23d575b070e398639d5a4a9c9d;p=live-boot-grml.git diff --git a/debian/rules b/debian/rules index 9441b3a..6fdc0f9 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ -#!/usr/bin/make -f +#! /usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -12,10 +12,10 @@ build-stamp: # Setting BUILD_SYSTEM in the binary package sed -i -e 's/\(BUILD_SYSTEM="\).*"/\1'$(BUILD_SYSTEM)'"/g' casper.conf -ifeq ($(BUILD_SYSTEM),Debian) - cp debian/control.debian debian/control -else +ifeq ($(BUILD_SYSTEM),Ubuntu) cp debian/control.ubuntu debian/control +else + cp debian/control.debian debian/control endif # Building package @@ -83,11 +83,7 @@ binary-arch: build install dh_testdir dh_testroot -ifeq ($(BUILD_SYSTEM),Debian) - dh_installchangelogs -a debian/changelog.upstream -else dh_installchangelogs -a -endif dh_installdocs -a dh_installman -a dh_installexamples -a