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

Bug#772789: marked as done (unblock: texinfo/5.2.0.dfsg.1-6)



Your message dated Thu, 11 Dec 2014 06:27:47 +0000
with message-id <1418279267.17238.11.camel@adam-barratt.org.uk>
and subject line Re: Bug#772789: unblock: texinfo/5.2.0.dfsg.1-6
has caused the Debian Bug report #772789,
regarding unblock: texinfo/5.2.0.dfsg.1-6
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.)


-- 
772789: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772789
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

Dear release managers,

I would like to ask for the unblocking of 
	texinfo 5.2.0.dfsg.1-6
It has not reached the 5 days, but I am leaving for a business trip
so I do it now.

The only code change is a dash - bash fix:
-        errors=$[errors+1]
+        errors=$((errors+1))

The rest is the changelog.

Full debdiff attached.

Thanks

Norbert

unblock texinfo/5.2.0.dfsg.1-6

-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.18.0-rc7+ (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru texinfo-5.2.0.dfsg.1/debian/changelog texinfo-5.2.0.dfsg.1/debian/changelog
--- texinfo-5.2.0.dfsg.1/debian/changelog	2014-10-21 09:33:34.000000000 +0900
+++ texinfo-5.2.0.dfsg.1/debian/changelog	2014-12-07 21:14:35.000000000 +0900
@@ -1,3 +1,9 @@
+texinfo (5.2.0.dfsg.1-6) unstable; urgency=medium
+
+  * fix bashism in update-info-dir (Closes: #772338)
+
+ -- Norbert Preining <preining@debian.org>  Sun, 07 Dec 2014 21:13:29 +0900
+
 texinfo (5.2.0.dfsg.1-5) unstable; urgency=medium
 
   * mention texinfo-doc-nonfree in the info man page (Closes: #752731)
diff -Nru texinfo-5.2.0.dfsg.1/debian/update-info-dir texinfo-5.2.0.dfsg.1/debian/update-info-dir
--- texinfo-5.2.0.dfsg.1/debian/update-info-dir	2014-10-21 09:33:34.000000000 +0900
+++ texinfo-5.2.0.dfsg.1/debian/update-info-dir	2014-12-07 21:14:35.000000000 +0900
@@ -65,7 +65,7 @@
       ;;
     *)
       install-info "$file" "$INFODIR/dir" || {
-        errors=$[errors+1]
+        errors=$((errors+1))
       }
       ;;
   esac

--- End Message ---
--- Begin Message ---
On Thu, 2014-12-11 at 14:11 +0900, Norbert Preining wrote:
> I would like to ask for the unblocking of 
> 	texinfo 5.2.0.dfsg.1-6
> It has not reached the 5 days, but I am leaving for a business trip
> so I do it now.

Already unblocked by Niels.

Regards,

Adam

--- End Message ---

Reply to: