Your message dated Sun, 16 Sep 2007 19:32:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#409324: fixed in maypole 2.11+2.111-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libmaypole-perl
Version: 2.10-1
Severity: wishlist

Maypole needs templates to work out of the box, in the source distribution
they are located in lib/Maypole/templates/factory/, however in the debian
package they are missing.

Furthermore it would be nice to provide the templates for the example BeerDB
(in /usr/share/doc/libmaypole-perl/ex/BeerDB.pm, in the source distribtuion
 they are located in lib/Maypole/templates/beer/

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.2
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to 
C)

Versions of packages libmaypole-perl depends on:
ii  libcgi-simple-perl            0.077-1    A Simple totally OO CGI interface 
ii  libcgi-untaint-perl           1.26-2     Process CGI input parameters
ii  libclass-accessor-perl        0.30-1     Automated accessor generator
ii  libclass-data-inheritable-per 0.04-1     Inheritable, overridable class dat
ii  libclass-dbi-abstractsearch-p 0.07-2     Abstract Class::DBI's SQL with SQL
ii  libclass-dbi-asform-perl      2.42-2     Produce HTML form elements for dat
ii  libclass-dbi-fromcgi-perl     1.00-2     Update Class::DBI data using CGI::
ii  libclass-dbi-loader-perl      0.33-2     Dynamic definition of Class::DBI s
ii  libclass-dbi-loader-relations 1.3-1      Easier relationship specification 
ii  libclass-dbi-pager-perl       0.08-2     Pager utility for Class::DBI
ii  libclass-dbi-perl             3.0.15-2   A convenient abstraction layer to 
ii  libclass-dbi-plugin-retrievea 1.04-2     A more complex retrieve_all() meth
ii  libclass-dbi-sqlite-perl      0.11-2     Extension to Class::DBI for sqlite
ii  libdigest-perl                1.15-2     generic interface to message diges
ii  libtemplate-perl              2.14-1     template processing system written
ii  libtemplate-plugin-class-perl 0.13-2     Call methods of arbitrary classes 
ii  libuniversal-moniker-perl     0.08-4     Nicer names for your Perl modules/
ii  libuniversal-require-perl     0.10-1     Load modules from a variable
ii  liburi-perl                   1.35-2     Manipulates and accesses URI strin
ii  libwww-perl                   5.805-1    WWW client/server library for Perl
ii  perl                          5.8.8-7    Larry Wall's Practical Extraction 

Versions of packages libmaypole-perl recommends:
ii  libapache-mod-perl            1.29.0.4-4 integration of perl with the Apach
ii  libapache2-mod-perl2          2.0.2-2.3  Integration of perl with the Apach

-- no debconf information

-- 
Moritz Lenz
http://moritz.faui2k3.org/
http://sudokugarden.de/


--- End Message ---
--- Begin Message ---
Source: maypole
Source-Version: 2.11+2.111-1

We believe that the bug you reported is fixed in the latest version of
maypole, which is due to be installed in the Debian FTP archive:

libmaypole-perl_2.11+2.111-1_all.deb
  to pool/main/m/maypole/libmaypole-perl_2.11+2.111-1_all.deb
maypole_2.11+2.111-1.diff.gz
  to pool/main/m/maypole/maypole_2.11+2.111-1.diff.gz
maypole_2.11+2.111-1.dsc
  to pool/main/m/maypole/maypole_2.11+2.111-1.dsc
maypole_2.11+2.111.orig.tar.gz
  to pool/main/m/maypole/maypole_2.11+2.111.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings <[EMAIL PROTECTED]> (supplier of updated maypole package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 16 Sep 2007 20:12:12 +0100
Source: maypole
Binary: libmaypole-perl
Architecture: source all
Version: 2.11+2.111-1
Distribution: unstable
Urgency: low
Maintainer: Ben Hutchings <[EMAIL PROTECTED]>
Changed-By: Ben Hutchings <[EMAIL PROTECTED]>
Description: 
 libmaypole-perl - Perl framework for MVC-oriented web applications
Closes: 409324 432463
Changes: 
 maypole (2.11+2.111-1) unstable; urgency=low
 .
   * New upstream version
     - Includes templates within examples - closes: #409324
   * Updated my email address
   * Removed dependency on libapache-request-perl and recommendation of
     libapache-mod-perl - closes: #432463
   * Removed dependency of new upstream version on File::MMagic::XS
     pending packaging of that (201_no-file-mmagic-xs.diff)
   * Fixed minimum length of file extension for file type inference
     (101_fix-extension-mime-type.diff)
   * Fixed apache_mvc test to work with Apache2 modules
     (102_fix-apache_mvc-test.diff)
   * Removed subroutine definition which is replaced at run-time and
     otherwise results in a warning (103_fix-view_object-warning.diff)
   * Added watch file
   * Added md5sums
   * Updated policy version to 3.7.2 (no other changes required).
   * Added error propagation through CGI front-end
     (104_add-cgi-error-status.diff)
   * Fixed reporting of template warnings (105_dont-use-warn-method.diff)
   * Fixed method name clash with Class::DBI::mysql
     (106_fix-_column_info-clash.diff)
   * Fixed some inconsistencies between examples and tutorial
     (107_make-examples-consistent.diff)
   * Fixed generation of some URIs in standard templates (108_fix-uris.diff)
   * Adjusted examples and tutorial for use in the package
     (202_fix-example-references.diff)
   * Added README.Debian explaining use with Debian Apache/mod_perl
     packages
Files: 
 3a7557b21aff32d41805587c4cdfaf8d 1300 perl extra maypole_2.11+2.111-1.dsc
 7592cdd50c4ebaa015247a894da18626 147518 perl extra 
maypole_2.11+2.111.orig.tar.gz
 5757f17ca72d3b7817990bee0b176e15 7376 perl extra maypole_2.11+2.111-1.diff.gz
 34dbfe9943688b0ce14726eaaa1510f1 295870 perl extra 
libmaypole-perl_2.11+2.111-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG7YKJ79ZNCRIGYgcRAoPJAKCqgpWSatvDwmtlYXW2liVT2WP5VwCfYl0X
sbxfcw/TL+oThev6Zap+qyg=
=OoVt
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to