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

Bug#870609: marked as done (stretch-pu: xfonts-ayu/1:1.7a-1+deb9u1)



Your message dated Sat, 07 Oct 2017 11:33:55 +0100
with message-id <1507372435.18586.64.camel@adam-barratt.org.uk>
and subject line Closing bugs for 9.2 point release
has caused the Debian Bug report #870609,
regarding stretch-pu: xfonts-ayu/1:1.7a-1+deb9u1
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.)


-- 
870609: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870609
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Tags: stretch
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

I'm sorry but I've made a regression for xfonts-ayu during
jessie-stretch release
cycle, and fixed in 1:1.7a-6. It's tiny, tiny fix, so I hope to put it
into stretch, too.

Here's a git diff

diff --git a/debian/changelog b/debian/changelog
index cb984e8..938f809 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xfonts-ayu (1:1.7a-1+deb9u1) stable-proposed-updates; urgency=low
+
+  * debian/rules
+    - fix regression instroduced in 1:1.7a-1, wildcards evaluation is too
+      early and as a result, bold and italic was not produced (Closes: #870320)
+      Thanks to Takeshi Soejima <sohet@mbox.kyoto-inet.or.jp>
+
+ -- Hideki Yamane <henrich@debian.org>  Thu, 03 Aug 2017 20:07:09 +0900
+
 xfonts-ayu (1:1.7a-1) unstable; urgency=medium

   * add Epoch since avoid tarball-in-tarball package
diff --git a/debian/rules b/debian/rules
index d7e969e..01d1705 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,6 @@ override_dh_auto_build:
        # wildcard evaluates *.bdf immediately, but we want it after mkitalic
        $(foreach bdf,$(shell ls *.bdf),$(shell
$(CURDIR)/debian/mkbold -V $(bdf) > \
        $(patsubst %.bdf,%b.bdf,$(bdf))))
-       $(foreach bdf,$(wildcard *.bdf),$(shell bdftopcf $(bdf) -o
$(bdf:%.bdf=%.pcf)))
+       $(foreach bdf,$(shell ls *.bdf),$(shell bdftopcf $(bdf) -o
$(bdf:%.bdf=%.pcf)))
        # wildcard evaluates *.pcf immediately, but there aren't yet...
        $(foreach pcf,$(shell ls *.pcf),$(shell gzip -c9 -n $(pcf) > $(pcf).gz))

--- End Message ---
--- Begin Message ---
Version: 9.2

Hi.

The updates referenced by each of these bugs was included in today's
point release of stretch.

Regards,

Adam

--- End Message ---

Reply to: