Your message dated Wed, 12 Jun 2013 16:48:03 +0000
with message-id <[email protected]>
and subject line Bug#319219: fixed in pyblosxom 1.5.2-1
has caused the Debian Bug report #319219,
regarding please consider adding info about user install to docs
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 [email protected]
immediately.)


-- 
319219: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=319219
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pyblosxom
Severity: wishlist
Version: 1.2-1

To support pyblosxom behind simple URLs like

  http://blog.mysite.org/

the following is needed in the apache.conf:

  ScriptAlias / /home/madduck/blog/pyblosxom.cgi/

With a symlink installation (c.f. #298587), this does not work since
ScriptAlias cannot be used with symlinks (known problem/bug/feature,
according to Thom May).

Instead of copying pyblosxom.cgi to the user directories, I created
the following proxy script to be used instead:

  #!/bin/sh -e

  cd ${0%/*}
  export PYTHONPATH=$(pwd):$PYTHONPATH
  exec /usr/lib/cgi-bin/pyblosxom.cgi

Please consider adding this information to the package. You can find
a complete rundown of how to set up pyblosxom on a per-user basis
here:

  http://kindergarten.madduck.net/configs/pyblosxom

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-9-amd64-k8
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

-- 
 .''`.     martin f. krafft <[email protected]>
: :'  :    proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
 
eleventh law of acoustics:
  in a minimum-phase system there is an inextricable link between
  frequency response, phase response and transient response, as they
  are all merely transforms of one another. this combined with
  minimalization of open-loop errors in output amplifiers and correct
  compensation for non-linear passive crossover network loading can
  lead to a significant decrease in system resolution lost. however,
  of course, this all means jack when you listen to pink floyd.

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: pyblosxom
Source-Version: 1.5.2-1

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

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.
Markus Koschany <[email protected]> (supplier of updated pyblosxom 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: SHA256

Format: 1.8
Date: Wed, 12 Jun 2013 16:35:45 +0200
Source: pyblosxom
Binary: pyblosxom
Architecture: source all
Version: 1.5.2-1
Distribution: unstable
Urgency: low
Maintainer: Markus Koschany <[email protected]>
Changed-By: Markus Koschany <[email protected]>
Description: 
 pyblosxom  - lightweight file-based weblog system written in Python
Closes: 319219 569844 607676 611443 664340 705151
Changes: 
 pyblosxom (1.5.2-1) unstable; urgency=low
 .
   * New maintainer. (Closes: #705151)
   * New upstream release. (Closes: #611443)
     - Pyblosxom 1.5.2 ships a new command-line tool, pyblosxom-cmd. You can
       easily generate and test an initial blog setup and render static pages
       with it. (Closes: #569844)
     - The new release provides extensive sphinx-documentation in
       /usr/share/doc/pyblosxom/html. Many different ways of setting up
       pyblosxom are described including the deployment of the software as a CGI
       application for normal users. (Closes: #319219)
   * Switch to source format 3.0 (quilt). Thanks Jari Aalto for the patch.
     (Closes: #664340)
   * Bump compat level to 9 and require debhelper >=9.
   * debian/rules:
     - Use dh sequencer to simplify debian/rules. Drop cdbs.
     - Build with --python2 and sphinxdoc.
     - Install WHATSNEW as upstream changelog.
     - Activate the test suite during build time.
   * debian/control:
     - Remove cdbs and dpatch from Build-Depends.
     - Remove deprecated python-support and drop python-dev.
     - Add python-setuptools and python-sphinx (>= 1.0.7+dfsg) to
       Build-Depends-Indep.
     - Bump Standards-Version to 3.9.4., no changes.
     - Update the homepage field to pyblosxom's new address. (Closes: #607676)
     - Suggest also nginx and lighttpd as possible webservers.
     - Improve the package description.
   * Update debian/copyright to copyright format 1.0.
     - Document GPL-2+, GPL-3+ and Public Domain licenses.
   * Register the documentation with doc-base.
   * Create a new man page for pyblosxom-cmd and install it with the manpages
     file.
   * Update the watch file for the new homepage address.
   * Drop pyblosxom.postinst. Fix file permissions in debian/rules.
   * Refresh all patches, convert them to quilt format and add DEP-3 headers.
   * Add use-recommended-shebang-for-pyblosxom.cgi.patch to comply with the
     Debian Python policy.
   * Update README.Debian. Describe the creation of a new weblog with pyblosxom
     in five easy steps.
Checksums-Sha1: 
 522319a94004183ccb6a392656a332806dfce6f2 1919 pyblosxom_1.5.2-1.dsc
 9d19d2dbc8c13ff1ed685d2cd0515b85ccdecf9d 206032 pyblosxom_1.5.2.orig.tar.gz
 fb380265747246fa056ba4895d551c378d8a5a00 9224 pyblosxom_1.5.2-1.debian.tar.gz
 19f95fe4fee9742026bbcbda13410ff53f7d9ee5 401728 pyblosxom_1.5.2-1_all.deb
Checksums-Sha256: 
 cbde58b6e7fdb25ff5196d11f820b1ad79d7a9a5cf782ab284638d738fdbb2fc 1919 
pyblosxom_1.5.2-1.dsc
 dbe46f66fa790213c7ff5b87348894f8a57e962a69b307e10fdd3408cd93b3e2 206032 
pyblosxom_1.5.2.orig.tar.gz
 fd094816ee1f77055d44ea057c61bc38671214a1a83b78360bc169cb471254c0 9224 
pyblosxom_1.5.2-1.debian.tar.gz
 13da47f8cee2b62392cb6ac964574ff0d98e4bce59ccf901a025b78c1a928356 401728 
pyblosxom_1.5.2-1_all.deb
Files: 
 cc4c4adebaaa045a5412be0e4ccb7786 1919 web optional pyblosxom_1.5.2-1.dsc
 660de0b07e9ec2d0ac5842bed286db76 206032 web optional 
pyblosxom_1.5.2.orig.tar.gz
 6b012ded19667b9b22428f792884b802 9224 web optional 
pyblosxom_1.5.2-1.debian.tar.gz
 0f5d0dcbaba8b09ed3933047379050b0 401728 web optional pyblosxom_1.5.2-1_all.deb

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

iQIcBAEBCAAGBQJRuKOPAAoJEHQmOzf1tfkTmI8P/A9ASIVf5mrdlCIz16Co7N0h
h2/U714TyeQiiZNRhvaDatnqyZYGxLhvoVPf0p3xFVMvpQRbvrUrXMwGnOyKm3RG
e9UxrQCDlcL+rAE46oNMsRLWpM+ms/VhMqRzQVqsfVhE/Ly5NlW+VObtZoi5pA6A
SdRVquuLYiQ2q4ufe1ls5eRnxcG2pukWuirCnIlL3vKLXDi+ST1RZlLNflLrjjse
PNooHueTc9oEgUeZ/qwGO/iyii2VkDJ4bYlHzoMirWfDw0Di+p8MZOgpcWGcAJfo
wQfnJtr7pzsEs2y3d2F9thqcsmV1vLw7wT1Wii8CwxXHAHnCYlZZ30yO8wmTSbyM
RYt71l/Lbbs0Xd/pbMS/YeTwMMvhh06/xRC82rx/pDOSBywkJ6xycuncBLMPuCz8
pGaB35krpggnkjtgQ/F3MBg4A8M3WxUjGVBcBC5pBnYDq0t9zmIStBu3XU70z5kc
USMupaSkacf1s3nXMX23OT/lE3+RGqlpy/dptBLOBBoFCTtTjd/WrtyK+j3uKHQq
3QFBlGr2ZjBlX4v7snvtufnf46BjOCbRULb3SYY2V6e8bpxuEGGv02K1RNKBCQ4Q
yj2vAeVQJt+f9MipMFKWt5qyS+QWYImtDWdHJSNxVDPpEYvj1NZBlNJjdVatJqAV
7AMS+yvE3eZJUkVNoefK
=PtXc
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to