mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* debian/rules: generate profiles as part of the build, rather than
get-orig-source
This commit is contained in:
parent
d3bbfa8d3e
commit
a171d742b0
1 changed files with 3 additions and 2 deletions
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue