Package: release.debian.org Severity: normal X-Debbugs-Cc: [email protected] Control: affects -1 + src:openshot-qt User: [email protected] Usertags: unblock
Please unblock package openshot-qt [ Reason ] Fix for #1104810. [ Impact ] The serious #1104810 is going to trigger autoremoval of the package. [ Tests ] None. [ Risks ] A place where AngularJS is used in the package could be rendered unusable due to non-matching versions. This is preferrable to the package not being available in trixie. [ Checklist ] [x] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing [ Other info ] Team request. unblock openshot-qt/3.1.1+dfsg1-3
diff -Nru openshot-qt-3.1.1+dfsg1/debian/changelog openshot-qt-3.1.1+dfsg1/debian/changelog --- openshot-qt-3.1.1+dfsg1/debian/changelog 2025-01-17 22:30:10.000000000 +0100 +++ openshot-qt-3.1.1+dfsg1/debian/changelog 2025-06-27 15:46:25.000000000 +0200 @@ -1,3 +1,16 @@ +openshot-qt (3.1.1+dfsg1-3) unstable; urgency=medium + + * Team upload. + * Move to unstable. + + -- Bastian Germann <[email protected]> Fri, 27 Jun 2025 15:46:25 +0200 + +openshot-qt (3.1.1+dfsg1-3~exp1) experimental; urgency=medium + + * [2c9e2fe] Add AngularJS dependency. (Closes: #1104810) + + -- Anton Gladky <[email protected]> Mon, 23 Jun 2025 21:42:49 +0200 + openshot-qt (3.1.1+dfsg1-2) unstable; urgency=medium * Team upload diff -Nru openshot-qt-3.1.1+dfsg1/debian/control openshot-qt-3.1.1+dfsg1/debian/control --- openshot-qt-3.1.1+dfsg1/debian/control 2025-01-17 22:26:31.000000000 +0100 +++ openshot-qt-3.1.1+dfsg1/debian/control 2025-06-27 15:42:51.000000000 +0200 @@ -21,6 +21,7 @@ Package: openshot-qt Architecture: all Depends: fonts-cantarell, + libjs-angularjs, libjs-jquery, libjs-jquery-ui, python3-openshot (>= 0.3.2), diff -Nru openshot-qt-3.1.1+dfsg1/debian/openshot-qt.links openshot-qt-3.1.1+dfsg1/debian/openshot-qt.links --- openshot-qt-3.1.1+dfsg1/debian/openshot-qt.links 2025-01-17 22:26:31.000000000 +0100 +++ openshot-qt-3.1.1+dfsg1/debian/openshot-qt.links 2025-06-27 15:42:51.000000000 +0200 @@ -1,3 +1,5 @@ usr/share/javascript/jquery/jquery.js usr/lib/python3/dist-packages/openshot_qt/timeline/media/js/jquery.js usr/lib/python3/dist-packages/openshot_qt/timeline/media/js/jquery-ui.js usr/lib/python3/dist-packages/openshot_qt/timeline/media/css/jquery-ui.css usr/share/javascript/jquery-ui/jquery-ui.js usr/lib/python3/dist-packages/openshot_qt/timeline/media/js/jquery-ui.js +usr/share/javascript/angular.js/angular-animate.min.js usr/lib/python3/dist-packages/openshot_qt/timeline/media/js/angular-animate.min.js +usr/share/javascript/angular.js/angular.min.js usr/lib/python3/dist-packages/openshot_qt/timeline/media/js/angular.min.js

