Release plans? Bits from the RMs?

2008-12-11 Thread Christian Perrier
(-release is not a discussion list, therefore setting followup to
-devel)

Dear release managers,

I feel like being in the dark right now. And I feel like I'm not alone...

When it comes at RC bugs, it seems like the best efforts have been
done and the remaining are probably either:
- packages to remove
- things to tag "lenny-ignore"

So, it seems that not much is happening anymore and everybody is in
"wait" mode in the project.

D-I RC2 progress is slow (low availability from otavio, low resources
in general) but will come, hopefully before the end of the month.

So, what's the status now?

Are we waiting for the vote about the freeness of each and every bit
in Debian (ooops, my opinion about that issue leaked)?

Are we waiting for something else?

Are we all sleeping (the traffic on the mailing lists is low...the bug
report rate is *very* low)?

I suggest posting a "bit from the RM" report, if possible...

We/I don't expect you guys to do all the work, but more give us the
directions to go if we want the damn lenny to be released

-- 




signature.asc
Description: Digital signature


nast unblock request

2008-12-11 Thread Ryan Niebur
Hi,

I'd like you to consider allowing nast 0.2.0-5 into Lenny. It fixes an
important bug that makes it useless on some systems (like mine..),
fixes buffer overflows, and has some documentation fixes/improvements.

Thanks,
Ryan

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature


Re: unblock b2evolution_2.4.2-4

2008-12-11 Thread Luk Claes
Xavier Luthi wrote:
> Hi,
> 
> Can you please unblock b2evolution_2.4.2-4? It contain a fix for a
> grave bug preventing the installation of the package (#508424), as
> well as some trivial fix for warnings reported by lintian.

unblocked

Cheers

Luk


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Please unblock dietlibc-0.31-1.1

2008-12-11 Thread Luk Claes
Micah Anderson wrote:
>  
> Hello,
> 
> Due to namespace virtualization changes in the newer kernels that are
> now in Lenny, there were changes that were made to util-vserver to
> support the new mechanisms for unmounting and cleanup in guests (because
> the chroot barrier is being faded out in favor of the new namespace and
> pivot_root). 
> 
> These were fixed in the version of util-vserver that has a hint to
> transition into lenny (-5), but it is not transitioning due to a build
> failure on alpha and ia64. This is a build-regression for util-vserver,
> which used to build on these architectures, but refuses now. Because of
> these two architectures not building, its holding back the important
> transition of util-vserver to Lenny.
> 
> Fortunately, the fix to dietlibc is relatively easy, I've got a patch
> and tested it on all the different architectures, and have NMU'd (with
> the maintainer, Gerrit Pape's approval), but it needs to be let into
> Lenny so util-vserver can build against it.
> 
> So, if you wouldn't mind making a hint for 0.31-1.1 of dietlibc to
> transition into Lenny, the diff is quite small, and is below:

unblocked

Cheers

Luk


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Please unblock dietlibc-0.31-1.1

2008-12-11 Thread Micah Anderson
 
Hello,

Due to namespace virtualization changes in the newer kernels that are
now in Lenny, there were changes that were made to util-vserver to
support the new mechanisms for unmounting and cleanup in guests (because
the chroot barrier is being faded out in favor of the new namespace and
pivot_root). 

These were fixed in the version of util-vserver that has a hint to
transition into lenny (-5), but it is not transitioning due to a build
failure on alpha and ia64. This is a build-regression for util-vserver,
which used to build on these architectures, but refuses now. Because of
these two architectures not building, its holding back the important
transition of util-vserver to Lenny.

Fortunately, the fix to dietlibc is relatively easy, I've got a patch
and tested it on all the different architectures, and have NMU'd (with
the maintainer, Gerrit Pape's approval), but it needs to be let into
Lenny so util-vserver can build against it.

So, if you wouldn't mind making a hint for 0.31-1.1 of dietlibc to
transition into Lenny, the diff is quite small, and is below:

--- a/syscalls.s/umount.S   9 Jan 2001 17:57:49 -   1.1
+++ b/syscalls.s/umount.S   10 Dec 2008 20:21:33 -
@@ -1,3 +1,7 @@
 #include "syscalls.h"
 
+#if defined(__NR_oldumount) && defined(__NR_umount)
+syscall(oldumount,umount)
+#else
 syscall(umount,umount)
+#endif
--- a/syscalls.s/umount2.S  4 Jan 2003 22:21:48 -   1.2
+++ b/syscalls.s/umount2.S  10 Dec 2008 20:21:33 -
@@ -1,5 +1,7 @@
 #include "syscalls.h"
 
-#ifdef __NR_umount2
+#if defined(__NR_umount2)
 syscall(umount2,umount2)
+#elif defined(__NR_oldumount) && defined(__NR_umount)
+syscall(umount,umount2)
 #endif



signature.asc
Description: Digital signature


Re: Bug#500540: Unblock suggestion: kdebase

2008-12-11 Thread Modestas Vainius
Hello,

ketvirtadienis 11 Gruodis 2008, Asheesh Laroia rašė:
> If debian-release *really* would prefer a 4:3.5.9.dfsg.1-5+lenny1 that
> only fixes the RC and removes the other two changes, I can work on
> preparing it.  It doesn't seem a productive use of time but I leave that
> decision to debian-release.
kdebase is not a problem [1], b0rked jack-audio-connection-kit [2] on alpha is 
the problem. I strongly believe that 4:3.5.9.dfsg.1-6 could be unlocked as is 
if jack wasn't blocking it.

1. http://buildd.debian.org/pkg.cgi?pkg=kdebase
2. http://buildd.debian.org/pkg.cgi?pkg=jack-audio-connection-kit

-- 
Modestas Vainius 



signature.asc
Description: This is a digitally signed message part.


Re: Unblock suggestion: m2crypto

2008-12-11 Thread Asheesh Laroia

On Thu, 11 Dec 2008, Asheesh Laroia wrote:

python-m2crypto 0.18.2-1 has a critical bug that it is missing an 
import. The attached debdiff fixes this and one other housekeeping 
issue.  As it is a tiny patch, and it fixes a release-critical bug, I 
believe it is appropriate to be allowed to flow into Lenny.


I was not clear in the original mail, excuse the noise: 0.18.2-2 in sid 
fixes the issue, and it is that package that I believe should flow into 
Lenny.


-- Asheesh.

--
Clothes make the man.  Naked people have little or no influence on society.
-- Mark Twain


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Unblock suggestion: m2crypto

2008-12-11 Thread Asheesh Laroia

Howdy again Debian Releasers,

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508124 is indicated as a 
lenny+sid RC bug.  This is a duplicate of #484364 (by the time you see 
this, I will have merged them).


