Bug#355129: Intent to NMU

2006-04-15 Thread Margarita Manterola
I intend to NMU ncurses to fix this bug.

I'm attaching the full diff file, and the corresponding interdiff.

-- 
 Besos,
 Maggie.



ncurses_5.5-1.1.diff.gz
Description: Binary data
diff -u ncurses-5.5/debian/changelog ncurses-5.5/debian/changelog
--- ncurses-5.5/debian/changelog
+++ ncurses-5.5/debian/changelog
@@ -1,3 +1,10 @@
+ncurses (5.5-1.1) unstable; urgency=low
+
+  * NMU to fix missing Makefile escaping in debian/rules (Closes: #355129)
+Thanks to Pjotr Kourzanov [EMAIL PROTECTED].
+
+ -- Margarita Manterola [EMAIL PROTECTED]  Sat, 15 Apr 2006 01:11:55 -0300
+
 ncurses (5.5-1) unstable; urgency=low
 
   * New upstream release.
diff -u ncurses-5.5/debian/rules ncurses-5.5/debian/rules
--- ncurses-5.5/debian/rules
+++ ncurses-5.5/debian/rules
@@ -258,7 +258,7 @@
@build_ver=`sed -n -e   \
  's/^.*NCURSES_VERSION_STRING \\(.*\)\$$/\1/p'   \
  obj/include/ncurses_cfg.h`;   \
-   if [ $build_ver != `tic -V | sed 's/^.* //'` ]; then  \
+   if [ $$build_ver != `tic -V | sed 's/^.* //'` ]; then \
  echo Build environment version mismatch for tic!;   \
  exit 1;   \
fi


signature.asc
Description: Digital signature


Bug#355129: Intent to NMU

2006-04-15 Thread Daniel Jacobowitz
On Sat, Apr 15, 2006 at 02:30:08PM -0300, Margarita Manterola wrote:
 I intend to NMU ncurses to fix this bug.
 
 I'm attaching the full diff file, and the corresponding interdiff.

Thanks.  I left this sit too long, because there was nothing in the bug
report that explained why it was a problem.  Why did this bug matter? 
Obviously it did not cause a failure to build from source.  Ah - for
cross builds?

I'll merge the fix into the next maintainer upload.

In the future, if you're going to bother to send a message of intent,
then it would be polite to send it more than a few hours before I get a
message from dinstall.

-- 
Daniel Jacobowitz
CodeSourcery


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#355129: Intent to NMU

2006-04-15 Thread Margarita Manterola
Hola Daniel Jacobowitz!

 On Sat, Apr 15, 2006 at 02:30:08PM -0300, Margarita Manterola wrote:
  I intend to NMU ncurses to fix this bug.
  
  I'm attaching the full diff file, and the corresponding interdiff.
 
 Thanks.  I left this sit too long, because there was nothing in the bug
 report that explained why it was a problem.  Why did this bug matter? 
 Obviously it did not cause a failure to build from source.  Ah - for
 cross builds?

Indeed, it was in the else part of ifeq
($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)), so, it only mattered when
they were not the same. 

The bug was a very simple and usual Makefile bug, that even vim
highlights.  I'm not sure if the severity was ok, but since it was that
simple I figured no harm would be done by the NMU.

 I'll merge the fix into the next maintainer upload.
 
 In the future, if you're going to bother to send a message of intent,
 then it would be polite to send it more than a few hours before I get a
 message from dinstall.

Ok. 

-- 
 Besitos,   {o_
 Marga. (')_


signature.asc
Description: Digital signature