← Back to team overview

openshot.code team mailing list archive

[Merge] ~ferdnyc/openshot-packaging/+git/openshot-packaging-1:audio022 into openshot-packaging:master

 

FeRD (Frank Dana) has proposed merging ~ferdnyc/openshot-packaging/+git/openshot-packaging-1:audio022 into openshot-packaging:master.

Requested reviews:
  OpenShot Code (openshot.code)

For more details, see:
https://code.launchpad.net/~ferdnyc/openshot-packaging/+git/openshot-packaging-1/+merge/412266

The packaging for libopenshot-audio still identified it as 0.2.1, despite 0.2.2 being current.
-- 
Your team OpenShot Code is requested to review the proposed merge of ~ferdnyc/openshot-packaging/+git/openshot-packaging-1:audio022 into openshot-packaging:master.
diff --git a/libopenshot-audio/debian/changelog b/libopenshot-audio/debian/changelog
index 3f68b1f..5bee27d 100644
--- a/libopenshot-audio/debian/changelog
+++ b/libopenshot-audio/debian/changelog
@@ -1,3 +1,9 @@
+libopenshot-audio (0.2.2-1ubuntu1) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+ -- Jonathan Thomas <jonathan@xxxxxxxxxxxx>  Sat, 04 Sep 2021 00:00:01 -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..ecba458 100644
--- a/libopenshot-audio/debian/control
+++ b/libopenshot-audio/debian/control
@@ -2,14 +2,11 @@ Source: libopenshot-audio
 Maintainer: Ghislain Antony Vaillant <ghisvail@xxxxxxxxx>
 Section: libs
 Priority: optional
-Build-Depends: cmake,
-               debhelper (>= 9),
-               libasound2-dev,
-               libfreetype6-dev,
-               libxcursor-dev,
-               libxinerama-dev,
-               libxrandr-dev,
-               python3
+Build-Depends:
+  cmake,
+  debhelper (>= 9),
+  libasound2-dev,
+  python3
 Build-Depends-Indep: doxygen
 Standards-Version: 3.9.6
 Homepage: http://www.openshot.org/
@@ -17,12 +14,15 @@ Homepage: http://www.openshot.org/
 Package: libopenshot-audio8
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
+Depends:
+  ${misc:Depends},
+  ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Replaces: libopenshot-audio6,
-          libopenshot-audio2,
-          libopenshot-audio1
+Replaces:
+  libopenshot-audio7,
+  libopenshot-audio6,
+  libopenshot-audio2,
+  libopenshot-audio1
 Description: library for high-quality audio editing
  The OpenShot audio library is a program which allows high-quality
  editing and playback of audio based on the JUCE library.
@@ -33,8 +33,9 @@ Package: libopenshot-audio-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libopenshot-audio8 (= ${binary:Version}),
-         ${misc:Depends}
+Depends:
+  libopenshot-audio8 (= ${binary:Version}),
+  ${misc:Depends}
 Suggests: libopenshot-audio-doc
 Description: development files for the OpenShot audio library
  The OpenShot audio library is a program which allows high-quality
@@ -45,8 +46,9 @@ Description: development files for the OpenShot audio library
 Package: libopenshot-audio-doc
 Architecture: all
 Section: doc
-Depends: libjs-jquery,
-         ${misc:Depends}
+Depends:
+  libjs-jquery,
+  ${misc:Depends}
 Description: documentation for the OpenShot audio library
  The OpenShot audio library is a program which allows high-quality
  editing and playback of audio based on the JUCE library.
diff --git a/libopenshot/debian/changelog b/libopenshot/debian/changelog
index dfef807..3b5db6e 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 00:00:01 -0500
+
 libopenshot (0.2.6-1) UNRELEASED; urgency=medium
 
   * New upstream release
diff --git a/libopenshot/debian/control b/libopenshot/debian/control
index c1d6c13..516fd64 100644
--- a/libopenshot/debian/control
+++ b/libopenshot/debian/control
@@ -31,7 +31,7 @@ Build-Depends-Indep: doxygen
 Standards-Version: 3.9.6
 Homepage: http://www.openshot.org/
 
-Package: libopenshot20
+Package: libopenshot21
 Architecture: any
 Multi-Arch: same
 Depends:
@@ -39,6 +39,7 @@ Depends:
   ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Replaces:
+  libopenshot20,
   libopenshot19,
   libopenshot18,
   libopenshot17,
@@ -60,7 +61,7 @@ Architecture: any
 Multi-Arch: same
 Section: libdevel
 Depends:
-  libopenshot20 (= ${binary:Version}),
+  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

Follow ups