[DRE-commits] [SCM] redmine.git branch, master-experimental, updated. debian/1.4.4+dfsg1-1-52-gc7cec62

Ondřej Surý ondrej at sury.org
Tue Dec 11 10:28:08 UTC 2012


The following commit has been merged in the master-experimental branch:
commit c7cec62183375a1c294d20ef3955aedb9e55c84a
Author: Ondřej Surý <ondrej at sury.org>
Date:   Tue Dec 11 11:27:46 2012 +0100

    prepare 2.1.4+dfsg1-1 release

diff --git a/debian/changelog b/debian/changelog
index 24adabc..1029a3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,28 @@
-redmine (2.1.4+dfsg1-1) unstable; urgency=low
+redmine (2.1.4+dfsg1-1) experimental; urgency=low
 
-  * Imported Upstream version 2.1.4+dfsg1
-  * Add dependency on redmine (= ${source:Version}) for all database
-    packages, so they are upgraded together.
-  * Update Gemfile-comment-all-gems patch for 2.1.4 release
-  * Bump ruby-mysql dependency to >= 2.8.1 per Gemfile
-  * The rake task db:migrate_plugins has been deprecated, using the
-    replacement version redmine:plugins:migrate instead
-
- -- Ondřej Surý <ondrej at debian.org>  Mon, 10 Dec 2012 12:33:19 +0100
-
-redmine (2.1.2+dfsg1-1) unstable; urgency=low
+  [ Ondřej Surý ]
+  * Imported Upstream version 2.1.4
+  * Update plugins directory from vendor/plugins to lib/plugins
+  * debian/control:
+    + Update depedencies for redmine (mainly switch from Rails 2.3 to
+      Rails 3.2)
+    + Add rubygems to Build-Depends
+    + Adds Conflict with ruby-passenger << 3, because redmine is not
+      compatible with version 2
+    + Add dependency on redmine (= ${source:Version}) for all database
+      packages, so they are upgraded together.
+    + Bump ruby-mysql dependency to >= 2.8.1 per Gemfile
+  * debian/patches/*:
+    + Update (and refresh) patches to Redmine 2.1.x
+    + In ActiveRecord 3.2, MysqlAdapter extends AbstractMysqlAdapter, not
+      AbstractAdapter (Courtesy of Adrian Wilkins)
+    + Load session.yml only if the file exists
+    + Update Gemfile-comment-all-gems patch for 2.1.4 release
+  * debian/postinst:
+    + The rake task generate_session_store has been deprecated, using
+      the generate_secret_token in postinst instead.
+    + The rake task db:migrate_plugins has been deprecated, using the
+      replacement version redmine:plugins:migrate instead
 
   [ Jérémy Lal ]
   * debian/control:
@@ -18,23 +30,10 @@ redmine (2.1.2+dfsg1-1) unstable; urgency=low
       it is needed when using fastcgi with ruby1.9.
     + Recommends: ruby-passenger.
     + Depends on ruby-{pg,mysql,sqlite3} instead of libxxx-ruby packages.
-  * postinst: use exit 1 instead of illegal negative value.
+  * debian/postinst: use exit 1 instead of illegal negative value.
     (Closes: #687449)
 
-  [ Ondřej Surý ]
-  * Update experimental gbp.conf
-  * Imported Upstream version 2.1.2
-  * Update depedencies for redmine (mainly Rails 3.2)
-  * Update (and refresh) patches to Redmine 2.1
-  * Add rubygems to Build-Depends
-  * Update plugins directory from vendor/plugins to lib/plugins
-  * In ActiveRecord 3.2, MysqlAdapter extends AbstractMysqlAdapter, not
-    AbstractAdapter (Courtesy of Adrian Wilkins)
-  * Load session.yml only if the file exists
-  * Adds Conflict with ruby-passenger << 3, because redmine is not
-    compatible with version 2
-
- -- Ondřej Surý <ondrej at debian.org>  Sun, 14 Oct 2012 19:47:59 +0200
+ -- Ondřej Surý <ondrej at debian.org>  Mon, 10 Dec 2012 12:33:19 +0100
 
 redmine (1.4.4+dfsg1-1) unstable; urgency=low
 

-- 
redmine.git



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