python-m2crypto 0.18.2-1 has a critical bug that it is missing an import. 
The attached debdiff fixes this and one other housekeeping issue.  As it 
is a tiny patch, and it fixes a release-critical bug, I believe it is 
appropriate to be allowed to flow into Lenny.


I'm explicitly CC:ing the maintainer of python-m2crypto and my AM, so they 
both clearly know what I'm up to.


As always with my "unblock suggestions," I'm not the maintainer nor 
Debian-Release, so this is just a suggestion.  But I do think it is the 
right course of action.


-- Asheesh.

--
Knock, knock!
Who's there?
Sam and Janet.
Sam and Janet who?
Sam and Janet Evening...
diff -u m2crypto-0.18.2/M2Crypto.egg-info/SOURCES.txt m2crypto-0.18.2/M2Crypto.egg-info/SOURCES.txt
--- m2crypto-0.18.2/M2Crypto.egg-info/SOURCES.txt
+++ m2crypto-0.18.2/M2Crypto.egg-info/SOURCES.txt
@@ -48 +48 @@
-SWIG/_m2crypto.i
+SWIG/_m2crypto.i
\ No newline at end of file
diff -u m2crypto-0.18.2/M2Crypto.egg-info/PKG-INFO m2crypto-0.18.2/M2Crypto.egg-info/PKG-INFO
--- m2crypto-0.18.2/M2Crypto.egg-info/PKG-INFO
+++ m2crypto-0.18.2/M2Crypto.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: M2Crypto
-Version: 0.17
+Version: 0.18.2
 Summary: M2Crypto: A Python crypto and SSL toolkit
 Home-page: http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto
 Author: Heikki Toivonen
