From a171d742b0caec15904acda16e4571384aa8ce62 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 20 Mar 2009 17:31:13 -0500 Subject: [PATCH] * debian/rules: generate profiles as part of the build, rather than get-orig-source --- debian/rules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 718d9391..47385eb7 100755 --- a/debian/rules +++ b/debian/rules @@ -10,8 +10,6 @@ VER=`head -n 1 debian/changelog | sed 's/^.*(//' | sed 's/).*//' | sed 's/-.*//' get-orig-source: dh_testdir -[ -d ../${PACKAGE} ] && mv ../${PACKAGE} ../${PACKAGE}-${VER} - # auto-generate the logo'd light/dark profiles - ./profiles/generate-profiles tar -C ../ --exclude .bzr --exclude debian -zcvf ../${PACKAGE}_${VER}.orig.tar.gz ${PACKAGE}-${VER} get-po: @@ -22,9 +20,12 @@ get-po: prebuild: build: + # auto-generate the logo'd light/dark profiles + ./profiles/generate-profiles clean: dh_clean + ./profiles/generate-profiles --clean install:build dh_testdir