redmine (6.0.3+ds-2)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 6.0.3+ds-3 > 6.0.3+ds-2
- Git: https://salsa.debian.org/ruby-team/redmine.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 2568192
- Browser: https://salsa.debian.org/ruby-team/redmine
- Last scan: 2025-03-22 01:53:04+00
- Next scan: 2025-03-28 06:56:00+00
- Merge requests: 2
- CI pipeline status: failed
- Debian changelog in Git:
redmine (6.0.3+ds-3) UNRELEASED; urgency=medium
* Remove debian/source/lintian-overrides: These overrides are obsolete.
* Add debian/redmine.dirs to create /usr/share/redmine/public/assets
(Closes: #1099906).
* Update the names of the following files:
- install -> redmine.install
- postinst -> redmine.postinst
- postrm -> redmine.postrm
- prerm -> redmine.prerm
* debian/doc/examples/apache2-alias.conf:
- Update alias and directory from plugin_assets to assets.
- Remove references to the deprecated fcgid.
* debian/doc/examples/apache2-host.conf:
- Update alias and directory from plugin_assets to assets.
- Remove references to the deprecated fcgid.
* debian/doc/examples/apache2-passenger-alias.conf:
- Update alias and directory from plugin-assets to assets.
- Reformat for readability.
* debian/doc/examples/apache2-passenger-host.conf:
- Update alias and directory from plugin-assets to assets.
- Reformat for readability.
* debian/doc/examples/nginx-alias.conf:
- Update location and alias from plugin-assets to assets.
- Remove deprecated fcgi lines.
* debian/doc/examples/nginx-host.conf:
- Update location and alias from plugin-assets to assets.
- Remove deprecated fcgi lines.
* debian/control:
- Add build-depends on "ruby-listen <!nocheck>".
- Add depends on puma, ruby-capybara, ruby-listen, ruby-mocha,
ruby-rails-dom-testing, ruby-selenium-webdriver, and ruby-simplecov to the
redmine binary package (Closes: #1099904).
- Bump standards-version to 4.7.2, no changes needed.
* debian/copyright: Remove obsolete information for
public/javascripts/jstoolbar/* and
public/javascripts/jstoolbar/lang/jstoolbar-et.js.
* debian/news: Fix version number for news entry.
* debian/redmine.postinst:
- Create /var/lib/redmine if needed.
- Create /usr/share/redmine/public/assets/.manifest.json if needed.
* debian/patches/0004-Add-multi-tenancy-support.patch: Migrate all instances
of plugin_assets to assets to match upstream 6.0 changes.
<https://www.redmine.org/projects/redmine/wiki/RedmineInstall#
Step-8-File-system-permissions>
* debian/patches/gemfile-deps-adjustment.patch: Enable listen gem, which is
now required, possibly by one of the newly enabled test gems.
* debian/tests/control:
- Add "Restrictions: isolation-container" to tests that need to start
services or open ports.
- Disable debian/tests/smoke-test-lighttpd because there are no working
lighttpd example config files.
- Disable debian/tests/smoke-test-thin because it is trying to write to
/etc/thin3.1/, which doesn't exist.
* debian/tests/plugin-assets: Update plugin_assets to assets.
* debian/tests/smoke-test-apache: Enable the Apache passenger module.
-- Soren Stoutner <soren@debian.org> Sat, 08 Mar 2025 16:29:37 +0530
- This branch is 22 commits ahead of tag debian/6.0.3+ds-2
- Git log:
commit 71c7e7b77f8f0458f59fa2d9877b606f088892ad
Author: Soren Stoutner <soren@debian.org>
Date: Mon Mar 10 22:28:10 2025 -0700
Additional update to multitenancy.
commit 913bef1f7614a39cd91facdf88ee1ee9139d4a4c
Author: Soren Stoutner <soren@debian.org>
Date: Mon Mar 10 22:02:09 2025 -0700
Restore the creation of /usr/share/redmine/assets.
commit 5f9fc9100f1770b4d8de16e92ede58a155750c07
Author: Soren Stoutner <soren@debian.org>
Date: Mon Mar 10 21:51:58 2025 -0700
Update plugin_assets to assets.
commit 9382319136c9dcbffd4ffb1494ce11816f4f4baa
Author: Soren Stoutner <soren@debian.org>
Date: Mon Mar 10 19:57:20 2025 -0700
Add build-depends and depends on ruby-listen.
commit 7e03193afa0b68ad92a56f8f1bb39795cd190783
Author: Soren Stoutner <soren@debian.org>
Date: Mon Mar 10 18:32:55 2025 -0700
Enable the Apache passenger module when testing.
commit 82d5be5cbab88898c1f5fb56bc7d48174efc02f8
Author: Soren Stoutner <soren@debian.org>
Date: Mon Mar 10 17:50:35 2025 -0700
Add the isolation-container restriction to test 1.
commit 12ffd760c5b5864a65e20454bdb005f8c4b6201a
Author: Soren Stoutner <soren@debian.org>
Date: Mon Mar 10 16:11:23 2025 -0700
Create /usr/share/redmine/public/assets/.manifest.json if needed.
commit fc6deec80e20fbe08cbc57824a32b2d3e8cea141
Author: Soren Stoutner <soren@debian.org>
Date: Mon Mar 10 08:51:18 2025 -0700
Create /usr/lib/redmine if needed in redmine.postinst.
commit e41dd318783f00b8eeaeddb784464922293f5a5b
Author: Soren Stoutner <soren@debian.org>
Date: Mon Mar 10 06:56:34 2025 -0700
Add /usr/lib/redmine to debian/redmine.dirs.
commit 9178e29bc9e463b354be68638fe0003da197192d
Author: Soren Stoutner <soren@debian.org>
Date: Mon Mar 10 06:40:26 2025 -0700
Create a blank Gemfile.lock as part of every postinst run.
commit 863c278228fefe498910ea812ad368308a1c4c5f
Author: Soren Stoutner <soren@debian.org>
Date: Sat Mar 8 10:11:27 2025 -0700
Add depend on ruby-selenium-webdriver to the redmine binary package.
commit 2b470878892feb91b39332387fb47bd81d6215e8
Author: Soren Stoutner <soren@debian.org>
Date: Sat Mar 8 10:04:10 2025 -0700
Add depends on ruby-capybara to the redmine binary package.
commit 8549f84dfc4fbf5ed2b18273ba74e12b7b4f5bad
Author: Soren Stoutner <soren@debian.org>
Date: Sat Mar 8 09:08:28 2025 -0700
Add missing depends to the redmine binary package.
commit 9c130d727cffaa25ad6cc6ab555c49048fdfbceb
Author: Soren Stoutner <soren@debian.org>
Date: Sat Mar 8 08:54:28 2025 -0700
Update gemfile-deps-adjustment.patch.
commit 58287226e258ba7a9b77e0dba7386070260c7e1f
Author: Soren Stoutner <soren@debian.org>
Date: Sat Mar 8 08:11:18 2025 -0700
Remove obsolete copyright information.
commit e202db793d98389e52c54a517bb507a6ee05a32e
Author: Soren Stoutner <soren@debian.org>
Date: Sat Mar 8 08:06:49 2025 -0700
Add depends on ruby-simplecov for redmine binary package.
commit 0457be36c31944d5274532b2e94777ec6bfe7721
Author: Soren Stoutner <soren@debian.org>
Date: Sat Mar 8 06:40:27 2025 -0700
Add debian/redmine.dirs to create /usr/share/redmine/public/assets.
commit 74252f31f6a3befdde28f5fffd610a4d4c82f859
Author: Soren Stoutner <soren@debian.org>
Date: Sat Mar 8 06:01:37 2025 -0700
Restore binary package depends on ruby-mocha.
commit c7d631068665b6faf62b90c4b686145fbc36fed9
Author: Soren Stoutner <soren@debian.org>
Date: Sat Mar 8 05:52:54 2025 -0700
Remove obsolete overrides.
commit fe7a54e9a929770931cf4fc431e42b7cfbda146f
Author: Soren Stoutner <soren@debian.org>
Date: Sat Mar 8 05:27:14 2025 -0700
Fix version number for news entry.
commit 0d53b0788124b6345c3558c4078dd66991049f9c
Author: Utkarsh Gupta <utkarsh@ubuntu.com>
Date: Sat Mar 8 16:30:28 2025 +0530
Update d/ch for 6.0.3+ds-3 -- UNRELEASED
commit 8b308363338f99b4f731ac00a629cef9931b79a1
Author: Utkarsh Gupta <utkarsh@ubuntu.com>
Date: Sat Mar 8 16:29:28 2025 +0530
Depend on @builddeps@ for all the autopkgtests