[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#768813: marked as done (unblock: otrs2/3.3.9-2)



Your message dated Wed, 12 Nov 2014 18:06:38 +0000
with message-id <20141112180637.GP21455@lupin.home.powdarrmonkey.net>
and subject line Re: Bug#768813: unblock: otrs2/3.3.9-2
has caused the Debian Bug report #768813,
regarding unblock: otrs2/3.3.9-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
768813: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768813
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package otrs2

It fixes the bug #763750, an incompatibility with the jQuery version in Debian.
If you ACK it, I would also upload a 3.3.9-3 to also fix #767517, the full diff
would be then:

diff -Naur '--exclude=.svn' tags/3.3.9-1/debian/changelog trunk/debian/changelog
--- tags/3.3.9-1/debian/changelog       2014-09-30 18:14:30.442103255 +0200
+++ trunk/debian/changelog      2014-10-31 18:48:46.913246993 +0100
@@ -1,3 +1,21 @@
+otrs2 (3.3.9-3) UNRELEASED; urgency=low
+
+  * Move database servers from recommends to suggest and add Postgres and MySQL
+    clients to recommends.
+    Closes: #767517
+
+ -- Patrick Matthäi <pmatthaei@debian.org>  Fri, 31 Oct 2014 18:48:00 +0100
+
+otrs2 (3.3.9-2) unstable; urgency=low
+
+  * Drop libjs-jquery dependency and use the emebedded version again to avoid
+    application errors.
+    Closes: #763750
+  * Bump Standards-Version to 3.9.6 (no changes required).
+  * Remove unused override about package-contains-broken-symlink.
+
+ -- Patrick Matthäi <pmatthaei@debian.org>  Mon, 27 Oct 2014 21:07:36 +0100
+
 otrs2 (3.3.9-1) unstable; urgency=medium
 
   * New upstream release.
diff -Naur '--exclude=.svn' tags/3.3.9-1/debian/control trunk/debian/control
--- tags/3.3.9-1/debian/control 2014-09-30 18:14:30.402104049 +0200
+++ trunk/debian/control        2014-10-31 18:47:49.762372686 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Patrick Matthäi <pmatthaei@debian.org>
 Uploaders: Thomas Mueller <thomas@chaschperli.ch>
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Build-Depends: debhelper (>= 9),
  yui-compressor
 Homepage: http://www.otrs.org
@@ -45,7 +45,6 @@
  libdbi-perl,
  libdigest-sha-perl,
  libjs-jquery-ui,
- libjs-jquery,
  libjavascript-minifier-perl,
  libcss-minifier-perl,
  ttf-dejavu-extra,
@@ -56,7 +55,7 @@
  libsys-hostname-long-perl,
  libmail-imapclient-perl (>= 3.31),
  libjson-perl
-Recommends: postgresql | mysql-server,
+Recommends: postgresql-client | mysql-client,
  procmail | maildrop,
  aspell | ispell,
  libcrypt-eksblowfish-perl,
@@ -65,6 +64,7 @@
  libencode-hanextra-perl
 Suggests: otrs2-doc-en | otrs2-doc-de,
  libnet-ldap-perl,
+ postgresql | mysql-server,
  libnet-smtp-tls-butmaintained-perl
 Breaks: otrs (<< 3.0)
 Replaces: otrs (<< 3.0)
diff -Naur '--exclude=.svn' tags/3.3.9-1/debian/otrs2.links trunk/debian/otrs2.links
--- tags/3.3.9-1/debian/otrs2.links     2014-09-30 18:14:30.490102304 +0200
+++ trunk/debian/otrs2.links    2014-10-27 20:33:29.327736541 +0100
@@ -5,7 +5,6 @@
 var/lib/otrs/Config/Files usr/share/otrs/Kernel/Config/Files
 var/spool/otrs var/lib/otrs/spool
 run/otrs var/lib/otrs/run
-usr/share/javascript/jquery var/lib/otrs/httpd/htdocs/js/thirdparty/jquery
 usr/share/javascript/jquery-ui var/lib/otrs/httpd/htdocs/js/thirdparty/jquery-ui
 var/lib/otrs/ARCHIVE usr/share/otrs/ARCHIVE
 usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf var/lib/otrs/fonts/DejaVuSans-Bold.ttf
diff -Naur '--exclude=.svn' tags/3.3.9-1/debian/otrs2.lintian-overrides trunk/debian/otrs2.lintian-overrides
--- tags/3.3.9-1/debian/otrs2.lintian-overrides 2014-09-30 18:14:30.386104365 +0200
+++ trunk/debian/otrs2.lintian-overrides        2014-10-27 21:07:12.151870448 +0100
@@ -1,6 +1,5 @@
 otrs2: package-contains-broken-symlink usr/share/otrs/Kernel/Config.pm etc/otrs/Kernel/Config.pm
 otrs2: package-contains-broken-symlink usr/share/otrs/Kernel/Config/GenericAgent.pm etc/otrs/Kernel/Config/GenericAgent.pm
-otrs2: package-contains-broken-symlink var/lib/otrs/httpd/htdocs/js/thirdparty/jquery usr/share/javascript/jquery
 otrs2: package-contains-broken-symlink var/lib/otrs/httpd/htdocs/js/thirdparty/jquery-ui usr/share/javascript/jquery-ui
 otrs2: package-contains-broken-symlink var/lib/otrs/run run/otrs
 otrs2: apache2-deprecated-auth-config Order
diff -Naur '--exclude=.svn' tags/3.3.9-1/debian/patches/12-use-debian-libjs-packages.diff trunk/debian/patches/12-use-debian-libjs-packages.diff
--- tags/3.3.9-1/debian/patches/12-use-debian-libjs-packages.diff       2014-09-30 18:14:30.482102464 +0200
+++ trunk/debian/patches/12-use-debian-libjs-packages.diff      2014-10-27 20:42:20.658243376 +0100
@@ -1,26 +1,19 @@
 # Use the system libjs package, instead of the embedded one.
 
-diff -Naur otrs-3.3.7.orig/Kernel/Config/Files/Framework.xml otrs-3.3.7/Kernel/Config/Files/Framework.xml
---- otrs-3.3.7.orig/Kernel/Config/Files/Framework.xml  2014-05-13 10:04:59.607291858 +0200
-+++ otrs-3.3.7/Kernel/Config/Files/Framework.xml       2014-05-13 10:06:34.378898582 +0200
-@@ -5921,9 +5921,9 @@
-         <SubGroup>Core::Web</SubGroup>
-         <Setting>
+diff -Naur otrs-3.3.9.orig/Kernel/Config/Files/Framework.xml otrs-3.3.9/Kernel/Config/Files/Framework.xml
+--- otrs-3.3.9.orig/Kernel/Config/Files/Framework.xml  2014-10-27 20:40:28.612239639 +0100
++++ otrs-3.3.9/Kernel/Config/Files/Framework.xml       2014-10-27 20:41:53.490727893 +0100
+@@ -5923,7 +5923,7 @@
              <Array>
--                <Item>thirdparty/jquery-1.10.0/jquery.js</Item>
-+                <Item>thirdparty/jquery/jquery.js</Item>
+                 <Item>thirdparty/jquery-1.10.0/jquery.js</Item>
                  <Item>thirdparty/jquery-browser-detection/jquery-browser-detection.js</Item>
 -                <Item>thirdparty/jquery-ui-1.10.3/jquery-ui.js</Item>
 +                <Item>thirdparty/jquery-ui/jquery-ui.js</Item>
                  <Item>thirdparty/jquery-validate-1.11.1/jquery.validate.js</Item>
                  <Item>thirdparty/stacktrace-0.4/stacktrace.js</Item>
                  <Item>thirdparty/jquery-pubsub/pubsub.js</Item>
-@@ -6003,10 +6003,10 @@
-         <SubGroup>Core::Web</SubGroup>
-         <Setting>
-             <Array>
--                <Item>thirdparty/jquery-1.10.0/jquery.js</Item>
-+                <Item>thirdparty/jquery/jquery.js</Item>
+@@ -6006,7 +6006,7 @@
+                 <Item>thirdparty/jquery-1.10.0/jquery.js</Item>
                  <Item>thirdparty/jquery-browser-detection/jquery-browser-detection.js</Item>
                  <Item>thirdparty/jquery-validate-1.11.1/jquery.validate.js</Item>
 -                <Item>thirdparty/jquery-ui-1.10.3/jquery-ui.js</Item>
diff -Naur '--exclude=.svn' tags/3.3.9-1/debian/patches/13-load-debian-libjs.diff trunk/debian/patches/13-load-debian-libjs.diff
--- tags/3.3.9-1/debian/patches/13-load-debian-libjs.diff       2014-09-30 18:14:30.454103018 +0200
+++ trunk/debian/patches/13-load-debian-libjs.diff      2014-10-27 20:43:50.984649654 +0100
@@ -1,14 +1,10 @@
 # Use the system libjs package, instead of the embedded one.
 
-diff -Naur otrs-3.3.5.orig/Kernel/Config/Defaults.pm otrs-3.3.5/Kernel/Config/Defaults.pm
---- otrs-3.3.5.orig/Kernel/Config/Defaults.pm  2014-02-20 09:22:11.000000000 +0100
-+++ otrs-3.3.5/Kernel/Config/Defaults.pm       2014-02-27 12:40:17.602474948 +0100
-@@ -867,10 +867,10 @@
- 
-     # Customer Common JS
-     $Self->{'Loader::Customer::CommonJS'}->{'000-Framework'} =  [
--        'thirdparty/jquery-1.10.0/jquery.js',
-+        'thirdparty/jquery/jquery.js',
+diff -Naur otrs-3.3.9.orig/Kernel/Config/Defaults.pm otrs-3.3.9/Kernel/Config/Defaults.pm
+--- otrs-3.3.9.orig/Kernel/Config/Defaults.pm  2014-09-03 15:15:41.000000000 +0200
++++ otrs-3.3.9/Kernel/Config/Defaults.pm       2014-10-27 20:43:29.425022736 +0100
+@@ -870,7 +870,7 @@
+         'thirdparty/jquery-1.10.0/jquery.js',
          'thirdparty/jquery-browser-detection/jquery-browser-detection.js',
          'thirdparty/jquery-validate-1.11.1/jquery.validate.js',
 -        'thirdparty/jquery-ui-1.10.3/jquery-ui.js',
@@ -16,12 +12,9 @@
          'thirdparty/stacktrace-0.4/stacktrace.js',
          'thirdparty/jquery-pubsub/pubsub.js',
          'thirdparty/jquery-jstree-v.pre1.0/jquery.jstree.js',
-@@ -899,9 +899,9 @@
- 
-     # Agent Common JS
+@@ -901,7 +901,7 @@
      $Self->{'Loader::Agent::CommonJS'}->{'000-Framework'} =  [
--        'thirdparty/jquery-1.10.0/jquery.js',
-+        'thirdparty/jquery/jquery.js',
+         'thirdparty/jquery-1.10.0/jquery.js',
          'thirdparty/jquery-browser-detection/jquery-browser-detection.js',
 -        'thirdparty/jquery-ui-1.10.3/jquery-ui.js',
 +        'thirdparty/jquery-ui/jquery-ui.js',
diff -Naur '--exclude=.svn' tags/3.3.9-1/debian/rules trunk/debian/rules
--- tags/3.3.9-1/debian/rules   2014-09-30 18:14:30.490102304 +0200
+++ trunk/debian/rules  2014-10-27 20:32:58.808309079 +0100
@@ -49,8 +49,7 @@
              $(OTRS_DST)$(OTRSHOME)/bin/Cron4Win32.pl
        # Remove some thirdparty directories, where we link against the
        # system version.
-       rm -r   $(OTRS_DST)/var/lib/otrs/httpd/htdocs/js/thirdparty/jquery-1.* \
-                       $(OTRS_DST)/var/lib/otrs/httpd/htdocs/js/thirdparty/jquery-ui-1.*
+       rm -rf  $(OTRS_DST)/var/lib/otrs/httpd/htdocs/js/thirdparty/jquery-ui-1.*
        # Remove embedded ttf-dejavu fonts.
        rm $(OTRS_DST)/var/lib/otrs/fonts/DejaVu*.ttf
        # Remove embedded fonts-font-awesome fonts.


unblock otrs2/3.3.9-2

-- System Information:
Debian Release: 7.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

--- End Message ---
--- Begin Message ---
On Sun, Nov 09, 2014 at 02:17:22PM +0100, Patrick Matthäi wrote:
> It fixes the bug #763750, an incompatibility with the jQuery version in Debian.
> If you ACK it, I would also upload a 3.3.9-3 to also fix #767517, the full diff
> would be then:

Unblocked the version in sid; please ensure the security team is aware of
what you're shipping.

You should open a new unblock bug for any subsequent uploads (the changes
look fine in principle). I suggest you wait until tomorrow so the version
in sid can migrate first.

-- 
Jonathan Wiltshire                                      jmw@debian.org
Debian Developer                         http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: