Bug#666739: libnss-lwres: README.Debian wrongly says lwresd not started by default in Debian

2012-04-01 Thread Jonas Smedegaard
Package: libnss-lwres
Severity: normal

README.Debian says lwresd is not started by default in Debian, yet the
package depends on lwresd which properly contains init script.

Looks like a leftover from ancient times to me.

 - Jonas



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120401125202.1917.65828.reportbug@localhost.localdomain



Processed: Reassigning bug to the new source package

2012-04-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 173916 src:svgalib
Bug #173916 [svgalibg1] svgalibg1: [chipset FBDev] color map problems with 
image display
Warning: Unknown package 'svgalibg1'
Bug reassigned from package 'svgalibg1' to 'src:svgalib'.
No longer marked as found in versions svgalib/1:1.4.3-27 and 1:1.4.3-11.
Ignoring request to alter fixed versions of bug #173916 to the same values 
previously set
> stop
Stopping processing here.

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


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



Bug#666779: [INTL:pl] Updated Polish debconf translation

2012-04-01 Thread Michał Kułach

Package: wu-ftpd
Severity: wishlist
Tags: l10n patch

Hi!

Please update Polish debconf translation with the attached file.

Thanks in advance,
--
Michał Kułach

pl.po
Description: Binary data


Bug#666838: libapache2-mod-auth-plain: sourceful transition towards Apache 2.4

2012-04-01 Thread arno
Package: libapache2-mod-auth-plain
Severity: important
User: debian-apa...@lists.debian.org
Usertags: apache24transition

Dear maintainer,

your package libapache2-mod-auth-plain is provding an Apache2 web server module.
We're upgrading Apache to the new upstream version 2.4 [1] (tracked
as transition bug #661958). This requires all modules to be rebuilt
due to ABI changes.  Thus, you need to rebuild and reupload your
Apache2 module package in a version compatible to our new package
available in experimental [2].  Please note it is not enough to
simply rebuild the module - it needs some adaptions in the module
package metadata. We have written packaging guidelines for our
reverse dependencies [3]. Please read it carefully, it should be able
to answer most of your questions. Do also look at dh_apache2
(available through the dh-apache2 package) which can simplify
packaging Apache2 modules.  In short, we want to highlight these
changes you need to be aware of.

* APIs changed for some cases [3]. Chances are your module needs some
  adaptions, please get in touch with upstream or us if you need help
  to port your module to Apache 2.4.

* MPM packages are gone. You cannot depend or conflict with a
  particular MPM anymore. If your module does not work with a
  particular module, make sure to make it abort with an error if
  loaded together with an incompatible MPM. You can use our
  apache2-maintscript-helper [4] to switch to the MPM of your choice
  in your maintainer scripts. 

* Do not build-depend on apache2-threaded-dev or apache2-prefork-dev
  anymore. Just like MPMs are gone, are our MPM -dev packages as
  well. All modules need to simply build-depend on apache2-dev. 

* Do NOT depend on apache2, apache2-common or any other real apache2
  package in your binary module package. Depend on our virtual
  apache2-api-20120211 package only!

* Do NOT call a2enmod/a2dismod in your maintainer scripts. Use our
  apache2-maintscript-helper [3] instead. This is required to get a
  uniform and stateful handling of all Apache2 modules.


You can look at our Apache 2.4 packaging hints [5] for hands-on
tutorials.  Please note: This bug is filed as "important" for now. As
the time goes by we plan make it a release critical severity. In the
consequences your module either needs an update or is going to be
removed from Wheezy. For the time being please tag the bug as pending
as soon as you have a package ready. We strongly recommend that at
least maintainers of complex module packages make an upload to
experimental as well. Of course, uploading simple modules to
experimental is welcome, too.

[1] https://lists.debian.org/debian-devel-announce/2012/03/msg00013.html
[2] 
http://packages.debian.org/search?keywords=apache2&searchon=sourcenames&exact=1&suite=all§ion=all
[3] 
http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git;a=blob;f=debian/PACKAGING;hb=next
[4] http://httpd.apache.org/docs/2.4/developer/new_api_2_4.html
[5] http://wiki.debian.org/Apache/PackagingFor24





-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ses7r-00064v...@ravel.debian.org



Bug#666809: libapache2-mod-auth-pam: sourceful transition towards Apache 2.4

2012-04-01 Thread arno
Package: libapache2-mod-auth-pam
Severity: important
User: debian-apa...@lists.debian.org
Usertags: apache24transition

Dear maintainer,

