mirror of https://github.com/bqv/weechat-xmpp
Packaging
parent
601209ae81
commit
95261b2fc4
@ -0,0 +1 @@
|
|||||||
|
weechat-slack_0.1.0_source.buildinfo net optional
|
@ -1,18 +1,17 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
# You must remove unused comment lines for the released package.
|
|
||||||
|
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
||||||
|
|
||||||
#export DH_VERBOSE = 1
|
#export DH_VERBOSE = 1
|
||||||
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
|
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
|
||||||
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||||
export JAVA_HOME=/usr/lib/jvm/default-java
|
|
||||||
export CLASSPATH=/usr/share/java/csv.jar:/usr/share/java/debug-disable.jar:/usr/share/java/itext.jar
|
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --without autoreconf
|
dh $@ --without autoreconf
|
||||||
|
|
||||||
|
override_dh_auto_install:
|
||||||
|
dh_auto_install -- LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
|
||||||
|
|
||||||
#override_dh_auto_install:
|
override_dh_install:
|
||||||
# dh_auto_install -- prefix=/usr
|
dh_install
|
||||||
|
|
||||||
#override_dh_install:
|
|
||||||
# dh_install --list-missing -X.pyc -X.pyo
|
|
||||||
|
@ -0,0 +1,6 @@
|
|||||||
|
# This is an override for the following lintian errors:
|
||||||
|
# E: weechat-slack source: source-is-missing libwebsockets/plugins/generic-sessions/assets/lwsgs.js
|
||||||
|
# E: weechat-slack source: source-is-missing libwebsockets/plugins/generic-sessions/assets/md5.min.js
|
||||||
|
# The source is not missing, all sources are included.
|
||||||
|
# This is a lintian false-positive.
|
||||||
|
weechat-slack source: source-is-missing
|
Loading…
Reference in New Issue