Freeze exception: tumgreyspf 1.35-5 (bugfix: #590492)

2010-08-25 Thread Thomas Goirand
Hi,

My tumgreyspf packag suffered from 2 issues:
- when there was no mail traffic, the cron.daily had errors, which sent
a mail to the system root user.
- the postinst script created a system user in /home, which was quite
ugly (now it goes in /var/lib/tumgreyspf).

The 1.35-5 fixes these 2 issues. Here's the changelog:

* Added patch for debian/cron.daily so that the cron job doesn't spam
the administrator if there's no mail traffic (Closes: #590492).
* Added Vcs-Browser / Vcs-Git URLs.
* Bumped Standard-Version.
* Now using -r -b /var/lib/tumgreyspf to create the tumgreyspf user, and
modifies an eventual old setup to this new value using the usermod with
-d to setup the new home (LP: #610810).

I have attached an interdiff as well, which isn't too big. Please allow
these fixes to reach Squeeze by adding a freeze exception for this package.

Cheers,

Thomas Goirand (zigo)
diff -u tumgreyspf-1.35/debian/control tumgreyspf-1.35/debian/control
--- tumgreyspf-1.35/debian/control
+++ tumgreyspf-1.35/debian/control
@@ -3,7 +3,9 @@
 Priority: optional
 Maintainer: Thomas Goirand 
 Build-Depends: debhelper (>= 7), dpatch
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
+Vcs-Browser: http://git.debian.org/?p=users/zigo/tumgreyspf.git
+Vcs-Git: http://git.debian.org/git/users/zigo/tumgreyspf.git
 Homepage: http://www.tummy.com/Community/software/tumgreyspf/
 
 Package: tumgreyspf
diff -u tumgreyspf-1.35/debian/changelog tumgreyspf-1.35/debian/changelog
--- tumgreyspf-1.35/debian/changelog
+++ tumgreyspf-1.35/debian/changelog
@@ -1,3 +1,15 @@
+tumgreyspf (1.35-5) unstable; urgency=low
+
+  * Added patch for debian/cron.daily so that the cron job doesn't spam the
+administrator if there's no mail traffic (Closes: #590492).
+  * Added Vcs-Browser / Vcs-Git URLs.
+  * Bumped Standard-Version.
+  * Now using -r -b /var/lib/tumgreyspf to create the tumgreyspf user, and
+modifies an eventual old setup to this new value using the usermod with
+-d to setup the new home (LP: #610810).
+
+ -- Thomas Goirand   Tue, 27 Jul 2010 04:01:55 +0800
+
 tumgreyspf (1.35-4) unstable; urgency=low
 
   * Now using my z...@debian.org as maintainer email.
diff -u tumgreyspf-1.35/debian/cron.daily tumgreyspf-1.35/debian/cron.daily
--- tumgreyspf-1.35/debian/cron.daily
+++ tumgreyspf-1.35/debian/cron.daily
@@ -1,9 +1,25 @@
 #!/bin/sh
 
-GREYLISTEXPIREDAYS=`grep GREYLISTEXPIREDAYS /etc/tumgreyspf/default.conf | cut -d'=' -f2 | awk '{print $1}' | cut -d'.' -f1`
+if [ -f /etc/tumgreyspf/default.conf ] ; then
+	GREYLISTEXPIREDAYS=`grep GREYLISTEXPIREDAYS /etc/tumgreyspf/default.conf | cut -d'=' -f2 | awk '{print $1}' | cut -d'.' -f1`
+fi
+
+if [ -z "${GREYLISTEXPIREDAYS}" ] ; then
+	GREYLISTEXPIREDAYS=10
+fi
 
 greylistDir="/var/lib/tumgreyspf/data"
 
+if ! [ -d "${greylistDir}" ] ; then
+	# echo "No tumgreyspf data folder"
+	exit 0
+fi
+
+if [ -z "$(ls ${greylistDir})" ] ; then
+	# echo "No data to clean in this run"
+	exit 0
+fi
+
 #echo -n "Now parsing all Class A in ${greylistDir}:"
 # /var/lib/tumgreyspf/data/96/52/161/check_file
 for i in ${greylistDir}/* ; do
diff -u tumgreyspf-1.35/debian/postinst tumgreyspf-1.35/debian/postinst
--- tumgreyspf-1.35/debian/postinst
+++ tumgreyspf-1.35/debian/postinst
@@ -9,13 +9,16 @@
 	echo "User ${TUMUSER} already exists: skipping creation!"
 else
 	if [ -x `which useradd` ] ; then
-		useradd -m -s /bin/false -g nogroup ${TUMUSER}
+		useradd -m -s /bin/false -g nogroup ${TUMUSER} -r -b /var/lib/tumgreyspf
 		echo "Created user ${TUMUSER}"
 	else
 		echo "Could not find the useradd binary!"
 		exit 1
 	fi
 fi
+if [ -x `which usermod` ] ; then
+	usermod -d /var/lib/tumgreyspf
+fi
 
 chown ${TUMUSER} /var/lib/tumgreyspf
 chown -R ${TUMUSER} /var/lib/tumgreyspf/config
@@ -23,9 +26,11 @@
 chown ${TUMUSER} /var/lib/tumgreyspf/test
 chown ${TUMUSER} /var/lib/tumgreyspf/test/data
 
-# Clean up all versions, and replace by the /etc/cron.daily/tumgreyspf
+# Clean up all versions, and replace by the new /etc/cron.daily/tumgreyspf
 if [ -f /etc/cron.d/tumgreyspf ] ; then
-	echo "Warning: found /etc/cron.d/tumgreyspf, deleting!"
+	echo "Warning: tumgreyspf.postinst had found an old /etc/cron.d/tumgreyspf,"
+	echo "and will be deleting it as this version of the package doesn't use the"
+	echo "old python script, but a new sh script in /etc/cron.daily/tumgreyspf."
 	rm -f /etc/cron.d/tumgreyspf
 fi
 


Bug#594056: future unblock: libdbd-sqlite3-perl/1.29-3

2010-08-25 Thread Mehdi Dogguy
On 08/25/2010 05:06 PM, gregor herrmann wrote:
> 
> I was about to upload the package right now, but then I saw that it
> gets built against (and depends on) the new sqlite3 version uploaded
> yesterday (3.7.2-1).
> 
> Mehdi: is this a problem?
> 

I don't think so.

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/



--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c760395.9070...@dogguy.org



Bug#594453: future unblock: megahal/9.1.1a-9

2010-08-25 Thread Ansgar Burchardt
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Hi,

I prepared a fix for #590652, debdiff attached (minus the changes to
Megahal/Makefile.old that are no longer included).  The update also
includes some updates to the packaging.

Is the release team okay with uploading this to unstable?

Regards,
Ansgar
reverted:
--- megahal-9.1.1a/dirs
+++ megahal-9.1.1a.orig/dirs
@@ -1,2 +0,0 @@
-usr/bin
-usr/lib/megahal
diff -u megahal-9.1.1a/debian/changelog megahal-9.1.1a/debian/changelog
--- megahal-9.1.1a/debian/changelog
+++ megahal-9.1.1a/debian/changelog
@@ -1,3 +1,18 @@
+megahal (9.1.1a-9) unstable; urgency=low
+
+  * QA upload.
+  * Replace build-dep on tcp8.3-dev with tcl-dev. (Closes: #590652)
++ Change Makefile to use /usr/include/tcl.
+  * Use debhelper compat level 7.
++ debian/rules: Use dh_prep instead of dh_clean -k.
+  * debian/copyright: Refer to /usr/share/common-licenses/GPL-2.
+  * debian/control: Add ${misc:Depends}.
+  * debian/rules: Remove Megahal/Makefile.old in clean target.
+  * Remove ./dirs: should be debian/dirs which already exists.
+  * Bump Standards-Version to 3.9.1.
+
+ -- Ansgar Burchardt   Thu, 26 Aug 2010 14:15:48 +0900
+
 megahal (9.1.1a-8) unstable; urgency=low
 
   * QA upload.
diff -u megahal-9.1.1a/debian/rules megahal-9.1.1a/debian/rules
--- megahal-9.1.1a/debian/rules
+++ megahal-9.1.1a/debian/rules
@@ -48,7 +48,7 @@
 binary-arch: build
dh_testdir
dh_testroot
-   dh_clean -k
+   dh_prep
dh_installdirs 
install -s megahal debian/megahal/usr/bin
install debian/megahal-personal debian/megahal/usr/bin
diff -u megahal-9.1.1a/debian/control megahal-9.1.1a/debian/control
--- megahal-9.1.1a/debian/control
+++ megahal-9.1.1a/debian/control
@@ -1,14 +1,14 @@
 Source: megahal
 Section: misc
 Priority: optional
-Build-Depends: debhelper, tcl8.3-dev, python-all-dev (>= 2.3.5-11), 
python-support (>= 0.3)
+Build-Depends: debhelper (>= 7), tcl-dev, python-all-dev (>= 2.3.5-11), 
python-support (>= 0.3)
 Maintainer: Debian QA Group 
-Standards-Version: 3.8.0
+Standards-Version: 3.9.1
 Homepage: http://megahal.alioth.debian.org/
 
 Package: megahal
 Architecture: any
-Depends: ${shlibs:Depends}, ${perl:Depends}
+Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
 Suggests: ${python:Depends}
 Description: conversation simulator that can learn as you talk to it
diff -u megahal-9.1.1a/debian/copyright megahal-9.1.1a/debian/copyright
--- megahal-9.1.1a/debian/copyright
+++ megahal-9.1.1a/debian/copyright
@@ -17,2 +17,2 @@
-On Debian systems, the complete text of the GNU General Public
-License can be found in the file `/usr/share/common-licenses/GPL'.
+On Debian systems, the complete text of version 2 of the GNU General Public
+License can be found in the file `/usr/share/common-licenses/GPL-2'.
diff -u megahal-9.1.1a/debian/compat megahal-9.1.1a/debian/compat
--- megahal-9.1.1a/debian/compat
+++ megahal-9.1.1a/debian/compat
@@ -1,2 +1 @@
-4
-
+7
only in patch2:
unchanged:
--- megahal-9.1.1a.orig/Makefile
+++ megahal-9.1.1a/Makefile
@@ -18,7 +18,9 @@
 
 # DEBUG=-DDEBUG
 TCLVERSION=8.3
-TCLINCLUDE=-I/usr/include/tcl$(TCLVERSION)
+# /usr/include/tcl is provided by tcl-dev on Debian
+#TCLINCLUDE=-I/usr/include/tcl$(TCLVERSION)
+TCLINCLUDE=-I/usr/include/tcl
 CFLAGS=-g -Wall
 
 
only in patch2:
unchanged:
--- megahal-9.1.1a.orig/debian/clean
+++ megahal-9.1.1a/debian/clean
@@ -0,0 +1 @@
+Megahal/Makefile.old


Bug#594200: marked as done (unblock: lwjgl/2.5+dfsg-2)

2010-08-25 Thread Debian Bug Tracking System
Your message dated Thu, 26 Aug 2010 06:19:44 +0100
with message-id 
<1282799984.12594.4360.ca...@kaa.jungle.aubergine.my-net-space.net>
and subject line Re: Bug#594200: unblock: lwjgl/2.5+dfsg-2
has caused the Debian Bug report #594200,
regarding unblock: lwjgl/2.5+dfsg-2
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 ow...@bugs.debian.org
immediately.)


-- 
594200: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594200
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Please unblock package lwjgl

Closed FTBFS RC bug #594022.
$ grep-excuses lwjgl
lwjgl (2.5+dfsg-1 to 2.5+dfsg-2)
Maintainer: Debian Java Maintainers 
Too young, only 0 of 10 days old
Not touching package due to block request by freeze (contact debian-release 
if update is needed)
Updating lwjgl fixes old bugs: #594022
Not considered

unblock lwjgl/2.5+dfsg-2

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/3 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


--- End Message ---
--- Begin Message ---
On Thu, 2010-08-26 at 00:53 +0200, Gabriele Giacone wrote:
> On Tue, Aug 24, 2010 at 07:05:45PM +0100, Adam D. Barratt wrote:
> > Your package is now unbuildable on mips, as openjdk-6 FTBFS there and is
> > in the process of being removed; that will need resolving before the
> > package could migrate (e.g. by asking ftpmaster to remove the older mips
> > binaries).
> 
> Removed from mips.

Unblocked.

Regards,

Adam

--- End Message ---


Re: RFS: mobile-broadband-provider-info (updated package)

2010-08-25 Thread Paul Wise
On Thu, Aug 26, 2010 at 12:37 PM, Bhavani Shankar R  wrote:

> The respective updated dsc file can be found at:
> http://mentors.debian.net/debian/pool/main/m/mobile-broadband-provider-info/mobile-broadband-provider-info_20100824-1.dsc

Built and uploaded.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktin7l1fmvjehgwnd16+u4qjk2xm_lpkwnjeyu...@mail.gmail.com



Re: RFS: mobile-broadband-provider-info (updated package)

2010-08-25 Thread Bhavani Shankar R
On Thu, Aug 26, 2010 at 8:09 AM, Paul Wise  wrote:


> Please fix the following issues and I will upload it:

done paul

The respective updated dsc file can be found at:
http://mentors.debian.net/debian/pool/main/m/mobile-broadband-provider-info/mobile-broadband-provider-info_20100824-1.dsc

Regards

-- 

Bhavani Shankar.R
https://launchpad.net/~bhavi, a proud ubuntu community  member.
What matters in life is application of mind!,
It makes great sense to have some common sense..!


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktimq3nvh_p0ge9f2yvocz_vb_uwqxp9+dbk6r...@mail.gmail.com



Re: dk-milter/dk-filter

2010-08-25 Thread Mike Markley
On Mon, Aug 23, 2010 at 01:23:59PM +0100, Adam D. Barratt 
 wrote:
> The package hasn't been in squeeze for several months now, mostly due to
> that bug, and hasn't seen an upload since 2008; that doesn't immediately
> scream "freeze exception candidate".

Fair enough; I don't know that it's widely used, but my movement on this
after the inactivity was largely triggered by a user's interest in and
suggestions for getting it back into squeeze.

> Please could you provide diffs for each of the options you mentioned? 
> i.e. 1.0.0.dfsg-1 to a version with the fix for #481072, and 1.0.0.dfsg-1
> to 1.0.2?

I've attached a diff between 1.0.0.dfsg-1 and the proposed 1.0.0.dfsg-2,
and another between 1.0.0.dfsg-1 and 1.0.2. Note that the bugfix in
1.0.0.dfsg-1 is not currently in 1.0.2, as I haven't packaged it yet.

(The second chunk in my 1.0.0 patch is to ensure that the previously
assigned result of dk_sterilize(), which has already been checked for
NULL, is used. I've done so to eliminate any possibility that it will
somehow return NULL there when it did not do so a few lines earlier.
There are two other calls to dk_sterilize() in the code; both explicitly
check the returned value for NULL and raise an error without terminating
the program.)

-- 
Mike Markley 
diff -ur lenny/dk-milter-1.0.0.dfsg/debian/changelog dk-milter-1.0.0.dfsg/debian/changelog
--- lenny/dk-milter-1.0.0.dfsg/debian/changelog	2010-08-24 02:23:03.0 -0700
+++ dk-milter-1.0.0.dfsg/debian/changelog	2010-08-22 12:36:57.0 -0700
@@ -1,3 +1,11 @@
+dk-milter (1.0.0.dfsg-2) unstable; urgency=low
+
+  * Since all calls to dk_sterilize protect the result by checking
+for NULL, its assert() has been replaced with an explicit check
+for the same.  Closes: #481072
+
+ -- Mike Markley   Tue, 17 Aug 2010 15:07:55 -0700
+
 dk-milter (1.0.0.dfsg-1) unstable; urgency=low
 
   * New upstream version.
diff -ur lenny/dk-milter-1.0.0.dfsg/libdk/dk.c dk-milter-1.0.0.dfsg/libdk/dk.c
--- lenny/dk-milter-1.0.0.dfsg/libdk/dk.c	2008-03-09 08:48:02.0 -0700
+++ dk-milter-1.0.0.dfsg/libdk/dk.c	2010-08-22 12:36:57.0 -0700
@@ -465,8 +465,7 @@
 
 	/* send the NS query */
 	memset(qname, '\0', sizeof qname);
-	snprintf(qname, sizeof qname - 1, "%s.%s", DK_DNSNAME,
-	 dk_sterilize(dk->dk_domain));
+	snprintf(qname, sizeof qname - 1, "%s.%s", DK_DNSNAME, ssel);
 
 #if USE_ARLIB
 	timeout.tv_sec = dk->dk_timeout;
diff -ur lenny/dk-milter-1.0.0.dfsg/libdk/util.c dk-milter-1.0.0.dfsg/libdk/util.c
--- lenny/dk-milter-1.0.0.dfsg/libdk/util.c	2006-06-01 10:55:48.0 -0700
+++ dk-milter-1.0.0.dfsg/libdk/util.c	2010-08-22 12:36:57.0 -0700
@@ -44,7 +44,9 @@
 	char *p;
 	char *ret;
 
-	assert(str != NULL);
+	/* Debian bugfix: Handle this explicitly in place of a previous assert() */
+	if (str == NULL)
+		return NULL;
 
 	ret = str;
 
diff -ur -x debian -x CVS dk-milter-1.0.0.dfsg/devtools/M4/switch.m4 upstream/dk-milter-1.0.2/devtools/M4/switch.m4
--- dk-milter-1.0.0.dfsg/devtools/M4/switch.m4	2000-04-06 11:45:22.0 -0700
+++ upstream/dk-milter-1.0.2/devtools/M4/switch.m4	2008-08-06 15:41:33.0 -0700
@@ -10,7 +10,7 @@
 #
 #  Definitions for Makefile construction for sendmail
 #
-#	$Id: switch.m4,v 8.16 2000/04/06 18:45:22 peterh Exp $
+#	$Id: switch.m4,v 8.17 2008/08/06 22:41:33 guenther Exp $
 #
 divert(0)dnl
 include(confBUILDTOOLSDIR`/M4/string.m4')dnl
@@ -46,7 +46,7 @@
 
 define(`bldPRODUCT_START',
 `define(`bldCURRENT_PRODUCT', `$2')dnl
-define(`bldCURRENT_PRD', translit(`$2', `.', `_'))dnl
+define(`bldCURRENT_PRD', translit(`$2', `-.', `__'))dnl
 define(`bldPRODUCT_TYPE', `$1')dnl'
 )dnl
 
diff -ur -x debian -x CVS dk-milter-1.0.0.dfsg/devtools/OS/Linux upstream/dk-milter-1.0.2/devtools/OS/Linux
--- dk-milter-1.0.0.dfsg/devtools/OS/Linux	2002-03-21 15:59:25.0 -0800
+++ upstream/dk-milter-1.0.2/devtools/OS/Linux	2009-01-21 18:15:42.0 -0800
@@ -1,9 +1,10 @@
-#	$Id: Linux,v 8.30 2002/03/21 23:59:25 gshapiro Exp $
+#	$Id: Linux,v 8.31 2009/01/22 02:15:42 guenther Exp $
 
 dnl	DO NOT EDIT THIS FILE.
 dnl	Place personal settings in devtools/Site/site.config.m4
 
 define(`confDEPEND_TYPE', `CC-M')
+define(`confCCOPTS_SO', `-fPIC')
 define(`confSM_OS_HEADER', `sm_os_linux')
 define(`confMANROOT', `/usr/man/man')
 define(`confLIBS', `-ldl')
diff -ur -x debian -x CVS dk-milter-1.0.0.dfsg/devtools/OS/OpenBSD upstream/dk-milter-1.0.2/devtools/OS/OpenBSD
--- dk-milter-1.0.0.dfsg/devtools/OS/OpenBSD	2002-03-21 15:59:25.0 -0800
+++ upstream/dk-milter-1.0.2/devtools/OS/OpenBSD	2008-08-06 16:41:44.0 -0700
@@ -1,4 +1,4 @@
-#	$Id: OpenBSD,v 8.20 2002/03/21 23:59:25 gshapiro Exp $
+#	$Id: OpenBSD,v 8.21 2008/08/06 23:41:44 guenther Exp $
 
 dnl	DO NOT EDIT THIS FILE.
 dnl	Place personal settings in devtools/Site/site.config.m4
@@ -8,7 +8,32 @@
 define(`confCCOPTS_SO', `-fPIC')
 
 define(`confMAPDEF', `-DNEWDB -DNIS -DMAP_REGEX')
-define(`confENVDEF', ` -DNETISO -DFAST_PID_RECYCLE')
+define(`co

Re: RFS: mobile-broadband-provider-info (updated package)

2010-08-25 Thread Bhavani Shankar R
On Thu, Aug 26, 2010 at 8:09 AM, Paul Wise  wrote:
> On Wed, Aug 25, 2010 at 6:15 PM, Julien Cristau  wrote:
>> On Wed, Aug 25, 2010 at 10:50:53 +0530, Bhavani Shankar R wrote:
>>
>>> henceforth I am attaching the diff from the present version in
>>> sid/squeeze for your kind review
>>>
>> Looks ok for a freeze exception.  Please let -release know when the
>> package is accepted in the archive.
>
> Please fix the following issues and I will upload it:
>
> Please close the relevant Launchpad bugs in the changelog using (LP:
> #1234) so that once Ubuntu syncs the package, the relevant bugs will
> be automatically closed. You can find the relevant Launchpad bugs in
> the upstream git log.


Okay sure paul!

> You also added a love poem in 'debian/new file', I would suggest that
> is not useful in a source package and should be removed, cute though
> it is :)

Sorry! it was added by mistake :)

> The following issues are not blockers for this upload:
>
> Since upstream uses autotools, you can use 'make distcheck' to create
> the tarball in debian/rules get-orig-source. Then let upstream know if
> that fails or produces a different tarball than what you need for
> Debian. The default upstream tarball format seems to be .tar.bz2 so
> you will need to add a bunzip2 > ...tar.bz2 | gzip -9 > ...tar.gz to
> the process at least until post-squeeze when you could switch to
> dpkg-source v3 (IIRC the release team prefers not to unblock
> dpkg-source format version changes).
>
> I just noticed that the version number is incorrect since upstream
> hasn't bumped the version in configure.ac, please talk to upstream
> about that. Probably the version number needs to be autogenerated
> based on the date of the latest git commit when the tarball is
> generated with "make distcheck".
>
> The upstream source still contains references to SVN, but it is now
> maintained in git, you might want to poke them about that.
>
> Upstream might want to look at CC0, which is a more internationalised
> version of CC-PD.
>
> --
> bye,
> pabs
>
> http://wiki.debian.org/PaulWise
>



-- 

Bhavani Shankar.R
https://launchpad.net/~bhavi, a proud ubuntu community  member.
What matters in life is application of mind!,
It makes great sense to have some common sense..!


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktim9ykqqnss0_19kqtwvak_s94snhwfc8cdhb...@mail.gmail.com



Re: RFS: mobile-broadband-provider-info (updated package)

2010-08-25 Thread Paul Wise
On Wed, Aug 25, 2010 at 6:15 PM, Julien Cristau  wrote:
> On Wed, Aug 25, 2010 at 10:50:53 +0530, Bhavani Shankar R wrote:
>
>> henceforth I am attaching the diff from the present version in
>> sid/squeeze for your kind review
>>
> Looks ok for a freeze exception.  Please let -release know when the
> package is accepted in the archive.

Please fix the following issues and I will upload it:

Please close the relevant Launchpad bugs in the changelog using (LP:
#1234) so that once Ubuntu syncs the package, the relevant bugs will
be automatically closed. You can find the relevant Launchpad bugs in
the upstream git log.

You also added a love poem in 'debian/new file', I would suggest that
is not useful in a source package and should be removed, cute though
it is :)

The following issues are not blockers for this upload:

Since upstream uses autotools, you can use 'make distcheck' to create
the tarball in debian/rules get-orig-source. Then let upstream know if
that fails or produces a different tarball than what you need for
Debian. The default upstream tarball format seems to be .tar.bz2 so
you will need to add a bunzip2 > ...tar.bz2 | gzip -9 > ...tar.gz to
the process at least until post-squeeze when you could switch to
dpkg-source v3 (IIRC the release team prefers not to unblock
dpkg-source format version changes).

I just noticed that the version number is incorrect since upstream
hasn't bumped the version in configure.ac, please talk to upstream
about that. Probably the version number needs to be autogenerated
based on the date of the latest git commit when the tarball is
generated with "make distcheck".

The upstream source still contains references to SVN, but it is now
maintained in git, you might want to poke them about that.

Upstream might want to look at CC0, which is a more internationalised
version of CC-PD.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlkti=oizqdnwepe4py6m3=1q1iybyofx7s5mvqd...@mail.gmail.com



Freeze exception request for concordance 0.22-2

2010-08-25 Thread Mathieu Trudel
Hi,

I have uploaded concordance 0.22-2 into unstable, it fixes bug #593825
(broken ABI version expected in python bindings), which also breaks
congruity (and anything requiring python-concordance).

It includes very minimal changes as a patch until upstream fixes the
issue in a new release (see below). Could you please unblock
concordance?

Thanks in advance,

Mathieu Trudel-Lapierre
mathieu...@gmail.com

---

diff -Nru concordance-0.22/debian/changelog concordance-0.22/debian/changelog
--- concordance-0.22/debian/changelog   2010-08-04 14:36:02.0 -0400
+++ concordance-0.22/debian/changelog   2010-08-22 19:17:32.0 -0400
@@ -1,3 +1,10 @@
+concordance (0.22-2) unstable; urgency=low
+
+  * Change the expected ABI numbers in python bindings. It was bumped
+upstream to 2 by mistake, fixed in svn. (Closes: 593825)
+
+ -- Mathieu Trudel   Sun, 22 Aug 2010 18:46:08 -0400
+
 concordance (0.22-1) unstable; urgency=low

   * New upstream release 0.22. (Closes: 591679)
diff -Nru concordance-0.22/debian/patches/593825-fix-py-expected-abi.diff
concordance-0.22/debian/patches/593825-fix-py-expected-abi.diff
--- concordance-0.22/debian/patches/593825-fix-py-expected-abi.diff 
1969-12-31
19:00:00.0 -0500
+++ concordance-0.22/debian/patches/593825-fix-py-expected-abi.diff 
2010-08-22
19:17:32.0 -0400
@@ -0,0 +1,20 @@
+From: Mathieu Trudel-Lapierre 
+Subject: Change the expected ABI numbers in python bindings. They were
+ bumped upstream to 2 by mistake, fixed in svn.
+Forwarded-Upstream: not-needed
+Last-Update: 2010-08-22
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593825
+
+Index: concordance-0.22/libconcord/bindings/python/libconcord.py
+===
+--- concordance-0.22.orig/libconcord/bindings/python/libconcord.py 
2010-08-22
18:41:21.021573001 -0400
 concordance-0.22/libconcord/bindings/python/libconcord.py  2010-08-22
18:41:33.997573002 -0400
+@@ -32,7 +32,7 @@
+ # Define the libconcord ABI this libconcord.py corresponds to
+ # Bump this when the .so file version gets bumped
+
+-ABI_VERSION = 2
++ABI_VERSION = "1.1.0"
+
+ # Load the DLL
+
diff -Nru concordance-0.22/debian/patches/series
concordance-0.22/debian/patches/series
--- concordance-0.22/debian/patches/series  2010-08-04 14:36:02.0 
-0400
+++ concordance-0.22/debian/patches/series  2010-08-22 19:17:32.0 
-0400
@@ -1,3 +1,4 @@
 01-fix-manpage-disclaimer-errors.diff
 02-manpage-hyphen-as-minus-errors.diff
 03-attr-syntax-in-udev-rules.diff
+593825-fix-py-expected-abi.diff


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktim0krgsng1m1=zkwezvjlzdgn7umi1xej8re...@mail.gmail.com



Bug#594200: unblock: lwjgl/2.5+dfsg-2

2010-08-25 Thread Gabriele Giacone
On Tue, Aug 24, 2010 at 07:05:45PM +0100, Adam D. Barratt wrote:
> Your package is now unbuildable on mips, as openjdk-6 FTBFS there and is
> in the process of being removed; that will need resolving before the
> package could migrate (e.g. by asking ftpmaster to remove the older mips
> binaries).

Removed from mips.

Thanks,
Gabriele




-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100825225347.ga7...@phenomenon



Re: RFC: SQLite3 in Squeeze

2010-08-25 Thread Laszlo Boszormenyi
Hi Salvatore,

On Wed, 2010-08-25 at 23:30 +0200, Salvatore Bonaccorso wrote:
> Are there plans to the 3.7.2 to be in squeeze?
 Definitely. Version 3.7.2 fixes a database corruption, v3.7.1 fixes a
regression issue and v3.7.0.1 fixes another database corruption.
Thus hereby I ask the release team to allow v3.7.2 into Squeeze. I know,
#591298 [1] is still not fixed, but the previous ones warrant an update.
I don't know when the latter will be fixed; I gave a working test case
to upstream and they said that they are working on it.
Please note that upstream recently fixed a segfault bug[2] and when the
former bug[1] will be fixed, I'll ask for its freeze exception as well.

Regards,
Laszlo/GCS
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591298
[2] http://www.sqlite.org/src/info/7f2f71cc9e3c39093f09231f44


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1282774874.8165.27.ca...@julia.gcs.org.hu



Bug#593249: [CVE 2010-1172] future unblock: dbus-glib/0.88-2

2010-08-25 Thread Julien Cristau
On Wed, Aug 25, 2010 at 22:17:17 +0100, Simon McVittie wrote:

> On Mon, 16 Aug 2010 at 20:10:37 +0200, Julien Cristau wrote:
> > Can you give us the list of packages that need to be rebuilt against the
> > new dbus-glib?
> 
> I've looked through the packages that link dbus-glib. In addition to the
> three I asked for before, please schedule upower:
> 
> nmu upower_0.9.5-1 . ALL . -m 'Rebuild for CVE 2010-1172, see #593249'

Scheduled.

Cheers,
Julien


signature.asc
Description: Digital signature


Re: Freeze exception for sssd?

2010-08-25 Thread Petter Reinholdtsen

[Petter Reinholdtsen]
> These are the changelog entries since the version currently in
> testing:

Since my first request for a freeze exception, a serious security
issue was discovered and fixed.  I just uploaded the fix.  This is the
changelog:

sssd (1.2.1-4) unstable; urgency=low

  * Add patch from Stephen Gallagher to ensure LDAP authentication
never accept a zero length password (Closes: #594413).  Solves
CVE-2010-2940.

 -- Petter Reinholdtsen   Wed, 25 Aug 2010 22:33:40 +0200

JFYI.

Happy hacking,
-- 
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2fl1v9mz6ze@login2.uio.no



Re: Permission to upload msn-pecan 0.1.0

2010-08-25 Thread Devid Antonio Filoni
On Wed, Aug 25, 2010 at 8:04 PM, Adam D. Barratt
 wrote:
> On Wed, 2010-08-25 at 15:44 +0200, Devid Antonio Filoni wrote:
>> I would like to upload msn-pecan 0.1.0 because there are a lot of
>> fixes since 0.1.0~rc2. There is also a new feature (directconn) which
>> will be disabled in the Debian package, so this is a bugfixes only
>> release.
>
> How big is the diffstat from 0.1.0~rc2-1 to 0.1.0-1?
Well, it's huge due to directconn support (which is disabled in the
Debian package).

FROM RC2 TO RC3

Makefile |   50 -
 ab/pn_contact.c  |   42 -
 ab/pn_contact.h  |4 +
 ab/pn_contactlist.c  |   13 +-
 ab/pn_contactlist_priv.h |2 +-
 cvr/pn_direct_conn.c |  531 +++---
 cvr/pn_direct_conn.h |   28 ++-
 cvr/pn_msnobj.c  |   13 ++
 cvr/pn_msnobj.h  |3 +
 cvr/pn_peer_call.c   |4 -
 cvr/pn_peer_link.c   |   42 +---
 cvr/pn_peer_msg.c|  156 ---
 io/pn_dc_conn.c  |  256 ++
 io/pn_dc_conn.h  |   39 
 io/pn_http_server.c  |   16 ++-
 io/pn_node.c |   22 +-
 io/pn_node_private.h |1 +
 io/pn_parser.c   |4 +-
 io/pn_ssl_conn.c |2 +-
 msn.c|   38 +++-
 nexus.c  |6 +-
 notification.c   |   22 +--
 pn_dp_manager.c  |   22 +--
 pn_dp_manager.h  |2 +-
 pn_oim.c |2 +-
 session.c|   27 +++
 switchboard.c|2 +-
 win32/installer.nsi  |  113 +++---
 win32/resource.rc|4 +-
 29 files changed, 867 insertions(+), 599 deletions(-)

FROM RC3 TO RC4

 AUTHORS   |9 ---
 Makefile  |   19 +++---
 adium/Makefile.am |   92 -
 clients/adium/Makefile.am |   83 +++
 cmd/msg.c |5 ++
 cvr/pn_direct_conn.c  |   15 +++-
 cvr/pn_peer_call.c|2 -
 cvr/pn_peer_link.c|   93 ++
 cvr/pn_peer_msg.c |  149 +++--
 cvr/pn_peer_msg.h |6 +-
 cvr/pn_peer_msg_priv.h|4 -
 io/pn_cmd_server.c|   32 +++--
 io/pn_dc_conn.c   |6 +-
 io/pn_http_server.c   |  163 -
 io/pn_node.c  |   52 ---
 io/pn_node_private.h  |9 ++-
 io/pn_ssl_conn.c  |   63 -
 msn.c |8 +--
 nexus.c   |   31 +
 notification.c|3 +
 pn_log.c  |6 --
 pn_log.h  |6 ++
 pn_oim.c  |2 +
 pn_timer.h|   13 +++-
 pn_util.c |2 +-
 session.c |   52 ++
 session_private.h |5 ++
 switchboard.c |   63 --
 switchboard.h |2 -
 29 files changed, 524 insertions(+), 471 deletions(-)

AND FEW OTHER CHANGES...

Thanks,
Devid

> Regards,
>
> Adam
>


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktiktauzkab1cw+8lryczbab3k-p8fq5wnw0zo...@mail.gmail.com



Unblock request for dh-make-drupal 0.7-1

2010-08-25 Thread Gunnar Wolf
Hi,

I have just uploaded dh-make-drupal 0.7-1 - It is a very minor change
from previous version (0.6-2), adding two very simple patches for
reliability, and pushing up standards-version (both for the package
itself and for the packages it generates) from 3.8.4 to
3.9.1.0. Please unblock so it can enter Squeeze.

FWIW, the full diff is inlined here, just to show the exents of the
changes are _very_ simple.

diff --git a/changelog.txt b/changelog.txt
index b9771b3..5c3bdb7 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,9 @@
+0.7 (2010-08-25)
+ * Avoid dying with an exception if LICENSE.txt does not exist (thanks
+   to Roel de Cock for the report)
+ * No longer chokes on needlesly quoted dependencies
+ * Updated generated standards-version to 3.9.1.0
+
 0.6 - 2010-04-15
  * Updated generated standards-version to 3.8.4
  * Builds a list of recommended modules/packages out of the
diff --git a/debian/changelog b/debian/changelog
index c6a1687..6673bfc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+dh-make-drupal (0.7-1) unstable; urgency=low
+
+  * New upstream release
+  * Both package's and generated standards-version 3.8.4→3.9.1.0 (no 
+changes needed) 
+  * No longer chokes on needlessly quoted dependencies (Closes: #594337)
+
+ -- Gunnar Wolf   Wed, 25 Aug 2010 13:37:35 -0500
+
 dh-make-drupal (0.6-2) unstable; urgency=low
 
   * Added missing dependencies to build packages (debhelper, build-
diff --git a/debian/control b/debian/control
index 67bc600..b3ab162 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: web
 Priority: extra
 Maintainer: Gunnar Wolf 
 Build-Depends: debhelper (>= 7.0.50), help2man, ruby, libruby, 
libcommandline-ruby, libhpricot-ruby
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1.0
 Homepage: http://www.github.com/gwolf/dh-make-drupal
 Vcs-Git: git://github.com/gwolf/dh-make-drupal.git
 Vcs-Browser: http://www.github.com/gwolf/dh-make-drupal
diff --git a/dh-make-drupal b/dh-make-drupal
index f8df0d5..1167793 100755
--- a/dh-make-drupal
+++ b/dh-make-drupal
@@ -451,7 +451,7 @@ module DrupalProject
   # canonically it is the GPLv2 - For further joy, it's usually
   # the exact same file! :-)
   if license = File.join(@instdir, find_license[0])
-data = File.read(license)
+data = File.read(license) || '' # Avoid an exception if file is missing
 if Digest::MD5.hexdigest(data) == "998ed0c116c0cebfcd9b2107b0d82973"
   res << 'This package is licensed under the GNU General Public ' <<
 'License (GPL) version 2.' << '' <<
@@ -490,7 +490,7 @@ module DrupalProject
  'Priority: extra',
  'Maintainer: %s <%s>' % [...@maint_name, @maint_mail],
  'Build-Depends: debhelper (>> 5.0.0)',
- 'Standards-Version: 3.8.4',
+ 'Standards-Version: 3.9.1.0',
  'Homepage: %s' % @project.url,
  '',
  'Package: %s' % @pkgname,
@@ -697,7 +697,12 @@ module DrupalProject
   begin
 raise Irrelevant unless line and
   line =~ /dependencies\[.*\]\s*=\s*(.*)\n?/
-dep = $1
+# Some modules add what we would regard to as garbage to the
+# dependencies - Unneeded quoting is the most bothering
+# example. So, clean up the dependency, leaving only
+# alphanumeric and hyphens. Oh, and underscores are converted
+# to hyphens while we are at it.
+dep = $1.gsub(/[^a-zA-Z0-9_-]/,'').gsub(/_/, '-')
 begin
   if coredrupalmodul...@d_ver].include?(dep)
 Logger.instance.debug(('Declared dependency %s is part of ' +


signature.asc
Description: Digital signature


Bug#593249: [CVE 2010-1172] future unblock: dbus-glib/0.88-2

2010-08-25 Thread Simon McVittie
On Mon, 16 Aug 2010 at 20:10:37 +0200, Julien Cristau wrote:
> Can you give us the list of packages that need to be rebuilt against the
> new dbus-glib?

I've looked through the packages that link dbus-glib. In addition to the
three I asked for before, please schedule upower:

nmu upower_0.9.5-1 . ALL . -m 'Rebuild for CVE 2010-1172, see #593249'
dw upower_0.9.5-1 . ALL . -m 'libdbus-glib-1-dev (>= 0.88)'

After that, I think this can be closed.

Thanks,
Simon



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100825211717.ga6...@reptile.pseudorandom.co.uk



Bug#594423: unblock: mod-wsgi/3.3-1

2010-08-25 Thread Piotr Ożarowski
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Please unblock package mod-wsgi. It's a new upstream release with some
bug fixes backported from (unreleased) 4.0 branch (changelog is
available here¹). There are also some fixes in packaging (see
debian/changelog) including new binary package that will let users
choose Python 3 more easily (and is part of "separate Python and Python
3" and "increase Python 3 support in Squeeze" goals).

unblock mod-wsgi/3.3-1

[¹] http://code.google.com/p/modwsgi/wiki/ChangesInVersion0303
-- 
Do you like the idea of time-based freezes?
Mention it in your signature in all mails to debian-rele...@l.d.o to
encourage Release Team!
diff -Nru mod-wsgi-3.2/debian/changelog mod-wsgi-3.3/debian/changelog
--- mod-wsgi-3.2/debian/changelog   2010-08-25 21:54:49.0 +0200
+++ mod-wsgi-3.3/debian/changelog   2010-08-25 21:54:50.0 +0200
@@ -1,3 +1,22 @@
+mod-wsgi (3.3-1) unstable; urgency=low
+
+  [ Sameer Rahmani ]
+  * watch file fixed.
+
+  [ Bernd Zeimetz ]
+  * Ensure that the mod-wsgi symlink is updated to the current default Python
+version while installing/upgrading the package. This is only necessary
+in rare cases (when the default Python version was updated after the last
+rebuild of mod-wsgi), but it needs to be handled properly.
+
+  [ Piotr Ożarowski ]
+  * New upstream release
+  * Move Python 3.X extension to new libapache2-mod-wsgi-py3 binary package
+  * Provide httpd-wsgi (see #588497)
+  * Bump Standards-Version to 3.9.1 (no changes needed)
+
+ -- Piotr Ożarowski   Wed, 18 Aug 2010 23:40:10 +0200
+
 mod-wsgi (3.2-2) unstable; urgency=low
 
   * mod-wsgi needs to depend on libpython for Python > 2.5.
diff -Nru mod-wsgi-3.2/debian/control mod-wsgi-3.3/debian/control
--- mod-wsgi-3.2/debian/control 2010-08-25 21:54:49.0 +0200
+++ mod-wsgi-3.3/debian/control 2010-08-25 21:54:50.0 +0200
@@ -5,7 +5,7 @@
 Uploaders: Bernd Zeimetz , Piotr Ożarowski 
 Build-Depends: debhelper (>= 5), python-all-dev, python3-all-dev, 
apache2-threaded-dev
 Homepage: http://www.modwsgi.org/
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/mod-wsgi/trunk/
 Vcs-Browser: 
http://svn.debian.org/viewsvn/python-modules/packages/mod-wsgi/trunk/
 
@@ -13,9 +13,27 @@
 Architecture: any
 Depends: apache2, apache2.2-common, ${shlibs:Depends}, ${misc:Depends}, 
${python:Depends}
 Suggests: apache2-mpm-worker | apache2-mpm-event
+Provides: httpd-wsgi
 Description: Python WSGI adapter module for Apache
  The mod_wsgi adapter is an Apache module that provides a WSGI (Web Server
  Gateway Interface, a standard interface between web server software and
  web applications written in Python) compliant interface for hosting Python
  based web applications within Apache. The adapter provides significantly
  better performance than using existing WSGI adapters for mod_python or CGI.
+ .
+ This package provides module for Python 2.X.
+
+Package: libapache2-mod-wsgi-py3
+Architecture: any
+Depends: apache2, apache2.2-common, ${shlibs:Depends}, ${misc:Depends}, 
${python3:Depends}
+Suggests: apache2-mpm-worker | apache2-mpm-event
+Conflicts: libapache2-mod-wsgi
+Provides: httpd-wsgi
+Description: Python 3 WSGI adapter module for Apache
+ The mod_wsgi adapter is an Apache module that provides a WSGI (Web Server
+ Gateway Interface, a standard interface between web server software and
+ web applications written in Python) compliant interface for hosting Python
+ based web applications within Apache. The adapter provides significantly
+ better performance than using existing WSGI adapters for mod_python or CGI.
+ .
+ This package provides module for Python 3.X.
diff -Nru mod-wsgi-3.2/debian/copyright mod-wsgi-3.3/debian/copyright
--- mod-wsgi-3.2/debian/copyright   2010-08-25 21:54:49.0 +0200
+++ mod-wsgi-3.3/debian/copyright   2010-08-25 21:54:50.0 +0200
@@ -9,7 +9,7 @@
 
 Copyright: 
 
-Copyright 2007-2009 GRAHAM DUMPLETON
+Copyright 2007-2010 GRAHAM DUMPLETON
 
 License:
 
@@ -28,5 +28,5 @@
 On Debian systems the full text of the Apache License, Version 2,
 can be found in `/usr/share/common-licenses/Apache-2.0'.
 
-The Debian packaging is © 2007-2009, Bernd Zeimetz  and
+The Debian packaging is © 2007-2010, Bernd Zeimetz  and
 is licensed under the Apache License, Version 2.0, see below.
diff -Nru mod-wsgi-3.2/debian/libapache2-mod-wsgi.postinst 
mod-wsgi-3.3/debian/libapache2-mod-wsgi.postinst
--- mod-wsgi-3.2/debian/libapache2-mod-wsgi.postinst2010-08-25 
21:54:49.0 +0200
+++ mod-wsgi-3.3/debian/libapache2-mod-wsgi.postinst2010-08-25 
21:54:50.0 +0200
@@ -12,13 +12,23 @@
 fi
 }
 
+update_symlink() {
+wsgi_py=`readlink /usr/lib/apache2/modules/mod_wsgi.so | sed 's,.*-,,'`
+py_default=`dpkg -s python | grep '^Version' | sed 's,Version: 
\([^.]*.[^.]*\).*,\1,'`
+if [ ! "${wsg

Re: RFC: SQLite3 in Squeeze

2010-08-25 Thread Salvatore Bonaccorso
Hi Laszlo

On Sat, Aug 21, 2010 at 10:46:01AM +0200, Laszlo Boszormenyi wrote:
> On Wed, 2010-08-18 at 16:53 +0200, Mehdi Dogguy wrote:
> > On 08/18/2010 04:34 PM, Julien Cristau wrote:
> > > Sounds like we should go back to 3.6.x in testing and sid.
> > 
> > If we go that way, we will have to rebuild some packages [1] (red ones).
>  I think we should run forward and ship the upcoming v3.7.1 with
> Squeeze.

Are there plans to the 3.7.2 to be in squeeze? I ask as
libdbd-sqlite3-perl with the patch (see below) uploaded to unstable
would build against this version now, and depends on this version. But
gregoa already asked for this in [0].

 [0] http://bugs.debian.org/594056

> On Wed, 2010-08-18 at 12:57 +0900, Ansgar Burchardt wrote:
> > This might also be the cause of failures in the test suite of
> > libdbd-sqlite3-perl (#59 [0]):
> [...]
> > [0] 
>  It is, at least it builds with sqlite3 version 3.6.23.1 in the same
> environment. On the other hand, I have found a slowness and can
> reproduce it with a test case. Contacted upstream and waiting for an
> answer.

Only a short note on this: Niko Tyni found a patch for this, and found
it to be a test suite problem. See [1].

 [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=59#

Bests
Salvatore


signature.asc
Description: Digital signature


Re: Freeze exception: eric_4.4.7-1 (fixed and uploaded to unstable)

2010-08-25 Thread Julien Cristau
On Wed, Aug 25, 2010 at 21:48:00 +0200, Gudjon I. Gudjonsson wrote:

>Thanks for a fast response. The misspellings in the documentation have 
> been 
> fixed and the package was uploaded 5 days ago. Can you please unblock it now.
> 
Unblocked.

Cheers,
Julien


signature.asc
Description: Digital signature


Request for packaging calendarserver in squeeze

2010-08-25 Thread Rahul Amaram

Dear Sir/Ma'am,

I am the new maintainer for the calendarserver and
python-twisted-calendarserver. I have been working with the previous
maintainer (Guido) closely in getting the latest version of calendarserver
packaged.

Darwin's calendarserver is a standards-complaint calendar server which to
my knowledge was the only caldav server in debian lenny. It would be of
great benefit to debian users who are using calendarserver to have the
latest version packaged into squeeze. This is because the latest version of
calendarserver has some really nice features such as:

- Updated NSS directory backend
- PAM authentication for NSS directory backend
- New LDAP directory service backend with PAM/LDAP authentication (already
being used in a 150+ organization very actively)
- Auto-upgrade of their calendar databases
- Separate installation path of twisted-calendarserver so that it does not
conflict with the debian twisted packages
- Considerable lesser load on server because of the new directory caching
- Most of the Debian bugs fixed

There has been considerable effort gone into packaging the latest version
of calendarserver and I am sure many debian users who are already using
calendarserver stand to benefit considerably from it. I hope the release
team shall consider pushing the latest version of calendarserver into
squeeze.


Thanks and Regards,
Rahul.


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/9d2ed43c4ad2f83e1736af44cbc17...@localhost



Processed: limit package to release.debian.org, user release.debian....@packages.debian.org, usertagging 573426 ...

2010-08-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> limit package release.debian.org
Limiting to bugs with field 'package' containing at least one of 
'release.debian.org'
Limit currently set to 'package':'release.debian.org'

> user release.debian@packages.debian.org
Setting user to release.debian@packages.debian.org (was 
a...@adam-barratt.org.uk).
> usertags 573426 + rm
Bug#573426: Please remove old lenny netinstaller as it points to missing kernel 
modules
There were no usertags set.
Usertags are now: rm.
> tags 573426 + lenny
Bug #573426 [release.debian.org] Please remove old lenny netinstaller as it 
points to missing kernel modules
Added tag(s) lenny.
> usertags 590312 + rm
Bug#590312: RM: sun-java6/stable [ia64] -- ROM; arch ia64 cannot execute i386 
binaries
There were no usertags set.
Usertags are now: rm.
> tags 590312 + lenny
Bug #590312 [release.debian.org] RM: sun-java6/stable [ia64] -- ROM; arch ia64 
cannot execute i386 binaries
Added tag(s) lenny.
> usertags 590313 + rm
Bug#590313: RM: sun-java5/stable [ia64] -- ROM; arch ia64 cannot execute i386 
binaries
There were no usertags set.
Usertags are now: rm.
> tags 590313 + lenny
Bug #590313 [release.debian.org] RM: sun-java5/stable [ia64] -- ROM; arch ia64 
cannot execute i386 binaries
Added tag(s) lenny.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
590313: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590313
590312: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590312
573426: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573426
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.128276762829920.transcr...@bugs.debian.org



NEW changes in proposedupdates

2010-08-25 Thread Archive Administrator
Processing changes file: lvm2_2.02.39-8_amd64.changes
  ACCEPT
Processing changes file: lvm2_2.02.39-8_alpha.changes
  ACCEPT
Processing changes file: lvm2_2.02.39-8_arm.changes
  ACCEPT
Processing changes file: lvm2_2.02.39-8_armel.changes
  ACCEPT
Processing changes file: lvm2_2.02.39-8_hppa.changes
  ACCEPT
Processing changes file: lvm2_2.02.39-8_i386.changes
  ACCEPT
Processing changes file: lvm2_2.02.39-8_ia64.changes
  ACCEPT
Processing changes file: lvm2_2.02.39-8_mips.changes
  ACCEPT
Processing changes file: lvm2_2.02.39-8_mipsel.changes
  ACCEPT
Processing changes file: lvm2_2.02.39-8_powerpc.changes
  ACCEPT
Processing changes file: lvm2_2.02.39-8_s390.changes
  ACCEPT
Processing changes file: lvm2_2.02.39-8_sparc.changes
  ACCEPT


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1oombx-0003ix...@franck.debian.org



Processed: limit package to release.debian.org, tagging 592878

2010-08-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> limit package release.debian.org
Limiting to bugs with field 'package' containing at least one of 
'release.debian.org'
Limit currently set to 'package':'release.debian.org'

> tags 592878 + pending lenny
Bug #592878 [release.debian.org] pu: libapache-dbi-perl/1.07-1+lenny2
Added tag(s) pending and lenny.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
592878: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592878
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.128276727226858.transcr...@bugs.debian.org



Re: Freeze exception: eric_4.4.7-1 (fixed and uploaded to unstable)

2010-08-25 Thread Gudjon I. Gudjonsson
Hi again team

On Wednesday 18 August 2010 10:50:44 Julien Cristau wrote:
> On Tue, Aug 17, 2010 at 23:28:56 +0200, Gudjon I. Gudjonsson wrote:
> > Hi team
> > 
> > I would like to ask if there is a possibility to make a freeze
> > exception
> > 
> > for eric_4.4.7-1 which is a bug fix release since version 4.4.6.
> > 
> > The debdiff is attached.
> > 
> > Thanks in advance
> > Gudjon
> 
> [...]
> 
> > diff -Nru
> > eric-4.4.6/eric/Documentation/Source/eric4.QScintilla.QsciScintillaCompa
> > t.html
> > eric-4.4.7/eric/Documentation/Source/eric4.QScintilla.QsciScintillaCompa
> > t.html ---
> > eric-4.4.6/eric/Documentation/Source/eric4.QScintilla.QsciScintillaCompa
> > t.html  2010-05-22 12:52:53.0 +0200 +++
> > eric-4.4.7/eric/Documentation/Source/eric4.QScintilla.QsciScintillaCompa
> > t.html  2010-08-01 12:56:23.0 +0200 @@ -238,6 +244,9 @@
> > 
> >   >  href="#QsciScintillaCompat.setCurrentIndicator">setCurrentIndicator
> >   Public method to set the current indicator.
> >  
> > 
> > + > href="#QsciScintillaCompat.setCursorFlashTime">setCursorFlashTime > d> +Public method to get the flash (blink) time of the cursor in
> > milliseconds. +
> > 
> >   >  href="#QsciScintillaCompat.setEolModeByEolString">setEolModeByEolString
> >   Public method to set the eol mode given the eol
> >  string. 
> 
> s/get/set/ here.
> 
> [...]
> 
> > @@ -933,6 +969,20 @@
> > 
> >  
> >  the indicator or style are not valid
> >  
> > 
> > + > ID="QsciScintillaCompat.setCursorFlashTime">
> > +QsciScintillaCompat.setCursorFlashTime
> > +setCursorFlashTime(time)
> > +
> > +Public method to get the flash (blink) time of the cursor in
> > milliseconds. +
> > +The flash time is the time required to display, invert and
> > restore the +caret display. Usually the text cursor is displayed
> > for half the cursor +flash time, then hidden for the same amount
> > of time.
> > +
> > +time
> > +
> > +flash time of the cursor in milliseconds (integer)
> > +
> > 
> >   >  ID="QsciScintillaCompat.setEolModeByEolString">
> >  QsciScintillaCompat.setEolModeByEolString
> >  setEolModeByEolString(eolStr)
> 
> same here.
> 
> [...]
> 
> Rest looks ok.
> 
> Cheers,
> Julien
   Thanks for a fast response. The misspellings in the documentation have been 
fixed and the package was uploaded 5 days ago. Can you please unblock it now.

Regards
Gudjon


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201008252148.00555.gud...@gudjon.org



Bug#594387: marked as done (unblock: zathura/0.0.8.1-2)

2010-08-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Aug 2010 20:20:56 +0100
with message-id 
<1282764057.12594.166.ca...@kaa.jungle.aubergine.my-net-space.net>
and subject line Re: Bug#594387: unblock: zathura/0.0.8.1-2
has caused the Debian Bug report #594387,
regarding unblock: zathura/0.0.8.1-2
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 ow...@bugs.debian.org
immediately.)


-- 
594387: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594387
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Please unblock package zathura. The new version improves documentation.

unblock zathura/0.0.8.1-2

--
Jakub Wilk


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
On Wed, 2010-08-25 at 20:59 +0200, Jakub Wilk wrote:
> Please unblock package zathura. The new version improves documentation.

Unblocked.

Regards,

Adam

--- End Message ---


Bug#594387: unblock: zathura/0.0.8.1-2

2010-08-25 Thread Jakub Wilk

Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Please unblock package zathura. The new version improves documentation.

unblock zathura/0.0.8.1-2

--
Jakub Wilk


signature.asc
Description: Digital signature


Re: Your mon / s-p-u upload

2010-08-25 Thread Adam D. Barratt
On Sun, 2010-07-18 at 17:33 +0200, Dario Minnucci wrote:
> On 06/19/2010 11:51 AM, Adam D. Barratt wrote:
> > I've been reviewing the few remaining packages in s-p-u in
> > preparation for the upcoming point release and had a couple of
> > comments / queries on your "mon" upload.
[...]
> As suggested, I'm sending this email to debian-release with the
> debdiff attached.
> 
> The script seems to be Policy compliant now.

Sorry for not getting back to you sooner; I seem to have managed to
misfile your mail.

> +case "$1" in
> +  start)
> +   if [ -f $PIDFILE ] ; then
> +   echo "$NAME daemon is already running." 
> +   else
> +   start_deamon
> +   fi

The short-circuit case should be removed here; the existence of the
pidfile does not imply that the daemon is (still) running and your
start-stop-daemon call in start_daemon() already handles exiting
successfully if the daemon is in fact running.

>restart)
[...]
> +   if [ -f $PIDFILE ] ; then
> +   stop_daemon
> +   sleep 1
> +   start_deamon
> +   else
> +   echo "$NAME daemon is not running." 
> +   start_deamon
> +   fi

Similarly here.  If the daemon is not running, then stop_daemon() will
successfully fail to stop it with no ill effects.  Admittedly, if the
pidfile doesn't exist then stop_daemon() is basically a no-op, but not
simply calling stop_daemon() followed by start_daemon() in all cases
doesn't really provide any benefit.

Regards,

Adam


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1282762425.11253.489.ca...@kaa.jungle.aubergine.my-net-space.net



anymeal 0.30-9 in squeeze

2010-08-25 Thread José Manuel Santamaría Lema
Hi,

I have uploaded anymeal 0.30-9 to sid, which fixes this RC bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514763

It would be great if you could allow the transition of this version to testing.

Thank you.


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201008252031.50657.panfa...@gmail.com



Freeze exception for unbound 1.4.6-1

2010-08-25 Thread Robert Edmonds
please allow unbound 1.4.6-1 to migrate to testing.  this version fixes
a FTBFS bug (#593039) and contains a number of upstream bug fixes.  some
of the more important ones IMO are:

Builtin root hints contain  for I.ROOT-SERVERS.NET.

Max referral count from 30 to 130, because 128 one character domains
is valid DNS.

Fix assertion failure reported by Kai Storbeck from XS4ALL, the
assertion was wrong.

Fix handling of corner case reply from lame server, follows rfc2308.
It could lead to a nodata reply getting into the cache if the search
for a non-lame server turned up other misconfigured servers.

Fix RFC4035 compliance with 2.2 statement that the DNSKEY at apex
must be signed with all algorithms from the DS rrset at the parent.
This is now checked and becomes bogus if not.

Fix validation of qtype DNSKEY when a key-cache entry exists but no
rr-cache entry is used (it expired or prefetch), it then goes back
up to the DS or trust-anchor to validate the DNSKEY.

Fix integer underflow in prefetch ttl creation from cache. This
fixes a potential negative prefetch ttl.

Changed the defaults for num-queries-per-thread/outgoing-range. For
builtin-select: 512/960, for libevent 1024/4096 and for windows
24/48 (because of win api). This makes the ratio this way to improve
resilience under heavy load. For high performance, use libevent and
possibly higher numbers.

http://www.unbound.net/download.html

-- 
Robert Edmonds
edmo...@debian.org


signature.asc
Description: Digital signature


Processed: block 579795 with 594369 594353 593025

2010-08-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 579795 with 594369 594353 593025
Bug #579795 [release.debian.org] transition: apt
Was blocked by: 580085 594199
Added blocking bug(s) of 579795: 594369, 593025, and 594353
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
579795: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579795
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12827607726384.transcr...@bugs.debian.org



Bug#593981: marked as done (unblock: openarena/0.8.5-4 openarena-data/0.8.5-3)

2010-08-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Aug 2010 19:22:49 +0100
with message-id 
<1282760569.11253.279.ca...@kaa.jungle.aubergine.my-net-space.net>
and subject line Re: Bug#593981: unblock: openarena/0.8.5-4 
openarena-data/0.8.5-3
has caused the Debian Bug report #593981,
regarding unblock: openarena/0.8.5-4 openarena-data/0.8.5-3
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 ow...@bugs.debian.org
immediately.)


-- 
593981: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593981
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

(Cc'd to the bug being fixed, because updated patches are attached.)

I have patches ready to fix important bug
, which is a failure
to interoperate with older servers (our 0.8.5 client with a 0.8.1 server),
caused by the way in which I patched openarena to be DFSG-compliant.

Changes are necessary in both openarena and openarena-data; I suggest
looking at the openarena diff first.

The openarena-data changes also update the binary blobs generated by
qvmbrute.c, which are included in the source tarball since re-generating them
is entirely deterministic and includes a brute-force step taking a few minutes.
The new versions contain more information, which is ignored by the current
openarena.

I've tested the current openarena with the upgraded openarena-data, so
if this turns out to introduce regressions, we can revert the changes to
openarena without needing a new openarena-data. The most likely failure mode
would be that it's incompatible with 0.8.1 in a way I haven't spotted,
in which case we've neither gained nor lost anything.

Thanks,
Simon
diff --git a/debian/changelog b/debian/changelog
index b2204d6..8c780d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+openarena (0.8.5-4) UNRELEASED; urgency=low
+
+  * Build a second copy of the game logic and install it in a subdirectory.
+It turns out that OpenArena 0.8.1 and 0.8.5 aren't network-compatible.
+  * Depend on openarena-data (>= 0.8.5-3~) which causes us to load the
+0.8.1-compatible game logic whenever the upstream version would use
+0.8.1's bytecode (Closes: #592965)
+
+ -- Simon McVittie   Sat, 21 Aug 2010 00:02:54 +0100
+
 openarena (0.8.5-3) unstable; urgency=medium
 
   * Add patch from oax r203 to fix server crashes if a player joins, then
diff --git a/debian/control b/debian/control
index fe3244e..10a6efa 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Homepage: http://openarena.ws/
 Package: openarena
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends},
- openarena-data (>= 0.8.5), openarena-data (<< 0.8.6~),
+ openarena-data (>= 0.8.5-3~), openarena-data (<< 0.8.6~),
  openarena-server (= ${binary:Version})
 Description: fast-paced 3D first-person shooter
  OpenArena is an open-source content package for ioQuake3 licensed under the
diff --git a/debian/openarena-server.install b/debian/openarena-server.install
index 714e52f..e475b7d 100644
--- a/debian/openarena-server.install
+++ b/debian/openarena-server.install
@@ -1,2 +1,3 @@
 debian/tmp/usr/games/openarena-server
 debian/tmp/usr/lib/games/openarena/*/*.so
+debian/tmp/usr/lib/games/openarena/*/*/*.so
diff --git a/debian/patches/0040-Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch b/debian/patches/0040-Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch
new file mode 100644
index 000..56f590f
--- /dev/null
+++ b/debian/patches/0040-Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch
@@ -0,0 +1,387 @@
+From aee4d733e1e9324e8392ecc0e024b50e3176b938 Mon Sep 17 00:00:00 2001
+From: Simon McVittie 
+Date: Fri, 20 Aug 2010 23:27:28 +0100
+Subject: [PATCH] Add OPENARENA_081_COMPATIBLE define for network compat with 0.8.1
+
+0.8.1 was approximately compatible with Quake III Arena, whereas 0.8.5
+is more like Team Arena. Unfortunately, these are not the same.
+
+Not forwarded: upstream expect everyone to use the precompiled bytecode they
+supply, which was built from unmodified 0.8.5 and 0.8.1 source code. We're not
+doing that in Debian for DFSG reasons, and I'd rather not add a second complete
+copy of the source.
+
+Origin: vendor, Debian
+Bug: http://openarena.ws/board/index.php?topic=3717.0
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592965
+Forwarded: no
+---
+ game/Makefile  |4 
+ game/code/cgame/cg_draw.c  |6 +++---
+ game/code/game/ai_dmq3.c   |2 ++
+ game/

Processed: tagging 592659

2010-08-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 592659 + moreinfo
Bug #592659 [release.debian.org] freeze exception for deborphan
Added tag(s) moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
592659: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592659
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12827605343634.transcr...@bugs.debian.org



Processed: tagging 593861

2010-08-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 593861 + moreinfo
Bug #593861 [release.debian.org] future unblock: 
xserver-xorg-video-openchrome/0.2.904+svn842-1
Added tag(s) moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
593861: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593861
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12827605243516.transcr...@bugs.debian.org



Bug#592603: marked as done (unblock: adun.app/0.81-4)

2010-08-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Aug 2010 20:18:11 +0200
with message-id <20100825181811.gt10...@patate.is-a-geek.org>
and subject line Re: Bug#592603: unblock: adun.app/0.81-4
has caused the Debian Bug report #592603,
regarding unblock: adun.app/0.81-4
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 ow...@bugs.debian.org
immediately.)


-- 
592603: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592603
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Please unblock adun.app; -4 fixes FTBFS on mipsen which was the only
reason it wasn't able to migrate to testing for so long.

unblock adun.app/0.81-4

The debdiff between -3 and -4 follows.

diff -u adun.app-0.81/debian/control adun.app-0.81/debian/control
--- adun.app-0.81/debian/control
+++ adun.app-0.81/debian/control
@@ -7,10 +7,10 @@
   Yavor Doganov 
 Build-Depends: debhelper (>= 7),
   dpatch,
-  libgnustep-gui-dev (>= 0.12.0),
+  libgnustep-gui-dev,
   libgsl0-dev,
   imagemagick
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://diana.imim.es/Adun
 Vcs-Browser: 
http://svn.debian.org/wsvn/debian-med/trunk/packages/adun.app/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/adun.app/trunk/
diff -u adun.app-0.81/debian/changelog adun.app-0.81/debian/changelog
--- adun.app-0.81/debian/changelog
+++ adun.app-0.81/debian/changelog
@@ -1,3 +1,14 @@
+adun.app (0.81-4) unstable; urgency=low
+
+  * debian/rules (mipsen-flags): New variable, conditionally define only
+when building on mips/mipsel as a workaround for gcc-4.4 bug #519006.
+(build-stamp): Use it.
+  * debian/control (Build-Depends): Remove obsolete version requirement
+for libgnustep-gui-dev.
+(Standards-Version): Compliant with 3.9.1 (no changes required).
+
+ -- Yavor Doganov   Mon, 09 Aug 2010 16:16:34 +0300
+
 adun.app (0.81-3) unstable; urgency=low
 
   [ Charles Plessy ]
diff -u adun.app-0.81/debian/rules adun.app-0.81/debian/rules
--- adun.app-0.81/debian/rules
+++ adun.app-0.81/debian/rules
@@ -17,6 +17,11 @@
 optim := debug=yes
 endif
 
+# Workaround for gcc-4.4 bug 519006.
+ifneq (,$(findstring mips,$(DEB_BUILD_ARCH)))
+mipsen-flags := ADDITIONAL_OBJCFLAGS=-g0 ADDITIONAL_CFLAGS=-g0
+endif
+
 build: patch build-stamp
 
 build-stamp:
@@ -33,7 +38,7 @@
 # even if no -j option is used.  GNUSTEP_MAKE_PARALLEL_BUILDING=no
 # prevents messing the MAKELEVEL again.
MAKELEVEL=0 $(MAKE) GNUSTEP_MAKE_PARALLEL_BUILDING=no $(optim) \
- messages=yes LDFLAGS="$(LDFLAGS)"
+ messages=yes LDFLAGS="$(LDFLAGS)" $(mipsen-flags)
convert UL/Resources/icon.tiff -resize 32x32 adun.xpm
touch $@
 


--- End Message ---
--- Begin Message ---
On Wed, Aug 11, 2010 at 19:41:55 +0200, Mehdi Dogguy wrote:

> On  0, Yavor Doganov  wrote:
> > Mehdi Dogguy wrote:
> > > Unfortunately, it won't be able to migrate directly since the
> > > GNUstep transition started and adun.app caught the old symbols of
> > > gnustep-{base,gui}.
> > 
> > Right, so what prevents it from migrating tomorrow except the freeze
> > block?  It got built on all archs before gnustep-base/1.20.1 was
> > uploaded; http://packages.debian.org/sid/adun.app seems to confirm
> > that.
> > 
> 
> hrm, right... except for some archs when I checked (but don't recally 
> exactly which) and that's why I scheduled the binNMUs. It's being rebuilt 
> using the new gnustep-gui now. In any case, it will be part of Squeeze.
> It's just a matter of time.
> 
Closing the bug as this will go in as part of the gnustep transition.

Cheers,
Julien


signature.asc
Description: Digital signature
--- End Message ---


Bug#592055: marked as done (xpdf: freeze exception)

2010-08-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Aug 2010 20:16:06 +0200
with message-id <20100825181606.gs10...@patate.is-a-geek.org>
and subject line Re: Bug#592055: xpdf: freeze exception
has caused the Debian Bug report #592055,
regarding xpdf: freeze exception
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 ow...@bugs.debian.org
immediately.)


-- 
592055: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592055
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: freeze-exception
Severity: normal

Hi,

We (the new xpdf maintainers) were caught a bit off guard by the
freeze announcement. We had been waiting for the poppler maintainers to
fix a release-critical a bug [0] that has been blocking xpdf from
entering testing for a while now.  I submitted a fix to their svn over a
month ago, but nothing has happened, so I am planning to do a sponsored
NMU instead [1] to get things going.

xpdf 3.02-9 has already been in unstable for greater than 10 days, so it
should be OK to transition to testing as soon as the poppler issue is
fixed. However, this version is still a bit buggy, and we were hoping to
correct that with a subsequent -10 upload.  The queued changes for this
version are available in our git repo [2]. Most are fairly minor/modest,
but I did have to completely rework the control fields based on a
request to use breaks instead of conflicts.

The plan is to get the poppler issue fixed via NMU as soon as possible,
which will let 3.02-9 enter testing (that should be automatic?), then
we will need your OK to upload 3.02-10.

Please let us know if this plan is OK.

Best wishes,
Mike

[0] http://bugs.debian.org/586620
[1] http://bugs.debian.org/586620#21
[2] http://git.debian.org/?p=collab-maint/xpdf.git


--- End Message ---
--- Begin Message ---
On Sun, Aug 22, 2010 at 16:31:16 +0100, Neil McGovern wrote:

> On Sat, Aug 21, 2010 at 04:25:29PM +0900, Osamu Aoki wrote:
> > 
> > unblock xpdf/3.02-10
> > 
> 
> Done.
> 
Closing the bug.

Cheers,
Julien


signature.asc
Description: Digital signature
--- End Message ---


Processed: forcibly merging 593435 592812

2010-08-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forcemerge 593435 592812
Bug#593435: unblock: poppler/0.12.4-1.1
Bug#592812: poppler: freeze exception
Forcibly Merged 592812 593435.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
593435: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593435
592812: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592812
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12827603942115.transcr...@bugs.debian.org



Re: Permission to upload msn-pecan 0.1.0

2010-08-25 Thread Adam D. Barratt
On Wed, 2010-08-25 at 15:44 +0200, Devid Antonio Filoni wrote:
> I would like to upload msn-pecan 0.1.0 because there are a lot of
> fixes since 0.1.0~rc2. There is also a new feature (directconn) which
> will be disabled in the Debian package, so this is a bugfixes only
> release.

How big is the diffstat from 0.1.0~rc2-1 to 0.1.0-1?

Regards,

Adam


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1282759455.11253.161.ca...@kaa.jungle.aubergine.my-net-space.net



Bug#594349: pu: package okular/0.7-2+lenny1

2010-08-25 Thread Adam D. Barratt
On Wed, 2010-08-25 at 16:03 +0200, Pino Toscano wrote:
> as asked by the security team, I've updated src:okular from stable using s-p-u
> (instead of DSA) to fix CVE-2010-2575, released and fixed upstream today.
> Attached there is the debdiff of the update.

Please go ahead.

Regards,

Adam



--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1282759248.11253.140.ca...@kaa.jungle.aubergine.my-net-space.net



Bug#594363: marked as done (unblock: r-base/2.11.1-6)

2010-08-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Aug 2010 18:54:41 +0100
with message-id 
<1282758882.11253.96.ca...@kaa.jungle.aubergine.my-net-space.net>
and subject line Re: Bug#594363: unblock: r-base/2.11.1-6
has caused the Debian Bug report #594363,
regarding unblock: r-base/2.11.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 ow...@bugs.debian.org
immediately.)


-- 
594363: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594363
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock


Please unblock package r-base 

The current version in unstable is getting ready for testing. It
already ase freeze-exception on it because of the arm and tcl/tk issue
(see builds -5, -4. -3 below) and should have another one for -6. 

So you get two RC bugs for the price of one :)

  r-base (2.11.1-6) unstable; urgency=low
  
* debian/control: Add [!mips] to the list architectures that do not have
  a Build-Depends: on openjdk-6-jdk (per request of release team)
  
   -- Dirk Eddelbuettel   Sun, 15 Aug 2010 08:09:11 -0500
  
  r-base (2.11.1-5) unstable; urgency=low
  
* debian/rules: Also set ${cflags}, ${cxxflags}, ${fcflags} during 
  configure in light of #590126
* debian/rules: Set FCFLAGS as well as FFLAGS

   -- Dirk Eddelbuettel   Fri, 06 Aug 2010 07:10:57 -0500
  
  r-base (2.11.1-4) unstable; urgency=low
  
* debian/rules: Impose '-g0' for mips and mipsel in light of #590126
  
   -- Dirk Eddelbuettel   Thu, 05 Aug 2010 13:06:00 -0500
  
  r-base (2.11.1-3) unstable; urgency=low
  
* m4/R.m4: Apply patch Arnaud Patard to suppress -g flag during
  configure which currently upsets tcl/tk on the mips and mipsel
  platform (see the release-critical bug report #590126).
  A big thanks to Arnaud for the patch and detailed analysis.
  
   -- Dirk Eddelbuettel   Sun, 01 Aug 2010 13:50:21 -0500
  
  r-base (2.11.1-2) unstable; urgency=low
  
* debian/rules: Re-apply arm fixes from 2.11.0-2 below which 
  inadvertently slipped. Thanks once again to Modestas for 
  spotting this. (Closes: #581237)
  
   -- Dirk Eddelbuettel   Thu, 03 Jun 2010 17:19:17 -0500

  r-base (2.11.1-1) unstable; urgency=low
  
* New upstream version released this morning
  
   -- Dirk Eddelbuettel   Mon, 31 May 2010 06:52:52 -0500


unblock r-base/2.11.1-6

-- System Information:
Debian Release: squeeze/sid
  APT prefers lucid-updates
  APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-23-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


--- End Message ---
--- Begin Message ---
On Wed, 2010-08-25 at 10:59 -0500, Dirk Eddelbuettel wrote:
> Please unblock package r-base 
> 
> The current version in unstable is getting ready for testing. It
> already ase freeze-exception on it because of the arm and tcl/tk issue
> (see builds -5, -4. -3 below) and should have another one for -6. 
> 
> So you get two RC bugs for the price of one :)

Unblocked.

Regards,

Adam

--- End Message ---


Freeze exception: pyrit 3.0-2

2010-08-25 Thread Christian Kastner
Hello,

I'd like to ask for a freeze exception for pyrit 3.0-2.

It adds a patch provided by upstream fixing run-time detection of
MMX/SSE2, and drops my patch (I simply disabled optimizations, pending
resolution of the issue). It would be nice to have this feature enabled
in Squeeze.

Otherwise, it closes #590520.

I'm aware of the FTBFS on kfreebsd-* and hurd. These are caused by a bug
in a dependency (#589995), which makes pyrit's unit tests fail. I have
asked for removal of pyrit for these architectures (#594248), and an NMU
is being considered to resolve this issue as it has been open for more
than a month.

Regards,
Christian


diff -Nru pyrit-0.3.0/debian/changelog pyrit-0.3.0/debian/changelog
--- pyrit-0.3.0/debian/changelog2010-07-21 23:54:01.0 +0200
+++ pyrit-0.3.0/debian/changelog2010-08-25 00:03:22.0 +0200
@@ -1,3 +1,20 @@
+pyrit (0.3.0-2) unstable; urgency=low
+
+  * debian/control:
+- Bump Standards-Version to 3.9.1 (no changes needed)
+- Updated package description, indicating that optimizations are detected
+  at run-time (a result of dropping patch 0008 and adding 0012).
+  * debian/patches:
+- Added 0012-fix-SSE2-detection
+  Fixes a crash in run-time SSE2 detection on systems with MMX but no SSE2
+- Added 0013-FTBFS-on-failed-unit-tests
+  Unit test failures should result in a FTBFS so that issues such as
+  #589995 are properly caught. Closes: #590520
+- Dropped 0008-disable-optimizations-on-i386
+  Misguided patch; support for MMX/SSE2/VIA PADLOCK is detected at runtime
+ 
+ -- Christian Kastner   Tue, 24 Aug 2010 20:48:11 +0200
+
 pyrit (0.3.0-1) unstable; urgency=low
 
   * Initial release (Closes: #570918)
diff -Nru pyrit-0.3.0/debian/control pyrit-0.3.0/debian/control
--- pyrit-0.3.0/debian/control  2010-07-03 20:56:22.0 +0200
+++ pyrit-0.3.0/debian/control  2010-08-04 21:19:59.0 +0200
@@ -10,7 +10,7 @@
 python-scapy (>= 2.0),
 python-sqlalchemy (>= 0.6.1),
 libssl-dev
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 Homepage: http://code.google.com/p/pyrit/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/pyrit/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pyrit/trunk/
@@ -33,5 +33,6 @@
  Nvidia CUDA, OpenCL and VIA Padlock, it is currently by far the most powerful
  attack against one of the world's most used security-protocols.
  .
- This package contains the basic version of Pyrit. Support for non-free
- technologies such as CUDA can be added through extensions.
+ This package contains the basic version of Pyrit, with support for MMX, SSE2
+ and VIA PADLOCK detected at run-time. Support for non-free technologies such
+ as Nvidia CUDA can be added through extensions.
diff -Nru pyrit-0.3.0/debian/copyright pyrit-0.3.0/debian/copyright
--- pyrit-0.3.0/debian/copyright2010-07-20 18:42:19.0 +0200
+++ pyrit-0.3.0/debian/copyright2010-08-04 21:17:39.0 +0200
@@ -7,7 +7,7 @@
 License: GPL-3+ with OpenSSL exception
 
 Files: cpyrit/_cpyrit_cpu_sse2.S
-Copyright: 2005, Simon Marechal ( 
+Copyright: 2005, Simon Marechal 
2008-2009, Alvaro Salmador 
2009-2010, Lukas Lueg 
 License: GPL-3+ with OpenSSL exception
diff -Nru pyrit-0.3.0/debian/patches/0002-Clean-up-after-unit-tests.patch 
pyrit-0.3.0/debian/patches/0002-Clean-up-after-unit-tests.patch
--- pyrit-0.3.0/debian/patches/0002-Clean-up-after-unit-tests.patch 
2010-06-18 20:21:54.0 +0200
+++ pyrit-0.3.0/debian/patches/0002-Clean-up-after-unit-tests.patch 
2010-08-23 23:49:59.0 +0200
@@ -5,8 +5,9 @@
 The setup code for unit tests in test/ creates temporary directories without
 removing them afterwards. This patch does this.
 
-Forwarded: yes
-Last-Update: 2010-05-19
+Applied-Upstream: 0.3.1, http://code.google.com/p/pyrit/source/detail?r=272
+Last-Update: 2010-08-23
+
 ---
  test/test_pyrit.py |3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)
diff -Nru 
pyrit-0.3.0/debian/patches/0004-Fixed-deprecation-warning-generated-by-sql-alchemy.patch
 
pyrit-0.3.0/debian/patches/0004-Fixed-deprecation-warning-generated-by-sql-alchemy.patch
--- 
pyrit-0.3.0/debian/patches/0004-Fixed-deprecation-warning-generated-by-sql-alchemy.patch
2010-07-20 18:44:25.0 +0200
+++ 
pyrit-0.3.0/debian/patches/0004-Fixed-deprecation-warning-generated-by-sql-alchemy.patch
2010-08-23 23:53:10.0 +0200
@@ -1,6 +1,6 @@
 From: Christian Kastner 
 Date: Wed, 9 Jun 2010 22:25:09 +0200
-Subject: [PATCH] Fixed depreciation warning generated by sql-alchemy
+Subject: [PATCH] Fixed deprecation warning generated by sql-alchemy
 
 sql.Binary was renamed to sql.LargeBinary in python-sqlalchemy-0.6.1, causing a
 warning to be emitted everytime Pyrit is run. This patch resolves the issue.
@@ -8,8 +8,8 @@
 This patch is Debian-specific.
 
 Bug: http://code.google.com/p/pyrit/issues/detail?id=134
-Forwarded: no
-Last-Update: 2010-06-09
+Forw

Re: update for NBD

2010-08-25 Thread Mehdi Dogguy
On 08/25/2010 07:17 PM, Wouter Verhelst wrote:
> 
> Done.
> 

Unblocked.

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c7556c4.2040...@dogguy.org



Re: update for NBD

2010-08-25 Thread Wouter Verhelst
On Tue, Aug 24, 2010 at 05:01:17PM +0200, Mehdi Dogguy wrote:
> On 08/24/2010 03:46 PM, Wouter Verhelst wrote:
> > Hi,
> > 
> > I need to do another update for NBD. The main reason is to close
> > #593783, which is RC; but I would like to include fixes for #592905 and
> > #594140, too.
> > 
> 
> Looks fine. Please upload and tell us once the package has been accepted.

Done.

-- 
The biometric identification system at the gates of the CIA headquarters
works because there's a guard with a large gun making sure no one is
trying to fool the system.
  http://www.schneier.com/blog/archives/2009/01/biometrics.html


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100825171735.gc16...@celtic.nixsys.be



Re: Freeze exception: roaraudio, muroard, libao

2010-08-25 Thread Mehdi Dogguy
On 08/25/2010 05:56 PM, Patrick Matthäi wrote:
> Am 24.08.2010 18:37, schrieb Mehdi Dogguy:
>> On 08/24/2010 06:33 PM, Patrick Matthäi wrote:
>>>
>>> Regarding this whole discussion, I have uploaded now muroard 0.1.0-2.
>>> Please unblock it.
> 
> roaraudio 0.3-1 has been built fine on all release architectures now.
> As discussed yesterday again on IRC, may you please unblock it, too?
> 

Unblocked.

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c754fea.3080...@dogguy.org



Re: Mono 2.6 Transition Plan for Debian/Squeeze

2010-08-25 Thread Andreas Barth
* Mirco Bauer (mee...@debian.org) [100824 22:56]:
> Mono 2.6 consists out of the following source packages that need to be
> uploaded to unstable (after this plan was approved by the release team)
> and also freeze exceptions granted once they are in unstable:

ok. Please ping me if the packages are ready for testing migration.



Andi


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100825164455.gi15...@mails.so.argh.org



Bug#594363: unblock: r-base/2.11.1-6

2010-08-25 Thread Dirk Eddelbuettel
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock


Please unblock package r-base 

The current version in unstable is getting ready for testing. It
already ase freeze-exception on it because of the arm and tcl/tk issue
(see builds -5, -4. -3 below) and should have another one for -6. 

So you get two RC bugs for the price of one :)

  r-base (2.11.1-6) unstable; urgency=low
  
* debian/control: Add [!mips] to the list architectures that do not have
  a Build-Depends: on openjdk-6-jdk (per request of release team)
  
   -- Dirk Eddelbuettel   Sun, 15 Aug 2010 08:09:11 -0500
  
  r-base (2.11.1-5) unstable; urgency=low
  
* debian/rules: Also set ${cflags}, ${cxxflags}, ${fcflags} during 
  configure in light of #590126
* debian/rules: Set FCFLAGS as well as FFLAGS

   -- Dirk Eddelbuettel   Fri, 06 Aug 2010 07:10:57 -0500
  
  r-base (2.11.1-4) unstable; urgency=low
  
* debian/rules: Impose '-g0' for mips and mipsel in light of #590126
  
   -- Dirk Eddelbuettel   Thu, 05 Aug 2010 13:06:00 -0500
  
  r-base (2.11.1-3) unstable; urgency=low
  
* m4/R.m4: Apply patch Arnaud Patard to suppress -g flag during
  configure which currently upsets tcl/tk on the mips and mipsel
  platform (see the release-critical bug report #590126).
  A big thanks to Arnaud for the patch and detailed analysis.
  
   -- Dirk Eddelbuettel   Sun, 01 Aug 2010 13:50:21 -0500
  
  r-base (2.11.1-2) unstable; urgency=low
  
* debian/rules: Re-apply arm fixes from 2.11.0-2 below which 
  inadvertently slipped. Thanks once again to Modestas for 
  spotting this. (Closes: #581237)
  
   -- Dirk Eddelbuettel   Thu, 03 Jun 2010 17:19:17 -0500

  r-base (2.11.1-1) unstable; urgency=low
  
* New upstream version released this morning
  
   -- Dirk Eddelbuettel   Mon, 31 May 2010 06:52:52 -0500


unblock r-base/2.11.1-6

-- System Information:
Debian Release: squeeze/sid
  APT prefers lucid-updates
  APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-23-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100825155917.14922.98936.report...@max.nulle.part



Re: Freeze exception: roaraudio, muroard, libao

2010-08-25 Thread Patrick Matthäi

Am 24.08.2010 18:37, schrieb Mehdi Dogguy:

On 08/24/2010 06:33 PM, Patrick Matthäi wrote:


Regarding this whole discussion, I have uploaded now muroard 0.1.0-2.
Please unblock it.


roaraudio 0.3-1 has been built fine on all release architectures now.
As discussed yesterday again on IRC, may you please unblock it, too?

Thanks.


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c753d4a.2070...@debian.org



Re: Bug#594295: openssh-client: Please either support or ignore ControlPersist in stable, for compatibility

2010-08-25 Thread Josh Triplett
On Wed, Aug 25, 2010 at 10:11:46AM +0100, Colin Watson wrote:
> On Tue, Aug 24, 2010 at 11:44:47PM -0700, Josh Triplett wrote:
> > Thank you for packaging 5.6, and thanks to upstream for the awesome
> > ControlPersist support.
> > 
> > I use the same home directory across many systems, some running stable,
> > and some running unstable.  This means I can't use any option in
> > ~/.ssh/config that stable's ssh does not support, because that would
> > break compatibility with the systems that run stable.  Given the usual
> > lifetime of a Debian stable release, it would help greatly if stable's
> > ssh would either support ControlPersist, or at a minimum ignore it for
> > compatibility.
> 
> I can sympathise with this.  I'd rather make it do something useful than
> ignore it.  However, since we're frozen, I'm CCing the release team for
> their input.
> 
> The patch would look like the attached (plus adjustments in some other
> patches on top of it).

Thank you very much for backporting this, and thanks to the release team
as well for approving it!

- Josh Triplett


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100825152305.ga7...@feather



Re: Freeze: APT, Software Center, and other stuff [Was: Re: Bits from the (chilly) release team]

2010-08-25 Thread Julien Cristau
On Fri, Aug  6, 2010 at 20:25:18 +0200, Julian Andres Klode wrote:

> APT (keep de...@l.d.o in CC for this)
> =
> Will the APT 0.7.26 transition still be started? (mvo reported it in
> April, 579795) [and it can fix potential segfaults in python-apt].
> 
It's in progress now.

> python-apt
> ---
> 
> I have code for a new python-apt release in bzr, fixing a few bugs;
> nothing problematic:
>  debian/changelog   | 20 
>  doc/source/conf.py |  9 +++--
>  doc/source/library/apt_pkg.rst |  9 +
>  python/apt_pkgmodule.cc|  2 ++
>  python/configuration.cc| 17 -
>  python/tag.cc  |  5 +
>  6 files changed, 59 insertions(+), 3 deletions(-)
> 
> I also want to push the version to 0.7.100 for the Squeeze release, but
> this is purely cosmetic (as 0.7.9X were meant as preview releases).

python-apt FTBFS in sid on some archs (see
https://buildd.debian.org/status/package.php?p=python-apt&suite=unstable).
The diffstat above looks reasonable, can you upload ASAP (assuming it
will build)?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#594056: future unblock: libdbd-sqlite3-perl/1.29-3

2010-08-25 Thread gregor herrmann
On Wed, 25 Aug 2010 08:45:14 +0100, Tim Retout wrote:

> > Depends: libdbi-perl, perl (>= 5.10.1-14), perl-dbdabi-94, perlapi-5.10.1, 
> > libc6 (>= 2.4), libsqlite3-0 (>= 3.7.0.1)
> That's weird - maybe something was just out of date in my chroot
> (although I couldn't see anything relevant)?  I was just using amd64
> cowbuilder.
> 
> I can look at this again in about 12 hours' time, or someone else can
> build it and upload it.

I was about to upload the package right now, but then I saw that it
gets built against (and depends on) the new sqlite3 version uploaded
yesterday (3.7.2-1).

Mehdi: is this a problem?

Cheers,
gregor 
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-NP: The Who: You Better You Bet


signature.asc
Description: Digital signature


Re: Freeze exception for debian-edu-install and debian-edu?

2010-08-25 Thread Philipp Kern

On 08/22/2010 06:49 PM, Petter Reinholdtsen wrote:

Please unfreeze debian-edu-install and debian-edu.  The
debian-edu-config package is not yet ready, so a freeze exception for
this will arrive later.

Do you need more info?  When is the latest point in time we can upload
new debian-edu packages and hope to get them into squeeze?
   


Possibly as long as we did not release yet.  However, you better don't 
screw up and do your own reviews on it, we won't hold up the release for 
them.


Both unblocked.

Kind regards,
Philipp Kern


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c752b95.3000...@debian.org



Processed: retitle 594349 to pu: package okular/0.7-2+lenny1

2010-08-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 594349 pu: package okular/0.7-2+lenny1
Bug #594349 [release.debian.org] pu: package kdegraphics/0.7-2+lenny1
Changed Bug title to 'pu: package okular/0.7-2+lenny1' from 'pu: package 
kdegraphics/0.7-2+lenny1'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
594349: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594349
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.128274666914923.transcr...@bugs.debian.org



Bug#594349: pu: package kdegraphics/0.7-2+lenny1

2010-08-25 Thread Pino Toscano
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

Hi,

as asked by the security team, I've updated src:okular from stable using s-p-u
(instead of DSA) to fix CVE-2010-2575, released and fixed upstream today.
Attached there is the debdiff of the update.

Thanks,
-- 
Pino Toscano
diff -u okular-0.7/debian/changelog okular-0.7/debian/changelog
--- okular-0.7/debian/changelog
+++ okular-0.7/debian/changelog
@@ -1,3 +1,10 @@
+okular (0.7-2+lenny1) stable; urgency=low
+
+  * New patch CVE-2010-2575.diff:
++ Taken from upstream r1167825 to fix CVE-2010-2575.
+
+ -- Pino Toscano   Wed, 25 Aug 2010 15:52:12 +0200
+
 okular (0.7-2) unstable; urgency=low
 
   * New patch 11_r839617_printpreview.diff:
diff -u okular-0.7/debian/patches/series okular-0.7/debian/patches/series
--- okular-0.7/debian/patches/series
+++ okular-0.7/debian/patches/series
@@ -3,0 +4 @@
+CVE-2010-2575.diff
only in patch2:
unchanged:
--- okular-0.7.orig/debian/patches/CVE-2010-2575.diff
+++ okular-0.7/debian/patches/CVE-2010-2575.diff
@@ -0,0 +1,30 @@
+Index: kdegraphics/okular/generators/plucker/unpluck/image.cpp
+===
+--- kdegraphics/okular/generators/plucker/unpluck/image.cpp	(revision 1167824)
 kdegraphics/okular/generators/plucker/unpluck/image.cpp	(revision 1167825)
+@@ -289,8 +289,23 @@
+ for (j = 0; j < bytes_per_row;) {
+ incount = *palm_ptr++;
+ inval = *palm_ptr++;
+-memset (rowbuf + j, inval, incount);
+-j += incount;
++if (incount + j <= bytes_per_row  * width)
++{
++memset (rowbuf + j, inval, incount);
++j += incount;
++}
++else
++{
++free (rowbuf);
++free (lastrow);
++free (jpeg_row);
++
++jpeg_destroy_compress (&cinfo);
++
++fclose( outfile );
++
++return false;
++}
+ }
+ }
+ else if ((flags & PALM_IS_COMPRESSED_FLAG)


Re: Upcoming lenny point release

2010-08-25 Thread posion bit
Take this as "abstract bug" report for squeeze and upcoming... :

http://poisonbit.wordpress.com/2010/08/25/the-debian-apocalipsys/


On Tue, Aug 24, 2010 at 10:04 PM, Adam D. Barratt
 wrote:
> Hi,
>
> The next Lenny point release (5.0.6) is scheduled for Saturday,
> September 4th.
>
> Stable NEW will be frozen during the weekend of August 28th - 29th.
>
> Regards,
>
> Adam
>
>
> --
> To UNSUBSCRIBE, email to debian-security-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: 
> http://lists.debian.org/1282680291.29557.975.ca...@kaa.jungle.aubergine.my-net-space.net
>
>


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktimwzuo8c0x+s2a6jt1nzk=cbmkwfprteeksi...@mail.gmail.com



Permission to upload msn-pecan 0.1.0

2010-08-25 Thread Devid Antonio Filoni
Hello RM,
I would like to upload msn-pecan 0.1.0 because there are a lot of
fixes since 0.1.0~rc2. There is also a new feature (directconn) which
will be disabled in the Debian package, so this is a bugfixes only
release.

Bugs fixed (upstream tracker):

35: File transfers using direct connection (disabled in Debian package) <-
192: Crash after running a while: ab/pn_contactlist.c:456
197: Contact list not synchronized with MSN server
224: Not translated on Windows
180: Contact authorization happens multiple times
32: Cannot send/receive messages behind ISA proxy
114: Make win32 installer ask for Pidgin installation if not found
131: Uninstall option in Windows, etc.
230: pidgin crashes as soon as loging in a WLM account: pn_oim.c:468
234: No general API in libpurple to set your own server alias.
236: Crash in pn_direct_conn.c
231: Connection seems impossible using HTTP method
32: Cannot send/receive messages behind ISA proxy
225: Crash using Adium
237: Network Proxy support on N900
238: no emoticons in a multi chat
239: Crash in msn-pecan 0.1.0-rc3
262:Too much network usage (fixed with a quilt patch in Debian package) 
<-

Also a lot of problems (found using valgrind) are now fixed.

Please take a look at the following links for more infos:
http://felipec.wordpress.com/2010/01/29/msn-pecan-0-1-0-rc3-ready-for-testing-featuring-direct-file-transfers/
http://felipec.wordpress.com/2010/02/12/msn-pecan-0-1-0-rc4-ready-for-testing-thanks-valgrind/
http://felipec.wordpress.com/2010/02/27/msn-pecan-0-1-released-the-best-option-for-pidginlibpurple/
http://felipec.wordpress.com/2010/05/24/important-msn-pecan-bug-fix-for-battery-drain/

Thanks,
Devid


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlkti=8pyv3xkn=duhmjnc-p8--qq1yjxxhaubk6...@mail.gmail.com



Unblock request for ldns 1.6.6-1, dnsruby 1.49-1 and opendnssec 1.1.2-1

2010-08-25 Thread Ondřej Surý
No Debian packaging changes. Please Cc: me if you have any questions.

opendnssec 1.1.2 is just a bug fix release, upstream changelog:

* ods-control stop did not stopped zone fetcher (bug was
introduced in 1.1.0)
* Auditor correctly handles chains of empty nonterminals
* Zone fetcher can block zone transfers if AXFR once failed.
This is a bug in ldns versions 1.6.5 and lower. See KNOWN_ISSUES for
more information.
* Bugreport #165: Ensure Output SOA serial is always bigger
than Input SOA serial.
* Bugreport #166: Correct exit value from signer.
* Bugreport #167: Zone fetcher now also picks up changes when
zonelist is reloaded
* Bugreport #168: ods-control with tightened control for the Enforcer
* Bugreport #169: Do not include config.h in the distribution
* Bugreport #170: Typo in a man page (ods-signer)
* Bugreport #172: Correction of some macros in a man page (ods-timing)
* Bugreport #173: A man page used a macro that does not exist
(ods-ksmutil)

Please note that I will upload 1.1.2-1 after dnsruby 1.49-1 is
uploaded to main archive.

And it needs ldns 1.6.6 and dnsruby 1.49 for some bugfixes
Both are also just a bugfix releases, changelogs:

ldns 1.6.6
http://www.nlnetlabs.nl/svn/ldns/tags/release-1.6.6/Changelog

* Fix ldns_rr_clone to copy question rrs properly.
* Fix ldns_sign_zone(_nsec3) to clone the soa for the new zone.
* Fix ldns_wire2dname size check from reading 1 byte beyond buffer end.
* Fix ldns_wire2dname from reading 1 byte beyond end for pointer.
* Fix crash using GOST for particular platform configurations.
* extern C declarations used in the header file.
* Removed debug fprintf from resolver.c.
* ldns-signzone checks if public key file is for the right zone.
* NETLDNS, .NET port of ldns functionality, by Alex Nicoll, in contrib.
* Fix handling of comments in resolv.conf parse.
* GOST code enabled if SSL recent, RFC 5933.
* bugfix #317: segfault util.c ldns_init_random() fixed.
* Fix ldns_tsig_mac_new: allocate enough memory for the hash, fix use of
  b64_pton_calculate_size.
* Fix ldns_dname_cat: size calculation and handling of realloc().
* Fix ldns_rr_pop_rdf: fix handling of realloc().
* Fix ldns-signzone for single type key scheme: sign whole zone if there
  are only KSKs.
* Fix ldns_resolver: also close socket if AXFR failed (if you don't,
  it would block subsequent transfers (thanks Roland van Rijswijk).
* Fix drill: allow for a secure trace if you use DS records as trust
  anchors (thanks Jan Komissar).

dnsruby 1.49
http://rubyforge.org/frs/shownotes.php?group_id=2387&release_id=0\

* Socket memory leak plugged in select_thread.
* Fix OSX errors for TCP.
* Fix ZoneReader truncation for heavily escaped TXT records.


Thank you very much,
-- 
Ondřej Surý 


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktin_i4g7ov3afjldwcy7aswt7wmciv8riyh9_...@mail.gmail.com



freeze exception: hylafax 2:6.0.4-10

2010-08-25 Thread Giuseppe Sacco
Hi debian-release,
I would like to ask for a freeze exception for latest hylafax Debian
package. The latest package has been uploaded to unstable more than 10
days ago, without showing any new problem.

Main differences between latest (2:6.0.4-10) and testing (2:6.0.4-8)
version are:

1. fixed a very bad problem with faxadduser/faxdeluser that was deleting
the user database
2. added a note about important changes since Lenny version
3. added one patch for upstart users
4. added one patch for more security when invoking ghostscript
5. added example for integrating faxmail with exim4

giuse...@scarafaggio:~/src/hylafax$ debdiff hylafax_6.0.4-8.dsc 
hylafax_6.0.4-10.dsc | diffstat
 NEWS   |   14 
++
 changelog  |   17 
+++
 control|2 
 examples/How to setup exim to route incoming emails to hylafax faxmail |   48 
++
 hylafax-server.hylafax.default |2 
 patches/500_two_dirs_config.patch  |   42 
+---
 patches/808_ghostscript_args.patch |   43 
+++-
 7 files changed, 146 insertions(+), 22 deletions(-)

please note that patches on source code are really minimal:

In 808_ghostscript_args.patch I added two parameters "-P-" and
"-dMaxStripSize=0" to all gs invocations.

In 500_two_dirs_config.patch I only changed one line of code in two
different places.

In hylafax-server.hylafax.default I changed a line for upstart
compatibility moving from /etc/event.d to /etc/init, as upstart now uses
the latter directory.

Thank you very much,
Giuseppe


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1282739588.12590.46.ca...@scarafaggio



Bug#594336: unblock: pdl/1:2.4.7+dfsg-2

2010-08-25 Thread Henning Glawe
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Please unblock package pdl

The new upstream release 2.4.7 brings:
- strongly improved documentation
- a lot of bugfixes related to bugs tracked in upstreams BTSs (cpan and
  sf.net), but not present in Debian's BTS
- a new interactive shell (optional), which allows proper scoping (my/our)
  of variables and works also in perl strict mode.
- a much more reliable test suite
On the debian packaging side:
- testsuite results are a lot easier to extract from the buildd logs now


unblock pdl/1:2.4.7+dfsg-2

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
c u
henning



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100825115222.ga17...@ford.simpsons.bogus



Bug#593981: unblock: openarena/0.8.5-4 openarena-data/0.8.5-3

2010-08-25 Thread Simon McVittie
retitle 593981 unblock: openarena/0.8.5-4 openarena-data/0.8.5-3
thanks

On Tue, 24 Aug 2010 at 20:08:49 +0100, Adam D. Barratt wrote:
> Please go ahead, and let us know once the packages have been accepted.

Accepted, eventually... 300M binary packages are rather unwieldy :-(
Please consider:

unblock openarena/0.8.5-4 openarena-data/0.8.5-3

Thanks,
S



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100825105807.ga27...@reptile.pseudorandom.co.uk



Processed: Re: Bug#593981: unblock: openarena/0.8.5-4 openarena-data/0.8.5-3

2010-08-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 593981 unblock: openarena/0.8.5-4 openarena-data/0.8.5-3
Bug #593981 [release.debian.org] future unblock: openarena/0.8.5-4 
openarena-data/0.8.5-3
Changed Bug title to 'unblock: openarena/0.8.5-4 openarena-data/0.8.5-3' from 
'future unblock: openarena/0.8.5-4 openarena-data/0.8.5-3'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
593981: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593981
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.128273388628323.transcr...@bugs.debian.org



Re: how to proceed with geany-plugins 0.19

2010-08-25 Thread Evgeni Golov
On 08/22/2010 03:57 PM, Julien Cristau wrote:
>> >From the users point of view, it would be best to upload ctpl (the 
>> missing library) and geany-plugins with all the new plugins enabled.
>> However I can understand that you won't like this solution (even if 
>> geany-plugins and ctpl are already in ubuntu and working fine there).
>>
>> We could also disable the plugin that needs ctpl and only ship 5 new 
>> ones. Or disable all of them and ship the same set as currently in the 
>> archive.
>>
>> Thus my question: which of the three options would be ok from the RT 
>> point of view and please our users most?
>>
> I don't think adding the new dependency is reasonable at this point.

Yes, this is what I am thinking too.

You can find the diffs of the new geany-plugins with 5 of 6 new plugins
enabled here:
http://www.die-welt.net/~evgeni/geany-plugins-debian.diff.gz
http://www.die-welt.net/~evgeni/geany-plugins-all.diff.gz
The later is quite noise because of new plugins, new translations and
autotools stuff.

I quote the debian/changelog:
geany-plugins (0.19-1) UNRELEASED; urgency=low

  [ Chow Loong Jin ]
  * New upstream release
  * debian/control, debian/rules:
+ Shift geany dependency to geany-plugins-common instead, since it's a
  common dependency for all plugins
  * debian/control:
+ Add new packages for codenav, extrasel, gendoc, insertnum,
  prettyprinter and treebrowser plugins
+ Update build-deps:
  - Bump geany dependency to 0.19.
  - Add libctpl-dev and python-docutils for geanygendoc
  - Add libxml2-dev for prettyprinter
+ No-change bump of Standards-Version from 3.8.3 to 3.9.0
+ Tighten dependency on geany-plugins-common (= instead of >=)
+ Add a Breaks on all geany-plugin-* packages prior to this version to
  ensure geany-plugins-common and geany-plugin-* versions match
  * debian/geany-plugin-codenav.{docs,install},
debian/geany-plugin-extrasel.{docs,install},
geany-plugin-gendoc.{docs,install},
geany-plugin-insertnum.{docs,install},
geany-plugin-prettyprinter.install
geany-plugin-treebrowser.{docs,install}:
+ Install plugin files into individual packages

  [ Evgeni Golov ]
  * debian/control:
+ Disable gendoc plugin for now.
+ Don't D-B on libctpl-dev (it's not in Debian yet).
+ Add myself to Uploaders.
+ Standards-Version: 3.9.1

 -- Evgeni Golov   Wed, 25 Aug 2010 12:19:22 +0200

RT, is this ok for you? Even if it has to go through new?

Regards
Evgeni


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c74f263.60...@debian.org



Re: Bug#594268: autodia outputs parse error and dies

2010-08-25 Thread Mehdi Dogguy
On 25/08/2010 10:07, Roland Stigge wrote:
> Hi,
> 
> I would like to upload the patch for #594268 to unstable. Fixes the 
> "grave" RC bug for migration to testing/squeeze.
> 

RC bug fixes are always ok for a freeze-exception (as long as you don't
introduce new upstream versions). Please upload and let us know once the
package has been accepted.

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c74f453.5030...@dogguy.org



Re: aide 0.15 in unstable - please consider a freeze exception

2010-08-25 Thread Marc Haber
On Wed, Aug 25, 2010 at 11:46:13AM +0200, Julien Cristau wrote:
> On Tue, Aug 24, 2010 at 17:25:45 +0200, Marc Haber wrote:
> > ping. aide 0.15 has now been running ok on all my servers, and no bugs
> > have been reported. I think it's safe to allow aide into squeeze.
> > 
> Unblocked.

Thanks!

Greetings
Marc


-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 3221 2323190


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100825103017.ga16...@torres.zugschlus.de



Re: RFS: mobile-broadband-provider-info (updated package)

2010-08-25 Thread Julien Cristau
On Wed, Aug 25, 2010 at 10:50:53 +0530, Bhavani Shankar R wrote:

> henceforth I am attaching the diff from the present version in
> sid/squeeze for your kind review
> 
Looks ok for a freeze exception.  Please let -release know when the
package is accepted in the archive.

Cheers,
Julien


signature.asc
Description: Digital signature


Re: Freeze exception for yaz and idzebra

2010-08-25 Thread Julien Cristau
On Mon, Aug 23, 2010 at 09:47:02 +0200, Vincent Danjean wrote:

>   So, I request a freeze exception for yaz 4.0.11-1 and idzebra 2.0.44-1.

Go ahead, let us know after the packages are accepted.

Cheers,
Julien


signature.asc
Description: Digital signature


Re: aide 0.15 in unstable - please consider a freeze exception

2010-08-25 Thread Julien Cristau
On Tue, Aug 24, 2010 at 17:25:45 +0200, Marc Haber wrote:

> ping. aide 0.15 has now been running ok on all my servers, and no bugs
> have been reported. I think it's safe to allow aide into squeeze.
> 
Unblocked.

Cheers,
Julien


signature.asc
Description: Digital signature


Re: Bug#594295: openssh-client: Please either support or ignore ControlPersist in stable, for compatibility

2010-08-25 Thread Julien Cristau
Hi Colin,

On Wed, Aug 25, 2010 at 10:11:46 +0100, Colin Watson wrote:

> On Tue, Aug 24, 2010 at 11:44:47PM -0700, Josh Triplett wrote:
> > Thank you for packaging 5.6, and thanks to upstream for the awesome
> > ControlPersist support.
> > 
> > I use the same home directory across many systems, some running stable,
> > and some running unstable.  This means I can't use any option in
> > ~/.ssh/config that stable's ssh does not support, because that would
> > break compatibility with the systems that run stable.  Given the usual
> > lifetime of a Debian stable release, it would help greatly if stable's
> > ssh would either support ControlPersist, or at a minimum ignore it for
> > compatibility.
> 
> I can sympathise with this.  I'd rather make it do something useful than
> ignore it.  However, since we're frozen, I'm CCing the release team for
> their input.
> 
> The patch would look like the attached (plus adjustments in some other
> patches on top of it).
> 
Looks ok to me.

Cheers,
Julien


signature.asc
Description: Digital signature


Re: Bug#594295: openssh-client: Please either support or ignore ControlPersist in stable, for compatibility

2010-08-25 Thread Marc 'HE' Brockschmidt
Colin Watson  writes:
> On Tue, Aug 24, 2010 at 11:44:47PM -0700, Josh Triplett wrote:
>> Thank you for packaging 5.6, and thanks to upstream for the awesome
>> ControlPersist support.
>> 
>> I use the same home directory across many systems, some running stable,
>> and some running unstable.  This means I can't use any option in
>> ~/.ssh/config that stable's ssh does not support, because that would
>> break compatibility with the systems that run stable.  Given the usual
>> lifetime of a Debian stable release, it would help greatly if stable's
>> ssh would either support ControlPersist, or at a minimum ignore it for
>> compatibility.
> I can sympathise with this.  I'd rather make it do something useful than
> ignore it.  However, since we're frozen, I'm CCing the release team for
> their input.

Yes, please!

Marc
-- 
BOFH #244:
Your cat tried to eat the mouse.


pgpxX64ddyD1W.pgp
Description: PGP signature


Re: Bug#594295: openssh-client: Please either support or ignore ControlPersist in stable, for compatibility

2010-08-25 Thread Colin Watson
On Tue, Aug 24, 2010 at 11:44:47PM -0700, Josh Triplett wrote:
> Thank you for packaging 5.6, and thanks to upstream for the awesome
> ControlPersist support.
> 
> I use the same home directory across many systems, some running stable,
> and some running unstable.  This means I can't use any option in
> ~/.ssh/config that stable's ssh does not support, because that would
> break compatibility with the systems that run stable.  Given the usual
> lifetime of a Debian stable release, it would help greatly if stable's
> ssh would either support ControlPersist, or at a minimum ignore it for
> compatibility.

I can sympathise with this.  I'd rather make it do something useful than
ignore it.  However, since we're frozen, I'm CCing the release team for
their input.

The patch would look like the attached (plus adjustments in some other
patches on top of it).

-- 
Colin Watson   [cjwat...@debian.org]
Description: Backport ControlPersist support for background multiplex masters
 This backports two revisions from upstream:
 .
   - d...@cvs.openbsd.org 2010/07/19 09:15:12
 [clientloop.c readconf.c readconf.h ssh.c ssh_config.5]
 add a "ControlPersist" option that automatically starts a background
 ssh(1) multiplex master when connecting. This connection can stay alive
 indefinitely, or can be set to automatically close after a user-specified
 duration of inactivity. bz#1330 - patch by dwmw2 AT infradead.org, but
 further hacked on by wmertens AT cisco.com, apb AT cequrux.com,
 martin-mindrot-bugzilla AT earth.li and myself; "looks ok" markus@
 .
   - d...@cvs.openbsd.org 2010/08/12 21:49:44
 [ssh.c]
 close any extra file descriptors inherited from parent at start and
 reopen stdin/stdout to /dev/null when forking for ControlPersist.
 .
 prevents tools that fork and run a captive ssh for communication from
 failing to exit when the ssh completes while they wait for these fds to
 close. The inherited fds may persist arbitrarily long if a background
 mux master has been started by ControlPersist. cvs and scp were effected
 by this.
 .
 "please commit" markus@
Origin: upstream, http://bazaar.launchpad.net/~vcs-imports/openssh/main/revision/6117, http://bazaar.launchpad.net/~vcs-imports/openssh/main/revision/6135
Bug-Debian: http://bugs.debian.org/594295
Forwarded: not-needed
Last-Update: 2010-08-25

Index: b/clientloop.c
===
--- a/clientloop.c
+++ b/clientloop.c
@@ -149,6 +149,9 @@
 /* Flag indicating whether the user's terminal is in non-blocking mode. */
 static int in_non_blocking_mode = 0;
 
+/* Time when backgrounded control master using ControlPersist should exit */
+static time_t control_persist_exit_time = 0;
+
 /* Common data for the client loop code. */
 volatile sig_atomic_t quit_pending; /* Set non-zero to quit the loop. */
 static int escape_char1;	/* Escape character. (proto1 only) */
@@ -255,6 +258,34 @@
 	return (double) tv.tv_sec + (double) tv.tv_usec / 100.0;
 }
 
+/*
+ * Sets control_persist_exit_time to the absolute time when the
+ * backgrounded control master should exit due to expiry of the
+ * ControlPersist timeout.  Sets it to 0 if we are not a backgrounded
+ * control master process, or if there is no ControlPersist timeout.
+ */
+static void
+set_control_persist_exit_time(void)
+{
+	if (muxserver_sock == -1 || !options.control_persist
+	|| options.control_persist_timeout == 0)
+		/* not using a ControlPersist timeout */
+		control_persist_exit_time = 0;
+	else if (channel_still_open()) {
+		/* some client connections are still open */
+		if (control_persist_exit_time > 0)
+			debug2("%s: cancel scheduled exit", __func__);
+		control_persist_exit_time = 0;
+	} else if (control_persist_exit_time <= 0) {
+		/* a client connection has recently closed */
+		control_persist_exit_time = time(NULL) +
+			(time_t)options.control_persist_timeout;
+		debug2("%s: schedule exit in %d seconds", __func__,
+		options.control_persist_timeout);
+	}
+	/* else we are already counting down to the timeout */
+}
+
 #define SSH_X11_PROTO "MIT-MAGIC-COOKIE-1"
 void
 client_x11_get_proto(const char *display, const char *xauth_path,
@@ -528,6 +559,7 @@
 int *maxfdp, u_int *nallocp, int rekeying)
 {
 	struct timeval tv, *tvp;
+	int timeout_secs;
 	int ret;
 
 	/* Add any selections by the channel mechanism. */
@@ -571,16 +603,27 @@
 	/*
 	 * Wait for something to happen.  This will suspend the process until
 	 * some selected descriptor can be read, written, or has some other
-	 * event pending.
+	 * event pending, or a timeout expires.
 	 */
 
-	if (options.server_alive_interval == 0 || !compat20)
+	timeout_secs = INT_MAX; /* we use INT_MAX to mean no timeout */
+	if (options.server_alive_interval > 0 && compat20)
+		timeout_secs = options.server_alive_interval;
+	set_control_persist_exit_time();
+	if (control_persist_exit_time > 0) {
+		timeo

Re: Approval to upload adtool 1.3.3-2

2010-08-25 Thread Mehdi Dogguy
On 08/25/2010 10:20 AM, Jonathan Wiltshire wrote:
> 
> Thanks, it's now in unstable.
> 

Unblocked.

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c74d38d.9090...@dogguy.org



Re: Approval to upload adtool 1.3.3-2

2010-08-25 Thread Jonathan Wiltshire
On Tue, Aug 24, 2010 at 04:56:52PM +0200, Mehdi Dogguy wrote:
> On 08/23/2010 11:01 PM, Jonathan Wiltshire wrote:
> > Please consider the following diff for fixing bug #593744, severity
> > important (not yet uploaded to sid).
> 
> It looks ok. Please upload and tell us once the package has been uploaded.

Thanks, it's now in unstable.

-- 
Jonathan Wiltshire

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


signature.asc
Description: Digital signature


NEW changes in proposedupdates

2010-08-25 Thread Archive Administrator
Processing changes file: zope-ldapuserfolder_2.9-1+lenny1_i386.changes
  ACCEPT


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ooati-0005d3...@franck.debian.org



Bug#594268: autodia outputs parse error and dies

2010-08-25 Thread Roland Stigge
Hi,

I would like to upload the patch for #594268 to unstable. Fixes the
"grave" RC bug for migration to testing/squeeze.

Thanks in advance,

Roland


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c74cf2f.5040...@antcom.de



Bug#594056: future unblock: libdbd-sqlite3-perl/1.29-3

2010-08-25 Thread Tim Retout
On 24 August 2010 23:39, gregor herrmann  wrote:
> On Tue, 24 Aug 2010 21:35:19 +0100, Tim Retout wrote:
>
>> On 24 August 2010 20:49, Mehdi Dogguy  wrote:
>> > Ok. Go ahead with the upload and tell us once the package has been 
>> > accepted.
>> I looked at this: the 'Depends' field has dropped 'perl (>=
>> 5.10.1-12), perlapi-5.10.1' since the package switched to --with
>> perl_dbi.
>
> Hm?
> I just built the package from svn, and the resulting binary package
> has
>
> Depends: libdbi-perl, perl (>= 5.10.1-14), perl-dbdabi-94, perlapi-5.10.1, 
> libc6 (>= 2.4), libsqlite3-0 (>= 3.7.0.1)

That's weird - maybe something was just out of date in my chroot
(although I couldn't see anything relevant)?  I was just using amd64
cowbuilder.

I can look at this again in about 12 hours' time, or someone else can
build it and upload it.

-- 
Tim Retout 



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlkti=9ut=m-+uo3txgcgw9nughz9mdo2-nx03je...@mail.gmail.com



Re: Meeting Minutes for the IRC Release Team Meeting on August 23, 2010

2010-08-25 Thread Stefano Zacchiroli
On Tue, Aug 24, 2010 at 12:28:15AM +0200, Philipp Kern wrote:
>- upgrade-reports to be prepared and solicited  [assignee: vorlon]

I'm very happy to read that you're on this. I've briefly discussed the
matter with Philipp at DebConf10 and I agree that we need to send out a
call for user upgrades ASAP.

To avoid burning out the remaining cycles of the release team :-), I
suggest to both send out a "call for upgrades" via debian-news
(-publicity is great for coordinating that) and to mention how to help
reviewing the upgrade reports on d-d-a, maybe as part of the next "bits
from the release team".

For instance, I'm sure that a lot of people doesn't know about the
"upgrade-reports" pseudo package and, more importantly, they do not
necessarily know that the release team is actively using it.

If I can help in any way, just let me know.

Keep up the good work!
Cheers

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Quando anche i santi ti voltano le spalle, |  .  |. I've fans everywhere
ti resta John Fante -- V. Caposella ...| ..: |.. -- C. Adams


signature.asc
Description: Digital signature