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:
|
get-orig-source:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
-[ -d ../${PACKAGE} ] && mv ../${PACKAGE} ../${PACKAGE}-${VER}
|
-[ -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}
|
tar -C ../ --exclude .bzr --exclude debian -zcvf ../${PACKAGE}_${VER}.orig.tar.gz ${PACKAGE}-${VER}
|
||||||
|
|
||||||
get-po:
|
get-po:
|
||||||
|
@ -22,9 +20,12 @@ get-po:
|
||||||
prebuild:
|
prebuild:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
# auto-generate the logo'd light/dark profiles
|
||||||
|
./profiles/generate-profiles
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
dh_clean
|
dh_clean
|
||||||
|
./profiles/generate-profiles --clean
|
||||||
|
|
||||||
install:build
|
install:build
|
||||||
dh_testdir
|
dh_testdir
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue