This is an automated email from the git hooks/post-receive script. tiber-guest pushed a commit to branch master in repository vdr-vompclient-mvp.
commit ae7b4e27a58337d1875081a4dc77727656d76127 Author: Tobias Grimm <[email protected]> Date: Sat Feb 17 16:04:49 2018 +0100 Updated debian/rules --- debian/rules | 75 ++---------------------------------------------------------- 1 file changed, 2 insertions(+), 73 deletions(-) diff --git a/debian/rules b/debian/rules index 0d6f987..657234c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,78 +1,7 @@ #!/usr/bin/make -f -# Sample debian/rules that uses debhelper. -# GNU copyright 1997 to 1999 by Joey Hess. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) - CFLAGS += -g -endif -ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) - INSTALL_PROGRAM += -s -endif - -DONGLE = vomp-dongle-$(shell ls | grep ver -v| grep "vomp-dongle-"|tail -1 | cut -d"-" -f3) - -configure: configure-stamp -configure-stamp: - dh_testdir - touch configure-stamp - -build: build-stamp -build-stamp: configure-stamp - dh_testdir - dd if=$(DONGLE) of=$(DONGLE).ver bs=1 count=40 skip=52 - touch build-stamp - -clean: - dh_testdir - dh_testroot - rm -f vomp-dongle-*.ver - rm -f build-stamp configure-stamp unpack-stamp - debconf-updatepo - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - dh_install - -# Build architecture-independent files here. -binary-indep: build install - dh_testdir - dh_testroot - dh_installdebconf - dh_installdocs - dh_installexamples -# dh_installmenu -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_installinit -# dh_installcron -# dh_installman -# dh_installinfo -# dh_undocumented - dh_installchangelogs - dh_link -# dh_strip - dh_compress - dh_fixperms -# dh_makeshlibs - dh_installdeb -# dh_perl -# dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -# Build architecture-dependent files here. -binary-arch: build install -# We have nothing to do by default. - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +%: + dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-vompclient-mvp.git _______________________________________________ pkg-vdr-dvb-changes mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-vdr-dvb-changes
