diff options
author | B Stack <bgstack15@gmail.com> | 2019-03-20 13:42:55 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-03-20 13:42:55 +0000 |
commit | 3800484b87eb7cd8dde9b31bf01f19fc9cc7ab41 (patch) | |
tree | 576394e72f98354422be16f5a758fbda33fe7f43 /libdvdcss/debian/rules | |
parent | Merge branch 'makemkv-dpkg' into 'master' (diff) | |
parent | libdvdcss 1.4.2 dpkg rc1 (diff) | |
download | stackrpms-3800484b87eb7cd8dde9b31bf01f19fc9cc7ab41.tar.gz stackrpms-3800484b87eb7cd8dde9b31bf01f19fc9cc7ab41.tar.bz2 stackrpms-3800484b87eb7cd8dde9b31bf01f19fc9cc7ab41.zip |
Merge branch 'libdvdcss-dpkg' into 'master'
libdvdcss 1.4.2 dpkg rc1
Because I don't like the libdvd-pkg and the interactivity required. The upstream package is very clever and slick, truly. I just want to do an unattended installation, as well as bundle my own addition.
See merge request bgstack15/stackrpms!48
Diffstat (limited to 'libdvdcss/debian/rules')
-rwxr-xr-x | libdvdcss/debian/rules | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libdvdcss/debian/rules b/libdvdcss/debian/rules new file mode 100755 index 0000000..0f7c31f --- /dev/null +++ b/libdvdcss/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f +# You must remove unused comment lines for the released package. +#export DH_VERBOSE = 1 +#export DEB_BUILD_MAINT_OPTIONS = hardening=+all +#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic +#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed + +%: + dh $@ --parallel --with autoreconf + +#override_dh_install: +# dh_install --list-missing -X.la -X.pyc -X.pyo + +override_dh_auto_configure: + dh_auto_configure -- --disable-static |