[vdr] 07/11: Check patches before building and break if patches have changed and were not accepted

Tobias Grimm tiber-guest at moszumanska.debian.org
Sun Feb 8 17:32:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

tiber-guest pushed a commit to branch e-tobi
in repository vdr.

commit 2497c5639794444722bc5453d8f5f511d1f1853c
Author: etobi <git at e-tobi.net>
Date:   Sat Feb 7 14:07:22 2015 +0100

    Check patches before building and break if patches have changed and were not accepted
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 0df22a8..93684b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ MAKE_OPTIONS = PREFIX=$(PREFIX) VIDEODIR=$(VIDEODIR) LIBDIR=$(LIBDIR)
 %:
 	dh $@
 
-override_dh_auto_build:
+override_dh_auto_build: check-patches
 	dh_auto_build -- $(MAKE_OPTIONS)
 	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o debian/vdr-shutdown.wrapper debian/vdr-shutdown-wrapper.c
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr.git



More information about the pkg-vdr-dvb-changes mailing list