openshot.code team mailing list archive
-
openshot.code team
-
Mailing list archive
-
Message #01488
[Merge] ~ferdnyc/openshot-packaging/+git/openshot-packaging-1:release261 into openshot-packaging:master
FeRD (Frank Dana) has proposed merging ~ferdnyc/openshot-packaging/+git/openshot-packaging-1:release261 into openshot-packaging:master.
Commit message:
Updates for OpenShot 2.6.1 release
Requested reviews:
OpenShot Code (openshot.code)
For more details, see:
https://code.launchpad.net/~ferdnyc/openshot-packaging/+git/openshot-packaging-1/+merge/408755
--
Your team OpenShot Code is requested to review the proposed merge of ~ferdnyc/openshot-packaging/+git/openshot-packaging-1:release261 into openshot-packaging:master.
diff --git a/libopenshot-audio/debian/changelog b/libopenshot-audio/debian/changelog
index 3f68b1f..1a5337c 100644
--- a/libopenshot-audio/debian/changelog
+++ b/libopenshot-audio/debian/changelog
@@ -1,3 +1,9 @@
+libopenshot-audio (0.2.2-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+
+ -- Jonathan Thomas <jonathan@xxxxxxxxxxxx> Sat 04 Sep 2021 14:57:00 -0500
+
libopenshot-audio (0.2.1-1ubuntu1) UNRELEASED; urgency=medium
* New upstream release
diff --git a/libopenshot-audio/debian/control b/libopenshot-audio/debian/control
index 76a2f77..e4a6209 100644
--- a/libopenshot-audio/debian/control
+++ b/libopenshot-audio/debian/control
@@ -20,7 +20,8 @@ Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
-Replaces: libopenshot-audio6,
+Replaces: libopenshot-audio7,
+ libopenshot-audio6,
libopenshot-audio2,
libopenshot-audio1
Description: library for high-quality audio editing
diff --git a/libopenshot/debian/changelog b/libopenshot/debian/changelog
index dfef807..7a10536 100644
--- a/libopenshot/debian/changelog
+++ b/libopenshot/debian/changelog
@@ -1,3 +1,9 @@
+libopenshot (0.2.7-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+
+ -- Jonathan Thomas <jonathan@xxxxxxxxxxxx> Sat, 04 Sep 2021 14:57:00 -0500
+
libopenshot (0.2.6-1) UNRELEASED; urgency=medium
* New upstream release
diff --git a/libopenshot/debian/control b/libopenshot/debian/control
index 3443ed0..5c36e84 100644
--- a/libopenshot/debian/control
+++ b/libopenshot/debian/control
@@ -15,6 +15,7 @@ Build-Depends: cmake,
libopencv-dev,
libopenshot-audio-dev,
libprotobuf-dev,
+ libqt5svg5-dev,
libswscale-dev,
libswresample-dev,
libzmq3-dev,
@@ -27,13 +28,14 @@ Build-Depends-Indep: doxygen
Standards-Version: 3.9.6
Homepage: http://www.openshot.org/
-Package: libopenshot20
+Package: libopenshot21
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
-Replaces: libopenshot19,
+Replaces: libopenshot20,
+ libopenshot19,
libopenshot18,
libopenshot17,
libopenshot16,
@@ -53,7 +55,7 @@ Package: libopenshot-dev
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: libopenshot20 (= ${binary:Version}),
+Depends: libopenshot21 (= ${binary:Version}),
${misc:Depends}
Suggests: libopenshot-doc
Description: development files for the OpenShot library
diff --git a/libopenshot/debian/libopenshot20.install b/libopenshot/debian/libopenshot21.install
similarity index 100%
rename from libopenshot/debian/libopenshot20.install
rename to libopenshot/debian/libopenshot21.install
diff --git a/openshot-qt/debian/changelog b/openshot-qt/debian/changelog
index b302374..6bc2b7e 100644
--- a/openshot-qt/debian/changelog
+++ b/openshot-qt/debian/changelog
@@ -1,3 +1,9 @@
+openshot-qt (2.6.1-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+
+ -- Jonathan Thomas <jonathan@xxxxxxxxxxxx> Sat, 04 Sep 2021 14:57:00 -0500
+
openshot-qt (2.6.0-1) UNRELEASED; urgency=medium
* New upstream release
Follow ups