[libalien-wxwidgets-perl] 01/02: Add build and runtime dependencies on the new libwxgtk-media2.8-dev package, in order to include configuration information about the media plugin. (See #719380)
Niko Tyni
ntyni at alioth.debian.org
Thu Aug 15 18:59:00 UTC 2013
This is an automated email from the git hooks/post-receive script.
ntyni pushed a commit to branch master
in repository libalien-wxwidgets-perl.
commit 310fdc775d4513091ca40350e58bb223b764b571
Author: Niko Tyni <ntyni at debian.org>
Date: Thu Aug 15 15:21:15 2013 +0300
Add build and runtime dependencies on the new libwxgtk-media2.8-dev package, in order to include configuration information about the media plugin. (See #719380)
---
debian/changelog | 6 ++++++
debian/control | 1 +
debian/rules | 2 +-
3 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 139378d..ee0fe6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,13 @@
libalien-wxwidgets-perl (0.64+dfsg-2) UNRELEASED; urgency=low
+ [ gregor herrmann ]
* Explicitly (build-)depend on Module::Pluggable. (Closes: #711646)
+ [ Niko Tyni ]
+ * Add build and runtime dependencies on the new libwxgtk-media2.8-dev
+ package, in order to include configuration information about the
+ media plugin. (See #719380)
+
-- gregor herrmann <gregoa at debian.org> Thu, 08 Aug 2013 14:04:53 +0200
libalien-wxwidgets-perl (0.64+dfsg-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 968cff2..04a2711 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends: debhelper (>= 8),
perl,
libmodule-pluggable-perl | perl (<< 5.17.0),
libwxgtk2.8-dev (>= 2.8.12.1-6),
+ libwxgtk-media2.8-dev,
libtest-pod-perl,
libtest-pod-coverage-perl
Standards-Version: 3.9.4
diff --git a/debian/rules b/debian/rules
index 4a073ba..3b7f028 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,4 +11,4 @@ NEXTPATCH:=$(shell expr $(VPATCH) + 1 2>/dev/null || expr `echo $(VPATCH) | cut
dh $@
override_dh_gencontrol:
- dh_gencontrol -- -V'samewx:Depends=libwxgtk2.8-dev (>= $(VMAJOR).$(VMINOR).$(VPATCH)), libwxgtk2.8-dev (<< $(VMAJOR).$(VMINOR).$(NEXTPATCH)~)'
+ dh_gencontrol -- -V'samewx:Depends=libwxgtk2.8-dev (>= $(VMAJOR).$(VMINOR).$(VPATCH)), libwxgtk2.8-dev (<< $(VMAJOR).$(VMINOR).$(NEXTPATCH)~), libwxgtk-media2.8-dev (>= $(VMAJOR).$(VMINOR).$(VPATCH)), libwxgtk-media2.8-dev (<< $(VMAJOR).$(VMINOR).$(NEXTPATCH)~)'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libalien-wxwidgets-perl.git
More information about the Pkg-perl-cvs-commits
mailing list