* make sure dpkg-source doesn't strip away our *.so or any other binary files
This commit is contained in:
parent
b05bd2eb60
commit
d8cfabf11e
|
@ -1,6 +1,6 @@
|
|||
Source: filebot
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Priority: extra
|
||||
Maintainer: Reinhard Pointner <rednoah@users.sourceforge.net>
|
||||
Build-Depends: debhelper (>= 8.0.0)
|
||||
Standards-Version: 3.9.4
|
||||
|
|
|
@ -1,17 +1,18 @@
|
|||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
export DH_VERBOSE=1
|
||||
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
|
||||
override_dh_shlibdeps:
|
||||
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
|
||||
|
||||
|
||||
override_dh_install:
|
||||
dh_install --sourcedir=$(DEB_HOST_ARCH)
|
||||
|
||||
override_dh_shlibdeps:
|
||||
@echo "#ignore dh_shlibdeps"
|
||||
|
||||
override_dh_makeshlibs:
|
||||
@echo "#ignore dh_makeshlibs"
|
||||
|
||||
override_dh_strip:
|
||||
@echo "#ignore dh_strip"
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
tar-ignore = "NULL"
|
||||
diff-ignore= "^NULL$"
|
||||
extend-diff-ignore = "^NULL$"
|
||||
compression = "xz"
|
Loading…
Reference in New Issue