mark@Micro1:~/build/tvheadend/master$ git pull remote: Counting objects: 80, done. remote: Compressing objects: 100% (79/79), done. remote: Total 80 (delta 45), reused 0 (delta 0) Unpacking objects: 100% (80/80), done. From git://github.com/tvheadend/tvheadend + cd02985...c053acd master -> origin/master (forced update) Merge made by the 'recursive' strategy. src/descrambler/cwc.c | 6 ++++-- src/webui/static/app/epg.js | 45 +++++++++++++++++++++++++++++++++++---------- src/webui/static/app/ext.css | 10 +++++++++- src/webui/static/app/idnode.js | 3 +++ src/webui/static/app/mpegts.js | 1 + src/webui/static/app/servicemapper.js | 2 ++ src/webui/static/icons/broadcast_details.png | Bin 1037 -> 740 bytes src/webui/static/icons/dvr.png | Bin 496 -> 694 bytes src/webui/static/icons/find.png | 1 + src/webui/static/icons/general.png | Bin 840 -> 790 bytes src/webui/static/icons/muxes.png | Bin 789 -> 690 bytes src/webui/static/icons/networks.png | Bin 1002 -> 946 bytes src/webui/static/icons/schedule.png | Bin 0 -> 908 bytes src/webui/static/icons/time_schedules.png | Bin 0 -> 856 bytes 14 files changed, 55 insertions(+), 13 deletions(-) create mode 120000 src/webui/static/icons/find.png create mode 100644 src/webui/static/icons/schedule.png create mode 100644 src/webui/static/icons/time_schedules.png mark@Micro1:~/build/tvheadend/master$ ./Autobuild.sh dpkg-buildpackage: source package tvheadend dpkg-buildpackage: source version 3.9.1991~gef03a6c dpkg-buildpackage: source changed by Andreas Ă–man dpkg-buildpackage: host architecture amd64 dpkg-source --before-build master fakeroot debian/rules clean dh clean dh_testdir dh_clean rm -f debian/tvheadend.substvars rm -f debian/tvheadend.*.debhelper rm -rf debian/tvheadend/ rm -f debian/tvheadend-dbg.substvars rm -f debian/tvheadend-dbg.*.debhelper rm -rf debian/tvheadend-dbg/ rm -f debian/*.debhelper.log rm -f debian/files find . \( \( -type f -a \ \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \ \) -exec rm -f {} \; \) -o \ \( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \) \) debian/rules build dh build dh_testdir debian/rules override_dh_auto_configure make[1]: Entering directory `/home/mark/build/tvheadend/master' dh_auto_configure -- ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libexecdir=\${prefix}/lib/tvheadend --disable-maintainer-mode --disable-dependency-tracking Checking support/features checking for cc execinfo.h ... ok checking for cc -mmmx ... ok checking for cc -msse2 ... ok checking for cc getloadavg ... ok checking for cc atomic64 ... ok checking for cc lockowner ... ok checking for cc qsort_r ... ok checking for cc recvmmsg ... ok checking for cc libiconv ... fail checking for py module gzip ... ok checking for bzip2 ... ok checking for pkg openssl ... ok (detected 1.0.1e) checking for cc linux/dvb/version.h ... ok checking for cc libhdhomerun/hdhomerun.h ... fail checking for pkg zlib ... ok (detected 1.2.7) checking for pkg liburiparser ... ok (detected 0.7.5) checking for pkg avahi-client ... ok (detected 0.6.31) checking for ffmpeg libraries ... fail checking for pkg libavcodec >=55.34.1 ... fail (detected 53.35.0) WARNING: none or old libav or libffmpeg libraries were detected * use --disable-libav or --enable-libffmpeg_static ** supported ffmpeg libs n1.2+ ** supported libav libs v10+ checking for cc sys/inotify.h ... ok fetching dvb-scan files ... ok checking for pkg dbus-1 ... ok (detected 1.6.8) Compiler: Using C compiler: cc Build for arch: x86_64 Binaries: Using PYTHON: python Options: cwc yes capmt yes constcw yes v4l no linuxdvb yes satip_client yes hdhomerun_client no hdhomerun_static no iptv yes tsfile yes dvbscan yes timeshift yes trace yes imagecache yes avahi yes zlib yes libav no libffmpeg_static no inotify yes epoll yes uriparser yes ccache no tvhcsa yes bundle no dvbcsa no kqueue no dbus_1 yes android no execinfo yes mmx yes sse2 yes getloadavg yes atomic64 yes lockowner yes qsort_r yes recvmmsg yes py_gzip yes bin_bzip2 yes ssl yes linuxdvbapi yes upnp yes inotify_h yes mpegts yes mpegps no mpegts_dvb yes Packages: openssl 1.0.1e zlib 1.2.7 liburiparser 0.7.5 avahi-client 0.6.31 dbus-1 1.6.8 Installation paths: Prefix: /usr Binaries: ${prefix}/bin Libraries: ${prefix}/lib Data files: ${prefix}/share Man pages: /usr/share/man Final Binary: /home/mark/build/tvheadend/master/build.linux/tvheadend Tvheadend Data Directory: /usr/share/tvheadend make[1]: Leaving directory `/home/mark/build/tvheadend/master' debian/rules override_dh_auto_build make[1]: Entering directory `/home/mark/build/tvheadend/master' make make[2]: Entering directory `/home/mark/build/tvheadend/master' CC src/version.o CC src/uuid.o CC src/main.o CC src/tvhlog.o CC src/idnode.o CC src/prop.o CC src/utils.o CC src/wrappers.o CC src/access.o CC src/tcp.o CC src/udp.o CC src/url.o CC src/http.o CC src/notify.o CC src/epg.o CC src/epgdb.o CC src/epggrab.o CC src/spawn.o CC src/packet.o CC src/streaming.o CC src/channels.o CC src/subscriptions.o CC src/service.o CC src/htsp_server.o CC src/htsmsg_xml.o CC src/misc/json.o CC src/settings.o CC src/htsbuf.o CC src/trap.o CC src/tvhpoll.o CC src/filebundle.o CC src/config.o CC src/lang_str.o CC src/imagecache.o CC src/tvhtime.o CC src/service_mapper.o CC src/input.o CC src/httpc.o CC src/rtsp.o CC src/fsmonitor.o CC src/cron.o CC src/esfilter.o CC src/intlconv.o CC src/profile.o CC src/api.o CC src/api/api_status.o CC src/api/api_idnode.o CC src/api/api_input.o CC src/api/api_channel.o CC src/api/api_service.o CC src/api/api_mpegts.o CC src/api/api_epg.o CC src/api/api_epggrab.o CC src/api/api_imagecache.o CC src/api/api_esfilter.o CC src/api/api_intlconv.o CC src/api/api_access.o CC src/api/api_dvr.o CC src/api/api_caclient.o CC src/api/api_profile.o CC src/parsers/parsers.o CC src/parsers/parser_h264.o CC src/parsers/parser_latm.o CC src/parsers/parser_avc.o CC src/parsers/parser_teletext.o CC src/epggrab/module.o CC src/epggrab/channel.o CC src/epggrab/module/pyepg.o CC src/epggrab/module/xmltv.o CC src/plumbing/tsfix.o CC src/plumbing/globalheaders.o CC src/dvr/dvr_db.o CC src/dvr/dvr_rec.o CC src/dvr/dvr_autorec.o CC src/dvr/dvr_timerec.o CC src/dvr/dvr_config.o CC src/dvr/dvr_cutpoints.o CC src/webui/webui.o CC src/webui/comet.o CC src/webui/extjs.o CC src/webui/simpleui.o CC src/webui/statedump.o CC src/webui/html.o CC src/webui/webui_api.o CC src/muxer.o CC src/muxer/muxer_pass.o CC src/muxer/muxer_tvh.o CC src/muxer/tvh/mkmux.o CC src/upnp.o CC src/descrambler/descrambler.o CC src/descrambler/caclient.o CC src/input/mpegts.o CC src/input/mpegts/mpegts_input.o CC src/input/mpegts/mpegts_network.o CC src/input/mpegts/mpegts_mux.o CC src/input/mpegts/mpegts_service.o CC src/input/mpegts/mpegts_table.o CC src/input/mpegts/dvb_support.o CC src/input/mpegts/dvb_charset.o CC src/input/mpegts/dvb_psi.o CC src/input/mpegts/tsdemux.o CC src/input/mpegts/mpegts_mux_sched.o CC src/input/mpegts/mpegts_network_scan.o CC src/input/mpegts/mpegts_network_dvb.o CC src/input/mpegts/mpegts_mux_dvb.o CC src/input/mpegts/scanfile.o CC src/epggrab/otamux.o CC src/epggrab/module/eit.o CC src/epggrab/support/freesat_huffman.o CC src/epggrab/module/opentv.o CC src/input/mpegts/linuxdvb/linuxdvb.o CC src/input/mpegts/linuxdvb/linuxdvb_adapter.o CC src/input/mpegts/linuxdvb/linuxdvb_frontend.o CC src/input/mpegts/linuxdvb/linuxdvb_satconf.o CC src/input/mpegts/linuxdvb/linuxdvb_lnb.o CC src/input/mpegts/linuxdvb/linuxdvb_switch.o CC src/input/mpegts/linuxdvb/linuxdvb_rotor.o CC src/input/mpegts/linuxdvb/linuxdvb_en50494.o CC src/input/mpegts/satip/satip.o CC src/input/mpegts/satip/satip_frontend.o CC src/input/mpegts/satip/satip_satconf.o CC src/input/mpegts/satip/satip_rtsp.o CC src/input/mpegts/iptv/iptv.o CC src/input/mpegts/iptv/iptv_mux.o CC src/input/mpegts/iptv/iptv_service.o CC src/input/mpegts/iptv/iptv_http.o CC src/input/mpegts/iptv/iptv_udp.o CC src/input/mpegts/tsfile/tsfile.o CC src/input/mpegts/tsfile/tsfile_input.o CC src/input/mpegts/tsfile/tsfile_mux.o CC src/timeshift.o CC src/timeshift/timeshift_filemgr.o CC src/timeshift/timeshift_writer.o CC src/timeshift/timeshift_reader.o CC src/dvr/dvr_inotify.o CC src/avahi.o CC src/descrambler/tvhcsa.o CC src/descrambler/cwc.o CC src/descrambler/capmt.o CC src/descrambler/constcw.o CC src/descrambler/ffdecsa/ffdecsa_interface.o CC src/descrambler/libaesdec/libaesdec.o CC src/dbus.o CC tvheadend make[2]: Leaving directory `/home/mark/build/tvheadend/master' make[1]: Leaving directory `/home/mark/build/tvheadend/master' dh_auto_test fakeroot debian/rules binary dh binary dh_testroot dh_prep rm -f debian/tvheadend.substvars rm -f debian/tvheadend.*.debhelper rm -rf debian/tvheadend/ rm -f debian/tvheadend-dbg.substvars rm -f debian/tvheadend-dbg.*.debhelper rm -rf debian/tvheadend-dbg/ dh_installdirs install -d debian/tvheadend install -d debian/tvheadend/usr/bin install -d debian/tvheadend-dbg debian/rules override_dh_auto_install make[1]: Entering directory `/home/mark/build/tvheadend/master' dh_auto_install --destdir=debian/tvheadend make -j1 install DESTDIR=/home/mark/build/tvheadend/master/debian/tvheadend AM_UPDATE_INFO_DIR=no make[2]: Entering directory `/home/mark/build/tvheadend/master' CC tvheadend install -d /home/mark/build/tvheadend/master/debian/tvheadend/usr/bin install /home/mark/build/tvheadend/master/build.linux/tvheadend /home/mark/build/tvheadend/master/debian/tvheadend/usr/bin/tvheadend install -d /home/mark/build/tvheadend/master/debian/tvheadend/usr/share/man/man1 install /home/mark/build/tvheadend/master/man/tvheadend.1 /home/mark/build/tvheadend/master/debian/tvheadend/usr/share/man/man1/tvheadend.1 for bundle in docs/html docs/docresources src/webui/static data/conf data/dvb-scan; do \ mkdir -p /home/mark/build/tvheadend/master/debian/tvheadend/usr/share/tvheadend/$bundle ;\ cp -LR /home/mark/build/tvheadend/master/$bundle/* /home/mark/build/tvheadend/master/debian/tvheadend/usr/share/tvheadend/$bundle ;\ done find /home/mark/build/tvheadend/master/debian/tvheadend/usr/share/tvheadend -name .git -exec rm -rf {} \; &>/dev/null || /bin/true make[2]: Leaving directory `/home/mark/build/tvheadend/master' make[1]: Leaving directory `/home/mark/build/tvheadend/master' dh_install dh_installdocs install -g 0 -o 0 -d debian/tvheadend/usr/share/doc/tvheadend cp -a README.md debian/tvheadend/usr/share/doc/tvheadend cp -a LICENSE.md debian/tvheadend/usr/share/doc/tvheadend chown -R 0:0 debian/tvheadend/usr/share/doc chmod -R go=rX debian/tvheadend/usr/share/doc chmod -R u\+rw debian/tvheadend/usr/share/doc install -g 0 -o 0 -m 644 -p debian/copyright debian/tvheadend/usr/share/doc/tvheadend/copyright install -g 0 -o 0 -d debian/tvheadend-dbg/usr/share/doc/tvheadend-dbg install -g 0 -o 0 -m 644 -p debian/copyright debian/tvheadend-dbg/usr/share/doc/tvheadend-dbg/copyright dh_installchangelogs install -o 0 -g 0 -p -m644 debian/changelog debian/tvheadend/usr/share/doc/tvheadend/changelog install -o 0 -g 0 -p -m644 debian/changelog debian/tvheadend-dbg/usr/share/doc/tvheadend-dbg/changelog dh_installexamples dh_installman man --recode UTF-8 ./tvheadend\.1 > tvheadend\.1\.new chmod 644 tvheadend.1.new mv -f tvheadend.1.new tvheadend.1 dh_installcatalogs dh_installcron dh_installdebconf install -o 0 -g 0 -d debian/tvheadend/DEBIAN sed s/#DEBHELPER#// < debian/tvheadend.config > debian/tvheadend/DEBIAN/config chown 0:0 debian/tvheadend/DEBIAN/config chmod 755 debian/tvheadend/DEBIAN/config install -o 0 -g 0 -m 644 -p debian/tvheadend.templates debian/tvheadend/DEBIAN/templates (grep -s -v misc:Depends debian/tvheadend.substvars; echo "misc:Depends=debconf (>= 0.5) | debconf-2.0") > debian/tvheadend.substvars.new mv debian/tvheadend.substvars.new debian/tvheadend.substvars echo "# Automatically added by dh_installdebconf">> debian/tvheadend.postrm.debhelper sed "" /usr/share/debhelper/autoscripts/postrm-debconf >> debian/tvheadend.postrm.debhelper echo '# End automatically added section' >> debian/tvheadend.postrm.debhelper install -o 0 -g 0 -d debian/tvheadend-dbg/DEBIAN dh_installemacsen dh_installifupdown dh_installinfo dh_pysupport dh_pysupport: This program is deprecated, you should use dh_python2 instead. Migration guide: http://deb.li/dhs2p /usr/share/python-support/private/movemodules debian/tvheadend /usr/share/python-support/private/movemodules debian/tvheadend-dbg dh_installinit install -d debian/tvheadend/etc/init install -p -m644 debian/tvheadend.upstart debian/tvheadend/etc/init/tvheadend.conf install -d debian/tvheadend/etc/default install -p -m644 debian/tvheadend.default debian/tvheadend/etc/default/tvheadend install -d debian/tvheadend/etc/init.d install -p -m755 debian/tvheadend.init debian/tvheadend/etc/init.d/tvheadend echo "# Automatically added by dh_installinit">> debian/tvheadend.postinst.debhelper sed "s/#SCRIPT#/tvheadend/;s/#INITPARMS#/defaults/;s/#ERROR_HANDLER#/exit \$?/" /usr/share/debhelper/autoscripts/postinst-init >> debian/tvheadend.postinst.debhelper echo '# End automatically added section' >> debian/tvheadend.postinst.debhelper echo "# Automatically added by dh_installinit">> debian/tvheadend.prerm.debhelper sed "s/#SCRIPT#/tvheadend/;s/#INITPARMS#/defaults/;s/#ERROR_HANDLER#/exit \$?/" /usr/share/debhelper/autoscripts/prerm-init >> debian/tvheadend.prerm.debhelper echo '# End automatically added section' >> debian/tvheadend.prerm.debhelper echo "# Automatically added by dh_installinit">> debian/tvheadend.postrm.debhelper sed "s/#SCRIPT#/tvheadend/;s/#INITPARMS#/defaults/;s/#ERROR_HANDLER#/exit \$?/" /usr/share/debhelper/autoscripts/postrm-init >> debian/tvheadend.postrm.debhelper echo '# End automatically added section' >> debian/tvheadend.postrm.debhelper dh_installmenu dh_installmime dh_installmodules dh_installlogcheck dh_installlogrotate dh_installpam dh_installppp dh_installudev dh_installwm dh_installxfonts dh_installgsettings dh_bugfiles dh_ucf dh_lintian dh_gconf dh_icons dh_perl dh_usrlocal dh_link dh_compress cd debian/tvheadend chmod a-x usr/share/man/man1/tvheadend.1 usr/share/doc/tvheadend/changelog gzip -9nf usr/share/man/man1/tvheadend.1 usr/share/doc/tvheadend/changelog cd '/home/mark/build/tvheadend/master' cd debian/tvheadend-dbg chmod a-x usr/share/doc/tvheadend-dbg/changelog gzip -9nf usr/share/doc/tvheadend-dbg/changelog cd '/home/mark/build/tvheadend/master' dh_fixperms find debian/tvheadend -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 find debian/tvheadend ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s find debian/tvheadend/usr/share/doc -type f ! -regex 'debian/tvheadend/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644 find debian/tvheadend/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 755 find debian/tvheadend/usr/share/man debian/tvheadend/usr/man/ debian/tvheadend/usr/X11*/man/ -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/tvheadend -perm -5 -type f \( -name '*.so.*' -or -name '*.so' -or -name '*.la' -or -name '*.a' \) -print0 2>/dev/null | xargs -0r chmod 644 find debian/tvheadend/usr/include -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/tvheadend/usr/share/applications -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/tvheadend -perm -5 -type f \( -name '*.cmxs' \) -print0 2>/dev/null | xargs -0r chmod 644 find debian/tvheadend/usr/lib/perl5 debian/tvheadend/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X find debian/tvheadend/usr/bin -type f -print0 2>/dev/null | xargs -0r chmod a+x find debian/tvheadend/etc/init.d -type f -print0 2>/dev/null | xargs -0r chmod a+x find debian/tvheadend/usr/lib -type f -name '*.ali' -print0 2>/dev/null | xargs -0r chmod uga-w find debian/tvheadend-dbg -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 find debian/tvheadend-dbg ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s find debian/tvheadend-dbg/usr/share/doc -type f ! -regex 'debian/tvheadend-dbg/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644 find debian/tvheadend-dbg/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 755 find debian/tvheadend-dbg/usr/share/man debian/tvheadend-dbg/usr/man/ debian/tvheadend-dbg/usr/X11*/man/ -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/tvheadend-dbg -perm -5 -type f \( -name '*.so.*' -or -name '*.so' -or -name '*.la' -or -name '*.a' \) -print0 2>/dev/null | xargs -0r chmod 644 find debian/tvheadend-dbg/usr/include -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/tvheadend-dbg/usr/share/applications -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/tvheadend-dbg -perm -5 -type f \( -name '*.cmxs' \) -print0 2>/dev/null | xargs -0r chmod 644 find debian/tvheadend-dbg/usr/lib/perl5 debian/tvheadend-dbg/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X find debian/tvheadend-dbg/usr/lib -type f -name '*.ali' -print0 2>/dev/null | xargs -0r chmod uga-w debian/rules override_dh_strip make[1]: Entering directory `/home/mark/build/tvheadend/master' dh_strip --dbg-package=tvheadend-dbg install -d debian/tvheadend-dbg/usr/lib/debug//usr/bin objcopy --only-keep-debug debian/tvheadend/usr/bin/tvheadend debian/tvheadend-dbg/usr/lib/debug//usr/bin/tvheadend chmod 644 debian/tvheadend-dbg/usr/lib/debug//usr/bin/tvheadend strip --remove-section=.comment --remove-section=.note debian/tvheadend/usr/bin/tvheadend objcopy --add-gnu-debuglink debian/tvheadend-dbg/usr/lib/debug//usr/bin/tvheadend debian/tvheadend/usr/bin/tvheadend make[1]: Leaving directory `/home/mark/build/tvheadend/master' dh_makeshlibs rm -f debian/tvheadend/DEBIAN/shlibs rm -f debian/tvheadend-dbg/DEBIAN/shlibs dh_shlibdeps dpkg-shlibdeps -Tdebian/tvheadend.substvars debian/tvheadend/usr/bin/tvheadend dh_installdeb perl -pe 's~#DEBHELPER#~qx{cat debian/tvheadend.postinst.debhelper}~eg' < debian/tvheadend.postinst > debian/tvheadend/DEBIAN/postinst chown 0:0 debian/tvheadend/DEBIAN/postinst chmod 755 debian/tvheadend/DEBIAN/postinst printf '#!/bin/sh set -e ' > debian/tvheadend/DEBIAN/prerm cat debian/tvheadend.prerm.debhelper >> debian/tvheadend/DEBIAN/prerm chown 0:0 debian/tvheadend/DEBIAN/prerm chmod 755 debian/tvheadend/DEBIAN/prerm perl -pe 's~#DEBHELPER#~qx{cat debian/tvheadend.postrm.debhelper}~eg' < debian/tvheadend.postrm > debian/tvheadend/DEBIAN/postrm chown 0:0 debian/tvheadend/DEBIAN/postrm chmod 755 debian/tvheadend/DEBIAN/postrm find debian/tvheadend/etc -type f -printf '/etc/%P ' >> debian/tvheadend/DEBIAN/conffiles chmod 644 debian/tvheadend/DEBIAN/conffiles dh_gencontrol dpkg-gencontrol -ptvheadend -ldebian/changelog -Tdebian/tvheadend.substvars -Pdebian/tvheadend dpkg-gencontrol: warning: package tvheadend: unused substitution variable ${misc:Depends} chmod 644 debian/tvheadend/DEBIAN/control chown 0:0 debian/tvheadend/DEBIAN/control echo misc:Depends= >> debian/tvheadend-dbg.substvars dpkg-gencontrol -ptvheadend-dbg -ldebian/changelog -Tdebian/tvheadend-dbg.substvars -Pdebian/tvheadend-dbg chmod 644 debian/tvheadend-dbg/DEBIAN/control chown 0:0 debian/tvheadend-dbg/DEBIAN/control dh_md5sums (cd debian/tvheadend >/dev/null ; find . -type f ! -path "./etc/default/tvheadend" ! -path "./etc/init/tvheadend.conf" ! -path "./etc/init.d/tvheadend" ! -regex './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum > DEBIAN/md5sums) >/dev/null chmod 644 debian/tvheadend/DEBIAN/md5sums chown 0:0 debian/tvheadend/DEBIAN/md5sums (cd debian/tvheadend-dbg >/dev/null ; find . -type f ! -regex './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum > DEBIAN/md5sums) >/dev/null chmod 644 debian/tvheadend-dbg/DEBIAN/md5sums chown 0:0 debian/tvheadend-dbg/DEBIAN/md5sums dh_builddeb dpkg-deb --build debian/tvheadend .. dpkg-deb: building package `tvheadend' in `../tvheadend_3.9.1991~gef03a6c_amd64.deb'. dpkg-deb --build debian/tvheadend-dbg .. dpkg-deb: building package `tvheadend-dbg' in `../tvheadend-dbg_3.9.1991~gef03a6c_amd64.deb'. dpkg-genchanges -b >../tvheadend_3.9.1991~gef03a6c_amd64.changes dpkg-genchanges: binary-only upload - not including any source code dpkg-source --after-build master dpkg-buildpackage: binary only upload (no source included) doozer-versioned-artifact:/home/mark/build/tvheadend/master/../tvheadend_3.9.1991~gef03a6c_amd64.deb:deb:application/x-deb:tvheadend_3.9.1991~gef03a6c_amd64.deb doozer-versioned-artifact:/home/mark/build/tvheadend/master/../tvheadend-dbg_3.9.1991~gef03a6c_amd64.deb:deb:application/x-deb:tvheadend-dbg_3.9.1991~gef03a6c_amd64.deb doozer-versioned-artifact:/home/mark/build/tvheadend/master/../tvheadend_3.9.1991~gef03a6c_amd64.changes:changes:text/plain:tvheadend_3.9.1991~gef03a6c_amd64.changes