your package libapache2-mod-auth-pam is provding an Apache2 web server module.
We're upgrading Apache to the new upstream version 2.4 [1] (tracked
as transition bug #661958). This requires all modules to be rebuilt
due to ABI changes.  Thus, you need to rebuild and reupload your
Apache2 module package in a version compatible to our new package
available in experimental [2].  Please note it is not enough to
simply rebuild the module - it needs some adaptions in the module
package metadata. We have written packaging guidelines for our
reverse dependencies [3]. Please read it carefully, it should be able
to answer most of your questions. Do also look at dh_apache2
(available through the dh-apache2 package) which can simplify
packaging Apache2 modules.  In short, we want to highlight these
changes you need to be aware of.

* APIs changed for some cases [3]. Chances are your module needs some
  adaptions, please get in touch with upstream or us if you need help
  to port your module to Apache 2.4.

* MPM packages are gone. You cannot depend or conflict with a
  particular MPM anymore. If your module does not work with a
  particular module, make sure to make it abort with an error if
  loaded together with an incompatible MPM. You can use our
  apache2-maintscript-helper [4] to switch to the MPM of your choice
  in your maintainer scripts. 

* Do not build-depend on apache2-threaded-dev or apache2-prefork-dev
  anymore. Just like MPMs are gone, are our MPM -dev packages as
  well. All modules need to simply build-depend on apache2-dev. 

* Do NOT depend on apache2, apache2-common or any other real apache2
  package in your binary module package. Depend on our virtual
  apache2-api-20120211 package only!

* Do NOT call a2enmod/a2dismod in your maintainer scripts. Use our
  apache2-maintscript-helper [3] instead. This is required to get a
  uniform and stateful handling of all Apache2 modules.


You can look at our Apache 2.4 packaging hints [5] for hands-on
tutorials.  Please note: This bug is filed as "important" for now. As
the time goes by we plan make it a release critical severity. In the
consequences your module either needs an update or is going to be
removed from Wheezy. For the time being please tag the bug as pending
as soon as you have a package ready. We strongly recommend that at
least maintainers of complex module packages make an upload to
experimental as well. Of course, uploading simple modules to
experimental is welcome, too.

[1] https://lists.debian.org/debian-devel-announce/2012/03/msg00013.html
[2] 
http://packages.debian.org/search?keywords=apache2&searchon=sourcenames&exact=1&suite=all§ion=all
[3] 
http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git;a=blob;f=debian/PACKAGING;hb=next
[4] http://httpd.apache.org/docs/2.4/developer/new_api_2_4.html
[5] http://wiki.debian.org/Apache/PackagingFor24





-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ses7r-00064p...@ravel.debian.org



Processed: owner 666838

2012-04-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 666838 !
Bug #666838 [libapache2-mod-auth-plain] libapache2-mod-auth-plain: sourceful 
transition towards Apache 2.4
Owner recorded as Arno Töll .
> thanks
Stopping processing here.

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


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



Processed: owner 666809

2012-04-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 666809 !
Bug #666809 [libapache2-mod-auth-pam] libapache2-mod-auth-pam: sourceful 
transition towards Apache 2.4
Owner recorded as Arno Töll .
> thanks
Stopping processing here.

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


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



Processing of jester_1.0-9_amd64.changes

2012-04-01 Thread Debian FTP Masters
jester_1.0-9_amd64.changes uploaded successfully to localhost
along with the files:
  jester_1.0-9.dsc
  jester_1.0-9.debian.tar.gz
  jester_1.0-9_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


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



jester_1.0-9_amd64.changes ACCEPTED into unstable

2012-04-01 Thread Debian FTP Masters



Accepted:
jester_1.0-9.debian.tar.gz
  to main/j/jester/jester_1.0-9.debian.tar.gz
jester_1.0-9.dsc
  to main/j/jester/jester_1.0-9.dsc
jester_1.0-9_amd64.deb
  to main/j/jester/jester_1.0-9_amd64.deb


Changes:
jester (1.0-9) unstable; urgency=low
 .
  * QA upload.
  * debian/control, debian/compat
  - Set maintainer to Debian QA Group
  - Update Standards-Version to 3.9.3 (no other changes)
  - Set debhelper compatibility level to 9
  - Add ${misc:Depends} to binary package
  * debian/rules, debian/install, debian/manpages
  - Switch to debhelper sequencer
  * debian/source/format, debian/patches/*
  - Switch to dpkg-source 3.0 (quilt) format
  * debian/copyright
  - Switch to Copyright Format 1.0


Override entries for your package:
jester_1.0-9.dsc - source games
jester_1.0-9_amd64.deb - optional games

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


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