[vdr-plugin-extrecmenu] 01/01: Now supporting the /etc/vdr/conf.d mechanism
Tobias Grimm
tiber-guest at moszumanska.debian.org
Sun Aug 30 16:23:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
tiber-guest pushed a commit to branch master
in repository vdr-plugin-extrecmenu.
commit 1dac5c1aa7e38ac6134c01bcefdde3b2919579e0
Author: etobi <git at e-tobi.net>
Date: Mon Mar 23 22:44:42 2015 +0100
Now supporting the /etc/vdr/conf.d mechanism
---
debian/changelog | 6 ++++++
debian/rules | 6 +-----
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a031646..1f989a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vdr-plugin-extrecmenu (1.2.4-4) experimental; urgency=medium
+
+ * Now supporting the /etc/vdr/conf.d mechanism
+
+ -- Tobias Grimm <etobi at debian.org> Mon, 23 Mar 2015 22:44:22 +0100
+
vdr-plugin-extrecmenu (1.2.4-3) experimental; urgency=medium
* Build-depend on vdr-dev (>= 2.2.0)
diff --git a/debian/rules b/debian/rules
index 34b3dc4..d8fc3c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags) $(LDFLAGS)
%:
- dh $@
+ dh $@ --with vdrplugin
override_dh_auto_build:
dh_auto_build -- all $(MAKE_OPTIONS)
@@ -16,9 +16,5 @@ override_dh_auto_clean:
$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
rm -rf locale libvdr-*.so.*
-override_dh_gencontrol:
- sh /usr/share/vdr-dev/dependencies.sh
- dh_gencontrol
-
get-vcs-snapshot:
sh debian/get-vcs-snapshot.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-extrecmenu.git
More information about the pkg-vdr-dvb-changes
mailing list