diff -u m2crypto-0.18.2/debian/changelog m2crypto-0.18.2/debian/changelog
--- m2crypto-0.18.2/debian/changelog
+++ m2crypto-0.18.2/debian/changelog
@@ -1,3 +1,10 @@
+m2crypto (0.18.2-2) unstable; urgency=low
+
+  * Added "import inspect" to M2Crypto/m2urllib2.py 
+(Closes: #493314, #484364, 477799) 
+
+ -- Dima Barsky   Fri, 15 Aug 2008 22:04:14 +0100
+
 m2crypto (0.18.2-1) unstable; urgency=low
 
   * New upstream release (Closes: #440837)
diff -u m2crypto-0.18.2/debian/control m2crypto-0.18.2/debian/control
--- m2crypto-0.18.2/debian/control
+++ m2crypto-0.18.2/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Dima Barsky 
 Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), python-support (>= 0.4), libssl-dev (>= 0.9.7), swig (>= 1.3.24), python-setuptools (>=0.6c5-3)
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
 
 Package: python-m2crypto
 Architecture: any
only in patch2:
unchanged:
--- m2crypto-0.18.2.orig/M2Crypto/m2urllib2.py
+++ m2crypto-0.18.2/M2Crypto/m2urllib2.py
@@ -13,6 +13,7 @@
 
 from urllib2 import *
 import urlparse
+import inspect
 
 import SSL
 import httpslib


Unblock suggestion: libggi

2008-12-11 Thread Asheesh Laroia

Howdy Debian Releasers,

I was examining the remaining Lenny RC bugs and found 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504875 via 
http://bts.turmzimmer.net/details.php?bydist=both&sortby=packages&fullcomment=on 
.  This is an RC bug against libggi2-dev (in src:libggi).


This issue is fixed in unstable, and the fix is a tiny patch, and the -3 
release that is in sid corrects only that RC bug and the maintainer's 
email address.


I believe that it should get unblocked and go into Lenny.  I'm probably 
not authorized to formally request it, since I'm neither the maintainer 
nor the Release Team.


(I'm CC:ing my AM so he knows what I'm up to.)

-- Asheesh.

--
You will be surprised by a loud noise.


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Unblock suggestion: kdebase

2008-12-11 Thread Luk Claes
Asheesh Laroia wrote:
> Howdy folks,
> 
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500540 is an RC bug in
> kdebase that is present in Lenny but not in sid.  The upload from 2-3
> weeks ago of -6 fixes it.  I'm explicitly CC:ing the uploader of -6.

unblocked

Cheers

Luk


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Unblock suggestion: kdebase

2008-12-11 Thread Asheesh Laroia

Howdy folks,

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500540 is an RC bug in 
kdebase that is present in Lenny but not in sid.  The upload from 2-3 
weeks ago of -6 fixes it.  I'm explicitly CC:ing the uploader of -6.


The debdiff is fairly simple, and attached.  The changelog reports that 
this fixes two bugs: the bug CC:d and the non-RC 505316.  The debdiff and 
the changelog indicate a series file added, but both make it clear that 
the series file does not change the actual patch system.


This RC bug is still in Lenny, even though -6 fixes it in sid.

It seems to me that kdebase should be unblocked, and -6 be allowed to flow 
into testing.  I'm not the maintainer or debian-release, so my word is by 
no means gospel.  I'm also CC:ing my AM so he knows what I'm up to.


If debian-release *really* would prefer a 4:3.5.9.dfsg.1-5+lenny1 that 
only fixes the RC and removes the other two changes, I can work on 
preparing it.  It doesn't seem a productive use of time but I leave that 
decision to debian-release.


-- Asheesh.

--
They spell it "da Vinci" and pronounce it "da Vinchy".  Foreigners
always spell better than they pronounce.
-- Mark Twain


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: drgeo not built, blocking fix of Lenny RC bug #505554.

2008-12-11 Thread Adeodato Simó
* Charles Plessy [Wed, 10 Dec 2008 10:24:43 +0900]:

> Dear Sparc buildd maintainers,

> The latest version of drgeo fixes the RC bug #505554, but is prevented to
> migrate to Lenny because it is not build on Sparc.

> The following page indicates "Dep-Wait: libglade2-0 (>> 1:2.6.3-1)"
> http://buildd.debian.org/pkg.cgi?pkg=drgeo

> The latest libglade2-0 seems to be built on Sparc:
> http://buildd.debian.org/pkg.cgi?pkg=libglade2

> Is there anything you can do ?

Given back.

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
Listening to: Dar Williams - Blue Light Of The Flame


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



Freeze exception: sane-backends 1.0.19-23

2008-12-11 Thread Julien BLACHE
Hi,

This version fixes a bug in the avision backend and adds a new debconf
translation. Please unblock, changelog below.


sane-backends (1.0.19-23) unstable; urgency=low

  * debian/patches/09_avision_fixes.dpatch:
+ Updated; fix reader task handling to not signal the whole process group
  erroneously.

  * debconf translations:
+ it.po: courtesy of Luca Monducci (closes: #507563).

 -- Julien BLACHE <[EMAIL PROTECTED]>  Tue, 09 Dec 2008 16:14:06 +0100

Thanks,

JB.

-- 
 Julien BLACHE <[EMAIL PROTECTED]>  |  Debian, because code matters more 
 Debian & GNU/Linux Developer|   
 Public key available on  - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 


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



unblock b2evolution_2.4.2-4

2008-12-11 Thread Xavier Luthi
Hi,

Can you please unblock b2evolution_2.4.2-4? It contain a fix for a
grave bug preventing the installation of the package (#508424), as
well as some trivial fix for warnings reported by lintian.

The debdiff is attached.

Thanks,
 Xavier
diff -u b2evolution-2.4.2/debian/changelog b2evolution-2.4.2/debian/changelog
--- b2evolution-2.4.2/debian/changelog
+++ b2evolution-2.4.2/debian/changelog
@@ -1,3 +1,14 @@
+b2evolution (2.4.2-4) unstable; urgency=high
+
+  * Fix many lintian warnings:
++ debian/watch file added
++ debian/control: b2evolution depends on ${misc:Depends}
++ remove embedded code by depending on libjs-jquery packages
+  * debian/config: remove debconf lookup for 
+base-config/get-hostname (Closes: #508424)
+
+ -- Xavier Luthi <[EMAIL PROTECTED]>  Thu, 11 Dec 2008 10:24:53 +0100
+
 b2evolution (2.4.2-3) unstable; urgency=low
 
   * Swedish translation of debconf template added (Closes: #501239).
diff -u b2evolution-2.4.2/debian/rules b2evolution-2.4.2/debian/rules
--- b2evolution-2.4.2/debian/rules
+++ b2evolution-2.4.2/debian/rules
@@ -21,7 +21,7 @@
dh_testroot
dh_clean -k
dh_installdirs
-   dh_install -XCVS -Xmedia
+   dh_install -XCVS -Xmedia -Xjquery.js -Xjquery.min.js
 
 #commands to create the media directory and its index file
install -m 755 -o www-data -g www-data -d $(GVARDIR)/media
diff -u b2evolution-2.4.2/debian/control b2evolution-2.4.2/debian/control
--- b2evolution-2.4.2/debian/control
+++ b2evolution-2.4.2/debian/control
@@ -9,7 +9,7 @@
 
 Package: b2evolution
 Architecture: all
-Depends: ${debconf-depends}, apache | apache2 | apache-ssl | apache-perl | 
httpd, php4 | php5, php4-mysql | php5-mysql, makepasswd
+Depends: ${debconf-depends}, ${misc:Depends}, apache | apache2 | apache-ssl | 
apache-perl | httpd, php4 | php5, php4-mysql | php5-mysql, makepasswd, 
libjs-jquery (>= 1.2.6)
 Recommends: virtual-mysql-server
 Description: multilingual, multiuser, multi-blog engine
  b2evolution is a classy news and weblog tool featuring:
diff -u b2evolution-2.4.2/debian/config b2evolution-2.4.2/debian/config
--- b2evolution-2.4.2/debian/config
+++ b2evolution-2.4.2/debian/config
@@ -33,11 +33,9 @@
 if [ "$RET" = "false" ]; then

 #get hostname used in default value
-   db_get base-config/get-hostname || true
-   if [ -z "$RET" ]; then
+   B2EVO_HOSTNAME=$(hostname --fqdn 2>/dev/null)
+   if [ -z "$B2EVO_HOSTNAME" ]; then
B2EVO_HOSTNAME="www.example.com"
-   else
-   B2EVO_HOSTNAME=$RET
fi
 
db_set b2evolution/host  "http://$B2EVO_HOSTNAME/b2evolution"; || true
diff -u b2evolution-2.4.2/debian/links b2evolution-2.4.2/debian/links
--- b2evolution-2.4.2/debian/links
+++ b2evolution-2.4.2/debian/links
@@ -3,0 +4,2 @@
+usr/share/javascript/jquery/jquery.js usr/share/b2evolution/rsc/js/jquery.js
+usr/share/javascript/jquery/jquery.min.js 
usr/share/b2evolution/rsc/js/jquery.min.js
only in patch2:
unchanged:
--- b2evolution-2.4.2.orig/debian/watch
+++ b2evolution-2.4.2/debian/watch
@@ -0,0 +1,5 @@
+#version of the watch file
+version=3
+# watch control file
+http://sf.net/evocms/b2evolution-(.*)-stable-.+\.zip
+


signature.asc
Description: Digital signature