mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-10 19:14:57 +02:00
Add debian directory with packaging scripts.
This commit is contained in:
committed by
Sirius Bakke
parent
ecbde1b880
commit
12070b760c
9
debian/rules
vendored
Executable file
9
debian/rules
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/autotools.mk
|
||||
|
||||
DEB_CONFIGURE_SCRIPT := ./autogen.sh
|
||||
DEB_CONFIGURE_USER_FLAGS := --with-qmake=qmake-qt4
|
||||
DEB_MAKE_INSTALL_TARGET := install INSTALL_ROOT=`pwd`/debian/tmp
|
||||
DEB_INSTALL_CHANGELOGS_ALL := doc/ChangeLog
|
||||
Reference in New Issue
Block a user