Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Please unblock package calendar-exchange-provider

The package has a build dependency to thunderbird-dev instead of icedove-dev.
Icedove-dev isn't anymore in sid because of the mozilla exception.
It fix an urgly bug (#854025) too

(include/attach the debdiff against the package in testing)

unblock calendar-exchange-provider/3.9.0-4

-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (400, 'testing'), (300, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)

<begin of diff>
diff -Nru calendar-exchange-provider-3.9.0/debian/changelog calendar-exchange-
provider-3.9.0/debian/changelog
--- calendar-exchange-provider-3.9.0/debian/changelog   2017-03-16
18:53:00.000000000 +0100
+++ calendar-exchange-provider-3.9.0/debian/changelog   2017-04-08
14:45:28.000000000 +0200
@@ -1,8 +1,16 @@
+calendar-exchange-provider (3.9.0-4) unstable; urgency=low
+
+  * debian/patches/bugfix-854025.patch:
+    - Add patch: accepting events should work now (Closes: #854025)
+  * fixed typo in the last changelog entry
+
+ -- Mechtilde Stehmann <mechti...@debian.org>  Sat, 08 Apr 2017 14:45:28 +0200
+
 calendar-exchange-provider (3.9.0-3) unstable; urgency=low

   * build for unstable (Closes: #857889)
     + after Thunderbird coming into Sid
-    + unblock request because of mizilla exeption
+    + unblock request because of mozilla exception

  -- Mechtilde Stehmann <mechti...@debian.org>  Thu, 16 Mar 2017 18:53:00 +0100

diff -Nru calendar-exchange-provider-3.9.0/debian/patches/bugfix-854025.patch
calendar-exchange-provider-3.9.0/debian/patches/bugfix-854025.patch
--- calendar-exchange-provider-3.9.0/debian/patches/bugfix-854025.patch
1970-01-01 01:00:00.000000000 +0100
+++ calendar-exchange-provider-3.9.0/debian/patches/bugfix-854025.patch
2017-04-08 14:43:22.000000000 +0200
@@ -0,0 +1,21 @@
+bugfix for Bug #854025
+
+--- a/interfaces/exchangeCalendar/mivExchangeCalendar.js
++++ b/interfaces/exchangeCalendar/mivExchangeCalendar.js
+@@ -5569,10 +5569,14 @@
+               var proposeStart =
this.tryToSetDateValue(input.proposeStart,"");
+               var proposeEnd   = this.tryToSetDateValue(input.proposeEnd,"");
+               var proposeNewTime = false;
+-
++
++              if ( proposeStart ) {
+               input.proposeStart =
cal.toRFC3339(proposeStart.getInTimezone(this.globalFunctions.ecUTC()));
++              }
++              if ( proposeEnd ) {
+               input.proposeEnd   = cal.toRFC3339(proposeEnd.getInTimezone(
this.globalFunctions.ecUTC()));
+-
++              }
++
+               if( input.proposeStart && input.proposeEnd ){
+                       proposeNewTime = true;
+               }
diff -Nru calendar-exchange-provider-3.9.0/debian/patches/remove-update-
notification.patch calendar-exchange-provider-3.9.0/debian/patches/remove-
update-notification.patch
--- calendar-exchange-provider-3.9.0/debian/patches/remove-update-
notification.patch    2017-03-16 18:51:42.000000000 +0100
+++ calendar-exchange-provider-3.9.0/debian/patches/remove-update-
notification.patch    2017-04-08 14:11:48.000000000 +0200
@@ -1,4 +1,5 @@
 remove update notification
+
 --- a/defaults/preferences/update.js
 +++ b/defaults/preferences/update.js
 @@ -1 +1,3 @@
diff -Nru calendar-exchange-provider-3.9.0/debian/patches/series calendar-
exchange-provider-3.9.0/debian/patches/series
--- calendar-exchange-provider-3.9.0/debian/patches/series      2017-01-12
16:56:20.000000000 +0100
+++ calendar-exchange-provider-3.9.0/debian/patches/series      2017-04-08
13:13:34.000000000 +0200
@@ -1 +1,2 @@
 remove-update-notification.patch
+bugfix-854025.patch

</end of diff>

Reply via email to