Build package for Clixon.
This commit is contained in:
parent
6a634effea
commit
e890ff0f13
4 changed files with 101 additions and 2 deletions
1
debian/clixon7.install
vendored
Normal file
1
debian/clixon7.install
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/usr
|
||||
18
debian/control
vendored
Normal file
18
debian/control
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
Source: clixon
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Maintainer: olof@hagsand.se
|
||||
Build-Depends:
|
||||
debhelper-compat (= 12),
|
||||
flex,
|
||||
bison,
|
||||
libnghttp2-dev,
|
||||
libssl-dev
|
||||
Standards-Version: 4.5.0
|
||||
|
||||
Package: clixon7
|
||||
Architecture: any
|
||||
Multi-Arch: foreign
|
||||
Depends: ${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Description: Clixon package
|
||||
11
debian/rules
vendored
Executable file
11
debian/rules
vendored
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/make -f
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_usrlocal:
|
||||
|
||||
override_dh_shlibdeps:
|
||||
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
|
||||
Loading…
Add table
Add a link
Reference in a new issue