Bug#424456: kimwitu: diff for NMU version 4.6.1-7.1

2008-04-15 Thread Michael Meskes
  I think it's stupid to change a completely built package to fix an
   obscure build bug. Really, what's the point. Conformance to the policy

I definitely disagree. Being able to build a package twice in a row is a
release goal and rightfully so. Calling this obscure creates a bad taste
in my mouth actually.

   for conformance's sake. The users will have to install an updated
   package with not a single bit changed.

Right, but at least they will be able to install it. The alternative
would have been to remove the package from testing. But then you might
not care or want to see it in testing given that the -doc package is not
available either. If so feel free to request its removal. I was under
the impression the package should be in lenny.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#424456: kimwitu: diff for NMU version 4.6.1-7.1

2008-04-14 Thread Michael Piefel
I think it's stupid to change a completely built package to fix an
obscure build bug. Really, what's the point. Conformance to the policy
for conformance's sake. The users will have to install an updated
package with not a single bit changed.

Bye,
 Mike

--
From the Social Contract: Our priorities are our users and free software…


Bug#424456: kimwitu: diff for NMU version 4.6.1-7.1

2008-04-14 Thread Sandro Tosi
Hi Mike,

 I think it's stupid to change a completely built package to fix an
  obscure build bug. Really, what's the point. Conformance to the policy
  for conformance's sake. The users will have to install an updated
  package with not a single bit changed.

The real NMU was done by Michael (Meskes, who reads in CC). Feel free
to integrate the really simple changes on kimwitu in a MU (there
wasn't any in 2 years) taking the package a little bit up-to-date and
letting lenny be a better release.

Thanks in advance,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#424456: kimwitu: diff for NMU version 4.6.1-7.1

2008-04-09 Thread morph
tags 424456 + patch
thanks

Hi,

Attached is the diff for my kimwitu 4.6.1-7.1 NMU.
diff -u kimwitu-4.6.1/debian/changelog kimwitu-4.6.1/debian/changelog
--- kimwitu-4.6.1/debian/changelog
+++ kimwitu-4.6.1/debian/changelog
@@ -1,3 +1,11 @@
+kimwitu (4.6.1-7.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- fixed FTBFS if built twice in a row (Closes: #424456)
+
+ -- Sandro Tosi [EMAIL PROTECTED]  Wed, 09 Apr 2008 18:16:54 +0200
+
 kimwitu (4.6.1-7) unstable; urgency=low
 
   * Avoid mktemp and work with Bison of the 3rd millenium
diff -u kimwitu-4.6.1/debian/rules kimwitu-4.6.1/debian/rules
--- kimwitu-4.6.1/debian/rules
+++ kimwitu-4.6.1/debian/rules
@@ -20,7 +20,7 @@
 	-cd src; $(MAKE) clean
 	# -cd src; rm -f kimwy.{c,h,hh} y.output
 	-cd src; rm -rf Gen/
-	-rm COPYING
+	-rm COPYING README.doc
 
 	dh_clean
 
@@ -32,7 +32,7 @@
 
 	# Add here commands to install the package into debian/kimwitu.
 	cp `pwd`/src/Gen/kc `pwd`/debian/kimwitu/usr/bin/
-	mv `pwd`/doc/README `pwd`/README.doc
+	cp `pwd`/doc/README `pwd`/README.doc
 
 # Build architecture-dependent files here.
 binary-arch: build install