Control: tags -1 pending
Dear maintainer,
I've prepared an NMU for farstream-0.2 (versioned as 0.2.8-4.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I should
cancel it.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
diff -Nru farstream-0.2-0.2.8/debian/changelog farstream-0.2-0.2.8/debian/changelog
--- farstream-0.2-0.2.8/debian/changelog 2018-02-01 17:26:57.000000000 +0200
+++ farstream-0.2-0.2.8/debian/changelog 2019-02-04 16:24:10.000000000 +0200
@@ -1,3 +1,16 @@
+farstream-0.2 (0.2.8-4.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * libfarstream-0.2-5: Demote the gstreamer1.0-plugins-*
+ dependencies to recommends to allow users who got the
+ package installed as a dependency without using it to
+ opt out of installing them.
+ (Closes: #642458, #823909, #847418)
+ * libfarstream-0.2-dev: Strictly version the dependency
+ on gir1.2-farstream-0.2. (Closes: #890979)
+
+ -- Adrian Bunk <[email protected]> Mon, 04 Feb 2019 16:24:10 +0200
+
farstream-0.2 (0.2.8-4) unstable; urgency=medium
* debian/patches/doc-update-common.patch: Fix installation of .devhelp2
diff -Nru farstream-0.2-0.2.8/debian/control farstream-0.2-0.2.8/debian/control
--- farstream-0.2-0.2.8/debian/control 2018-02-01 17:26:57.000000000 +0200
+++ farstream-0.2-0.2.8/debian/control 2019-02-04 16:24:10.000000000 +0200
@@ -26,11 +26,11 @@
Multi-Arch: same
Conflicts: libfarstream-0.2-0, libfarstream-0.2-2
Pre-Depends: ${misc:Pre-Depends}
-Depends: gstreamer1.0-nice,
+Recommends: gstreamer1.0-nice,
gstreamer1.0-plugins-bad,
gstreamer1.0-plugins-base,
- gstreamer1.0-plugins-good,
- ${misc:Depends},
+ gstreamer1.0-plugins-good
+Depends: ${misc:Depends},
${shlibs:Depends}
Description: Audio/Video communications framework: core library
The Farstream project is an effort to create a framework to deal with all
@@ -44,7 +44,7 @@
Package: libfarstream-0.2-dev
Section: libdevel
Architecture: any
-Depends: gir1.2-farstream-0.2,
+Depends: gir1.2-farstream-0.2 (= ${binary:Version}),
libfarstream-0.2-5 (= ${binary:Version}),
libgstreamer1.0-dev,
${misc:Depends},