mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-01 22:57:33 +02:00
chore: Update debuild scripts to use cmake
This commit is contained in:
parent
16f6de69d0
commit
c572b9da3d
@ -26,3 +26,8 @@ Note: default destination is /usr/local. This is configurable:
|
|||||||
cmake ../fwbuilder -DCMAKE_INSTALL_PREFIX=/usr
|
cmake ../fwbuilder -DCMAKE_INSTALL_PREFIX=/usr
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Create deb package
|
||||||
|
---------
|
||||||
|
```
|
||||||
|
debuild -us -uc --lintian-opts --profile debian
|
||||||
|
```
|
||||||
|
|||||||
13
debian/control
vendored
13
debian/control
vendored
@ -1,14 +1,13 @@
|
|||||||
Source: fwbuilder
|
Source: fwbuilder
|
||||||
Section: net
|
Section: net
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Morten Knutsen <morten.knutsen@uninett.no>
|
Maintainer: Sirius Bakke <sirius@bakke.co>
|
||||||
Build-Depends: debhelper (>= 5), cdbs, autotools-dev, zlib1g-dev,
|
Build-Depends: debhelper (>=11~), cdbs, cmake, qtbase5-dev,
|
||||||
libqt4-dev, libxml2-dev, libxslt1-dev, libssl-dev, libsnmp-dev, qt4-dev-tools,
|
qttools5-dev-tools, zlib1g-dev, libxml2-dev, libxslt1-dev, libsnmp-dev
|
||||||
autoconf, automake, libtool
|
|
||||||
Standards-Version: 3.9.3
|
Standards-Version: 3.9.3
|
||||||
Homepage: http://www.fwbuilder.org/
|
Homepage: https://www.fwbuilder.org
|
||||||
Vcs-Svn: https://bollin.googlecode.com/svn/fwbuilder/trunk
|
Vcs-Browser: https://github.com/fwbuilder/fwbuilder
|
||||||
Vcs-Browser: http://bollin.googlecode.com/svn/fwbuilder/trunk
|
Vcs-Git: https://github.com/fwbuilder/fwbuilder.git
|
||||||
|
|
||||||
Package: fwbuilder
|
Package: fwbuilder
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
|||||||
8
debian/rules
vendored
8
debian/rules
vendored
@ -1,9 +1,3 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||||
include /usr/share/cdbs/1/class/autotools.mk
|
include /usr/share/cdbs/1/class/cmake.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
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user