[DRE-commits] [redmine] 11/15: Release; make debian/changelog more readable

Antonio Terceiro terceiro at moszumanska.debian.org
Sat May 2 21:00:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository redmine.

commit 344d8f1359b702656873b2a28f488606a4484368
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat May 2 11:39:19 2015 -0300

    Release; make debian/changelog more readable
---
 debian/changelog | 43 +++++++++++++++++++++++--------------------
 1 file changed, 23 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 65e5d13..e92612c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,38 +1,41 @@
-redmine (3.0~20140825-6) UNRELEASED; urgency=medium
+redmine (3.0~20140825-6) unstable; urgency=medium
 
   * debian/doc/examples/apache2-host.conf: fix typo in package name user is
     told to install Closes: #777736
-  * Change Gemfile.lock handling to avoid all types of problems with installed
-    plugins
-    - symlink Gemfile.lock to /var/lib/redmine/Gemfile.lock
-    - always update it at the beginning of debian/postinst
-    - trigger postinst on all Ruby packade updates
-  * debian/postinst: run rake under `bundle exec` to correctly handle
-    upgrades when the local admin installed non-packaged plugins (i.e. ~100%
-    of them). Closes: #779273
+  * Fix upgrades when there are locally-installed plugins Closes: #779273
+    - debian/postinst: run rake under `bundle exec` to correctly handle
+      upgrades when the local admin installed non-packaged plugins (i.e.
+      ~100% of them).
     - debian/patches/2003_externalize_session_config.patch: always set
       RAILS_ETC unconditionally from X_DEBIAN_SITEID because the load order
       under `bundle exec` seems to be a little different.
-  * debian/postinst: initialize variable that will hold the return code of a
-    potentially failing command to 0 so it is not undefined if the command
-    suceeeds. Closes: #780894
-  * debian/postinst: don't leave unowned files after purge. Closes: #781534
+    - change Gemfile.lock handling:
+      + symlink Gemfile.lock to /var/lib/redmine/Gemfile.lock
+      + always update it at the beginning of debian/postinst
+      + trigger postinst Ruby packages are upgraded
+  * Don't leave unowned files after purge. Closes: #781534
     - debian/postinst:
       - don't create files under /usr/share/redmine/app
       - pass SCHEMA=/dev/null to rake `db:migrate` so it won't create
         /usr/share/redmine/db/schema.rb
     - debian/postrm: remove the aforementioned files
-  * debian/postinst: restrict usage of $2 as a version number when triggered,
-    since $2 will contain the trigger names instead.
-  * debian/postinst: fix missing quotes around $fHasOldSessionName
+  * debian/postinst: fix several programming errors
+    - initialize variable that will hold the return code of a potentially
+      failing command to 0 so it is not undefined if the command suceeeds.
+      Closes: #780894
+    - add missing quotes around $fHasOldSessionName
+    - fix logic when testing whether session.yml file exists
+    - restrict usage of $2 as a version number when triggered, since $2 will
+      contain the trigger names instead.
+  * debian/patches/fix-move-issue-between-projects.patch: applied patch by
+    Tristam Fenton-May to fix moving issues across projects (Closes: #783717)
   * debian/install:
     - install bin/ directory so rails detects redmine as a proper Rails app
+      + This fixes running `rails console`, `rails dbconsole` etc from within
+        the installed package at /usr/share/redmine.
     - don't install deprecated script/ directory
-  * debian/postinst: fix check for existing session.yml file
-  * debian/patches/fix-move-issue-between-projects.patch: applied patch by
-    Tristam Fenton-May to fix moving issues across projects (Closes: #783717)
 
- -- Antonio Terceiro <terceiro at debian.org>  Wed, 08 Apr 2015 12:06:32 +0200
+ -- Antonio Terceiro <terceiro at debian.org>  Sat, 02 May 2015 11:33:20 -0300
 
 redmine (3.0~20140825-5) unstable; urgency=high
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/redmine.git



More information about the Pkg-ruby-extras-commits mailing list