mirror of
https://github.com/fwbuilder/fwbuilder
synced 2025-01-14 02:17:32 +01: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
|
||||
```
|
||||
|
||||
Create deb package
|
||||
---------
|
||||
```
|
||||
debuild -us -uc --lintian-opts --profile debian
|
||||
```
|
||||
|
13
debian/control
vendored
13
debian/control
vendored
@ -1,14 +1,13 @@
|
||||
Source: fwbuilder
|
||||
Section: net
|
||||
Priority: optional
|
||||
Maintainer: Morten Knutsen <morten.knutsen@uninett.no>
|
||||
Build-Depends: debhelper (>= 5), cdbs, autotools-dev, zlib1g-dev,
|
||||
libqt4-dev, libxml2-dev, libxslt1-dev, libssl-dev, libsnmp-dev, qt4-dev-tools,
|
||||
autoconf, automake, libtool
|
||||
Maintainer: Sirius Bakke <sirius@bakke.co>
|
||||
Build-Depends: debhelper (>=11~), cdbs, cmake, qtbase5-dev,
|
||||
qttools5-dev-tools, zlib1g-dev, libxml2-dev, libxslt1-dev, libsnmp-dev
|
||||
Standards-Version: 3.9.3
|
||||
Homepage: http://www.fwbuilder.org/
|
||||
Vcs-Svn: https://bollin.googlecode.com/svn/fwbuilder/trunk
|
||||
Vcs-Browser: http://bollin.googlecode.com/svn/fwbuilder/trunk
|
||||
Homepage: https://www.fwbuilder.org
|
||||
Vcs-Browser: https://github.com/fwbuilder/fwbuilder
|
||||
Vcs-Git: https://github.com/fwbuilder/fwbuilder.git
|
||||
|
||||
Package: fwbuilder
|
||||
Architecture: any
|
||||
|
8
debian/rules
vendored
8
debian/rules
vendored
@ -1,9 +1,3 @@
|
||||
#!/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
|
||||
include /usr/share/cdbs/1/class/cmake.mk
|
||||
|
Loading…
Reference in New Issue
Block a user