Accepted viewvc 1.0.3-2 (source)

Ubuntu Installer archive at ubuntu.com
Thu May 3 09:35:00 BST 2007


Accepted:
viewvc 1.0.3-2 was ACCEPTED.
	Component: universe Section: devel

Origin: Debian/unstable
Format: 1.7
Date: Wed,  02 May 2007 14:20:30 +0100
Source: viewvc
Binary: viewvc-query, viewvc, viewcvs
Architecture: source
Version: 1.0.3-2
Distribution: gutsy
Urgency: high
Maintainer: David Martinez Moreno <ender at debian.org>
Changed-By: Ubuntu Archive Auto-Sync <archive at ubuntu.com>
Description: 
 viewvc     - view CVS/SVN repositories via HTTP
Closes: 64657 65734 66842 66843 66845 66846 67298 67627 71124 80948 84425 85826 92742 99472 104146 108198 109842 117138 118596 121105 123622 126538 126541 126572 127147 130851 131332 140354 141387 141389 147170 147414 149870 149980 150214 150247 153592 154445 156307 169187 169851 170344 175022 178999 181649 181888 188021 188022 188908 189544 189861 190975 191455 192512 194472 196975 199127 199201 200201 200691 202052 204595 206640 210303 211208 217049 217070 219963 223752 225799 229906 232847 234906 234937 235518 236217 237162 239526 239967 239968 241545 241832 244514 245181 245550 249722 251762 263268 264110 265271 270331 273997 274422 280877 282718 287771 289466 289639 291358 293301 293426 293529 294242 295031 296191 303756 304680 305130 307092 307789 318953 319250 321584 324076 324077 332137 332555 339537 344941 354752 363972 369744 372655 380981 384750 386990 386992 388527 397669 409618 409624 409626 409774 409836 409940 409949 409958 409979 410034 410136
Changes: 
 viewvc (1.0.3-2) unstable; urgency=low
 .
   * debian/control:
     - It seems that the build dependency on quilt was lost in some internal
       release.  Now it is back (closes: #409774).
     - Added po-debconf to Build-Depends.
   * Debconf translations:
     - Updated Czech (closes: #409618).  Thanks, Miroslav Kure.
     - Updated Swedish (closes: #409624).  Thanks, Daniel Nylander.
     - Added Galician (closes: #409626).  Thanks, Jacobo Tarrio.
     - Updated Japanese (closes: #409940).  Thanks, Hideki Yamane.
     - Updated French (closes: #409949).  Thanks, Michel Grentzinger.
     - Added Russian (closes: #409958).  Thanks, Yuri Kozlov.
     - Added German (closes: #409979).  Thanks, Henrik Kroeger.
     - Updated Dutch (closes: #410034).  Thanks, Thijs Kinkhorst.
     - Added Romanian (closes: #410136).  Thanks, Eddy Petrisor.
   * debian/viewvc-config: Added -c/--config in order to have the possibility
     to query a different config file.
   * debian/viewvc.config, debian/viewvc.postinst: Rewrote the migration code
     in order to make it compliant with the debconf Developers' Guide, in
     particular:
     "[...]the config script is run before the package is unpacked.[...]  The
     config script should not need to modify the filesystem at all."
     Now it simply saves viewcvs' information for later use in postinst, where
     it moves viewcvs.conf into viewvc.conf (closes: #409836).
 .
 viewvc (1.0.3-1) unstable; urgency=low
 .
   * Sorry for the enormous delay.  Viewvc was in a bad shape and I was not in
     the mood.  Let's try finally viewvc in unstable.
   * New upstream release (closes: #388527, #397669).  Main changes since the
     last snapshot are:
     - Fixed issues with Subversion tarballs.
     - Fixed annotate in several cases.
     - Security fix: declare charset for views to avoid IE UTF7 XSS attacks.
     - Minor documentation fixes.
     - Lots of other fixes in RSS, CVS and XHTML code.
   * debian/control:
     - Build-Depends on quilt (closes: #386990).
     - Added gawk to Depends in viewvc, in order to fix error when no roots are
       present, and replaced awk by gawk in debian/viewvc.postinst.
   * Renamed debian/README to debian/README.Debian.  Thanks, Romain Francoise
     (closes: #386992).
   * Included some parts of the diff from NMU 0.9.2+cvs.1.0.dev.2004.07.28-4.1
     by Joey Hess to fix #384750 (already included with the fix for #380981).
   * debian/patches: Removed 03_ValueErrorException_and_commitid patch, as it
     was included in 1.0.3.
 .
 viewvc (0.9.4+svn20060318-1) experimental; urgency=low
 .
   * New SVN snapshot. ViewCVS project has become ViewVC, under tigris.org's
     umbrella.  Fresh SVN checkout as of 18-03-2006, closes: #339537.  Main
     changes were:
     - All the files related to ViewCVS (viewcvs.conf, viewcvs.cgi and so on)
       have been renamed to viewvc.whatever.
     - Templates are Apache-agnostic, so this addresses part of #263268.
     - There is no diff_font_face setting, thus closes: #229906.
     - The templates no longer include invalid SGML comments.  Closes: #245550.
     - The URLs are properly escaped now (closes: #363972).
     - URLs in commit messages are no longer truncated (closes: #190975).
     - I am not able to leave any lock in repositories, so I suppose this
       closes: #280877.
     - I suspect that #200691 was produced by problems with python-subversion.
       Now it is working for me, so closes: #200691.
     - I have no problems to see markup in log or annotate views.  Closes:
       #204595.
     - hide_attic shows or hides files inside the Attic always, including
       subdirectories (closes: #178999).
     - The layout is correct now (closes: #189544).
     - Coloring works with diffs (closes: #344941).
     - File size now appears in the detailed view (closes: #319250).
     - svn_parent_path has been removed in favour of a wider 'root_parents'
       parameter, valid for either CVS or Subversion.  Added to NEWS.Debian.
       Closes: #264110.
     - markup_stream_enscript does not longer exist as individual method.
       Closes: #191455.
     - Disabling annotation works now.  Closes: #321584.
     - Fixed tarball generator so it doesn't include forbidden modules.
       Closes: #295031.
     - CVS branches now show correct information.  Closes: #217070.
     - As far as I understood in #217049, the problem is that certain files
       does not have Attic/ in their URL.  Now the file in Attic are shown as
       every other file, but with proper FILE REMOVED labels, so this closes:
       #217049.
     - Added integrated RSS feeds.
     - Make "default_root" option optional. When no root is specified, it shows
       a page listing all available repositories.
     - Added stricter parameter validation to lower likelihood of cross-site
       scripting vulnerabilities.
     - Added support for cvsweb's "mime_type=text/x-cvsweb-markup" URLs.
     - Fixed incompatibility with enscript 1.6.3.
     - Output "404 Not Found" errors instead of "403 Forbidden" errors to not
       reveal whether forbidden paths exist.
     - Cleaned up zombie processes from running enscript.
     - Results from viewvc-query give now a correct path.  Closes: #181888.
     - Lots of other fixes.
   * This release is very close to ViewVC 1.0, and all the requests that
     Richard A. Nelson made are in current snapshot, so I suppose that it
     closes: #369744.
   * Altered drastically the way that patches are stored.  Added infrastructure
     to manage them with quilt.  This will cause for sure some headaches, as it
     will be regressions and already fixed bugs in the present code, but the
     old package was unmanageable.  Sorry for the annoyance.  If I made this, it
     was for a better future. :-)
   * "And now, the continuation!"
   * I pushed several things present in unreleased packages to upstream, so the
     diff size is small again. :-)
   * debian/TODO: Added.
   * debian/copyright: Clarified the difference between license and copyright,
     and added some words about the name change.
   * debian/rules: Changed DH_COMPAT=3 to debian/compat(=4).
   * debian/po/*po: Replaced 'ViewCVS' by 'ViewVC'.
   * debian/templates: All the templates now belong to viewvc/whatever.  Removed
     svnparentpath, as it was not supported in the old packages and I prefer to
     keep this situation for now.
   * debian/po/vi.po: Added Vietnamese translation.  Thanks, Clytie Siddall!
     (closes: #324077).
   * debian/po/sv.po: Added Swedish translation.  Thanks, Daniel Nylander!
     (closes: #332555).
   * debian/po/es.po: Added Spanish translation.
   * Created viewvc.config in order to transfer all the existing debconf
     answers to the new hierarchy, and added code to viewcvs.postrm in order to
     remove such questions when purged.  Thanks to Joey Hess for advice in this
     situation.  Altered viewvc-config in order to use the new config file.
     Robustified several routines that deal with debconf entries.  The
     configuration system now is able to uncomment an entry.  I am not able to
     reproduce several related bugs, so this closes: #296191, #270331.
   * Fixed a greedy regular expression in viewvc-config that made full lines
     disappear from the config file when at least an option was empty.
   * Unified methods of obtaining list of roots in postinst and config scripts.
   * debian/control:
     - Renamed viewcvs to viewvc, and added a dummy viewcvs package for
       upgrades.
     - Rewrote some descriptions, and this surprisingly closes: #354752.
     - Added '| debconf-2.0' to Depends in viewvc. Closes: #332137.
     - Replaced in Build-Depends python2.3-subversion by new package
       python-subversion.
     - Moved python-subversion from Build-Depends to Depends.
     - Upgraded Standards-Version to 3.7.2.1.
   * Merged code from .diff.gz into debian/patches and with upstream in order to
     deal with past bug reports.  This is only to make sure that I did not drop
     something in the way...:
     - #196975: robots exclusion
     - #261986: viewcvs: Exception enumerating branches
     - #284237: NMU: Security update for CAN-2004-0915
     - #287771: [CAN-2004-1062]: cross site scripting security problem
     - #289466: viewcvs: breaks config file on upgrade
     - #293426: viewcvs: split log info from file content so it can be distinguished
     - #293529: viewcvs: Please include svndbadmin
     - #297032: viewcvs: Error message "UnknownReference: current_root"
     - #303756: viewcvs: Unknown Reference: current_root (includes patch)
   * Pushed to upstream an upgrade to embedded py2html to 0.8, and activated
     processing for .py scripts. Closes: #282718.
   * Call dh_python *before* dh_installdeb, so that *.py files are compiled
     Closes: #245181.
   * Applied patch fixing some typos in debian/templates.  Thanks, Tobias
     Toedter and Clytie Siddall (closes: #251762, #324076).  While at it,
     upstream replaced all the 'ViewCVS' strings by 'ViewVC' in the tree.
   * Incorporate remaining pieces from doogie's NMU to packages, except the
     setuid wrapper.  Closes: #294242.
   * debian/viewvc.links: Add a link from /usr/share/viewvc to
     /etc/viewvc/templates/docroot.
   * Changed default path in ViewVC to /etc/viewvc/templates.  This change,
     along with a commented out 'docroot' value in viewvc.conf by default,
     allowed to simply make a symbolic link from /etc/viewvc/templates/docroot
     to /usr/share/viewvc, and all the problems with CSS and images simply
     vanished.  Reading the policy I was unable to find anything against this.
     Yes, this is a performance penalty, as viewvc is serving images that
     otherwise you could get directly from the web server, but it avoids to
     deal with web server configurations.  Added a NEWS.Debian entry about this
     subject.  I am grateful to say that it closes: #305130, #263268, #307092,
     #307789, #232847, #274422.
   * We do not fiddle with Apache config, thus also closes: #291358, #304680.
   * Added a README.Debian with information about solving the performance hit
     of having viewvc serving all the content, and with basic information about
     viewvc (closes: #150214).  I think that adding this information also
     closes: #241545 as well, because the other part is 'solved' as we do not
     touch web server configurations anymore.
   * Added a patch from 1.0.x branch to upgrade lib/vclib/bincvs/__init__.py:
     - Fixed a ValueError exception raised (closes: #265271).
     - Fixed parsing of recent CVS format (closes: #372655).
   * Fixed building in order to support the new Python policy (closes: #380981):
     - debian/control: Added python-support (>= 0.3) to B-D-I.  Bumped
       dependency on debhelper (>= 5.0.37.2).
     - Added an 'XB-Python-Version: ${python:Versions}' field to viewvc and
       viewvc-query.
     - Added an 'XS-Python-Version: current' field to viewvc and viewvc-query.
     - debian/rules: Insert dh_pysupport before dh_python.
     - debian/pycompat: Created with a content of '2'.
   * Improved description for viewvc-query.  Closes: #293301.
   * We do not rename query.cgi to viewvc-query.cgi (at least for the moment).
     Closes: #194472.
 .
 viewcvs (0.9.2+cvs.1.0.dev.2004.07.28-4.1) unstable; urgency=low
 .
   * NMU
   * Updated for python transition, using python-support. Closes: #384750
 .
 viewcvs (0.9.2+cvs.1.0.dev.2004.07.28-4) unstable; urgency=low
 .
   * File contents are now visible. Thanks, Marius Gedminas! (closes: #239968).
   * debian/po/cs.po: Added Czech translation. Thanks, Miroslav Kure! (closes:
     #318953).
   * www/cgi/viewcvs.cgi: Added code to return response for robots in order to
     not index the site. Thanks, Kai Hendry. Closes: #196975.
   * templates/markup.ezt: Added a trivial patch to split log info from file
     content. Thanks, Guillem Jover. Closes: #293426.
   * viewcvs-install-debian: Include svndbadmin in the contents of the viewcvs
     package (closes: #293529).
   * debian/control:
     - Update Standards-Version to 3.6.2.
     - Added ${python:Depends} to viewcvs-query to shut up lintian.
     - Build-Depends line was really Build-Depends-Indep.
     - Added apache to Recommends, as Policy Manual says that it needs at least
       one real package.
 .
 viewcvs (0.9.2+cvs.1.0.dev.2004.07.28-3) unstable; urgency=low
 .
   * Sigh. Really change maintainer in debian/control. Thanks,  
     Martin Michlmayr.
 .
 viewcvs (0.9.2+cvs.1.0.dev.2004.07.28-2) unstable; urgency=low
 .
   * New maintainer.
 .
 viewcvs (0.9.2+cvs.1.0.dev.2004.07.28-1.5) unstable; urgency=medium
 .
   * NMU
   * Urgency medium because it fixes an important bug and it would
     be great if it still could get into sarge, even if it's frozen.
   * Update templates/include/branch_form.ezt from upstream CVS so that viewcvs
     actually shows files in CVS trees without backtraces
     (closes: #303756).
 .
 viewcvs (0.9.2+cvs.1.0.dev.2004.07.28-1.4) unstable; urgency=high
 .
   * NMU.
   * Don't try to change the config file if there are vhosts configured.
     This will most probably mess it up (Closes: #289466)
   * Bug fix: "viewcvs: Updated Japanese po-debconf template translation
     (ja.po)", thanks to Hideki Yamane (Closes: #241832).
   * Bug fix: "Update of the french debconf translation", thanks to Michel
     Grentzinger (Closes: #244514).
   * Bug fix: "[INTL:nl] New po-debconf translation in Dutch for viewcvs.",
     thanks to Tim Dijkstra (Closes: #289639).
   * Copyright holder has changed, correct copyright file
   * More changes by Christian Perrier:
     + Remove dh-make boilerplate in copyright
     + Remove initial capitals in packages description synopsis
       and improve English slightly
 .
 viewcvs (0.9.2+cvs.1.0.dev.2004.07.28-1.3) unstable; urgency=HIGH
 .
   * NMU.
   * Fix cross-site-scripting hole in 404 not found pages. (CAN-2004-1062)
     Closes: #287771
 .
 viewcvs (0.9.2+cvs.1.0.dev.2004.07.28-1.2) unstable; urgency=high
 .
   * Non-maintainer upload by the Security Team
   * Corrected code to honor hide_cvsroot and forbidden when making a
     tarball [lib/viewcvs.py, CAN-2004-0915]
 .
 viewcvs (0.9.2+cvs.1.0.dev.2004.07.28-1.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Fix error in lib/dbi.py which prevented it working with
     python >= 2.3 (Closes: #273997) Patch from upstream CVS.
   * Add some missing quotes in debian/po/ja.po
 .
 viewcvs (0.9.2+cvs.1.0.dev.2004.07.28-1) unstable; urgency=low
 .
   * New upstream release
   * fix *_pagesize (closes: #249722)
   * /etc/apache2/conf.d/viewcvs: new added
     Alias /doc/viewcvs/ /usr/share/viewcvs/
   * README.Debian: Alias /doc/viewcvs/ /usr/share/viewcvs/
   * templates/include/footer.ezt: use /doc/viewcvs/images/logo.png
   * lib/viewcvs.py: fix handling '&' and '+' in URL htmlify
 .
 viewcvs (0.9.2+cvs.1.0.dev.2004.07.01-1) unstable; urgency=low
 .
   * New upstream release
 .
 viewcvs (0.9.2+cvs.1.0.dev.2004.03.24-2) unstable; urgency=high
 .
   * debian/config,postinst,preinst: Applied patch to fix #239967 (closes: #239967)
   * urgency=high because of RC Bug fix
 .
 viewcvs (0.9.2+cvs.1.0.dev.2004.03.24-1) unstable; urgency=low
 .
   * New upstream release
   * fix operating with Subversion 0.37 and later. (Closes: #234906, #234937, #210303)
     Thanks NMUing by Branden Robinson. (closes: #239526)
   * fix query.ezt points to query.cgi (closes: #237162)
   * install into /usr/lib/python2.3/site-packages/ (closes: #235518)
   * remove useless README (closes: #211208)
   * added nl,po ca.po and ja.po for debconf (closes: #219963, #236217, #225799)
   * mentioned subversion in description (closes: #223752)
   * ask svn_root in debconf
 .
 viewcvs (0.9.2+cvs.1.0.dev.2003.08.26-1) unstable; urgency=low
 .
   * New upstream cvs checkout (closes: #202052)
   * CGI script run with umask 0002
   * build-depends
   * switch to gettext format for the debconf templates (closes: #199127)
   * added fr.po (closes: #200201)
   * build-depends on pyhton2.3-subversion (closes: #206640)
 .
 viewcvs (0.9.2+cvs.1.0.dev.2003.05.05-3) unstable; urgency=low
 .
   * Applied patch to fix svn support (closes: Bug#199201)
 .
 viewcvs (0.9.2+cvs.1.0.dev.2003.05.05-2) unstable; urgency=low
 .
   * Fixed cp process in postinst (closes: #192512)
 .
 viewcvs (0.9.2+cvs.1.0.dev.2003.05.05-1) unstable; urgency=low
 .
   * New upstream release
   * Thanks Raphael Bossek <raphael.bossek at gmx.de> to following changes.
     - Multiple repositories support fixed. [ViewCVSBug:705560,656677,624608]
     - Tarball download fixed. (closes: #188908) [ViewCVSBug:724971]
     - Blank site while markup unknown file extension fixed. [ViewCVSBug:724978,702915]
     - PHP markup support improved as mentioned by ViewCVSBug 702915.
     - Removed bug 175022 patch from sources due to trouble with repository
       entries containing blanks. We are also depending on Python 2.2 where
       the described problem doesn't exist anymore. [ViewCVSBug:724967]
   * don't use examples as conffile template.(closes: #189861)
 .
 viewcvs (0.9.2+cvs.1.0.dev.2003.04.08-0.1) unstable; urgency=low
 .
   * New upstream release, includes svn support and bug fixes
     (closes: #188021, #181649)
   * lib/viewcvs.py: applied path for download support w/ py2.1(woody) (closes: #175022)
   * debian/control: fix build-depends (closes: #188022)
 .
 viewcvs (0.9.2-8) unstable; urgency=low
 .
   * debian/rules: PYTHONDIR=/usr/lib/python2.2 (closes: #170344)
 .
 viewcvs (0.9.2-7) unstable; urgency=low
 .
   * Depends on python-tk (closes: #154445)
   * Build-Depends: python-dev (>= 2.2, << 2.3) (closes: #169851)
   * Fix enscript option. (closes: #149980)
   * Fix typo in debconf template (closes: #149870)
   * Fix comments of viewcvs.conf for cvsgraph package (closes: #156307)
   * improved colorised enscript support (closes: #169187)
   * include INSTALL documentaion. (closes: #153592)
   * change default cvsroot to /var/lib/cvs (closes: #150247)
 .
 viewcvs (0.9.2-6) unstable; urgency=low
 .
   * split out viewcvs-query.cgi into viewcvs-query. (closes: #147414, #147170)
 .
 viewcvs (0.9.2-5) unstable; urgency=low
 .
   * fix enscript support (closes: #140354)
   * fix Cross Site Scripting vulnerability
 .
 viewcvs (0.9.2-4) unstable; urgency=low
 .
   * /etc/viewcvs/viewcvs.conf: do not mark as conffiles
   * default cvs is /var/lib/cvs (closes: #141389)
   * fix documents (closes: #141387)
 .
 viewcvs (0.9.2-3) unstable; urgency=low
 .
   * added debconf chooser for Default CVS Root
   * Implement disallowing to list modules of '/'
     disallow_root = 0 (disable) or 1 (enable) # (default is disable)
     It behave like SourceForge's viewcvs.
   * read 'viewcvs.conf' of current directory when it exists.
     It useful for VirtualHost.
 .
 viewcvs (0.9.2-2) unstable; urgency=low
 .
   * Online documents and icons were moved to /usr/share/viewcvs/
     And fixed README.Debian
     (closes: #131332)
   * debian/templates:
     - added Note for icons directory.
   * debian/links:
     - /usr/share/viewcvs /usr/share/doc/viewcvs/html
   * templates/*:
     - use /viewcvs/icons/ instead of /doc/viewcvs/icons/
     - don't use apache_pb.gif. use viewcvs's logo.png instead.
 .
 viewcvs (0.9.2-1) unstable; urgency=low
 .
   * New upstream release (closes: #130851)
   * applied fix icon path patch (#130851) Thanks.
 .
 viewcvs (0.9.1-2) unstable; urgency=low
 .
   * cgi/viewcvs.conf.dist:
     - default cvsgraph_conf is /etc/cvsgraph/cvsgraph.conf
   * debian/control:
     - Suggests: cvsgraph
 .
 viewcvs (0.9.1-1) unstable; urgency=low
 .
   * New upstream release (closes: #127147)
   * viewcvs-install-debian:
     - update with original.
 .
 viewcvs (0.8-4) unstable; urgency=low
 .
   * debian/template:
     - Fix grammer, boolean value, more detail for allow_tar.
       and fix debconf manner. Thanks Joey Hess (closes: #126538, #126541)
   * viewcvs-install-debian:
     - install help_query.html (closes: #126572)
 .
 viewcvs (0.8-3) unstable; urgency=low
 .
   * debian/config:
     - remove duplicate code with postinst.
   * lib/viewcvs.py:
     - enscript_extensions: add '.rb' : 'ruby'
 .
 viewcvs (0.8-2) unstable; urgency=low
 .
   * test /usr/lib/viewcvs/viewcvs-config when run it (closes: #123622)
 .
 viewcvs (0.8-1) unstable; urgency=low
 .
   * New upstream release
   * fix duplicate conffiles (closes: #108198)
   * standalone.py will be installed as /usr/sbin/viewcvsd
   * added manpage viewcvsd.8
   * wrote a little documents README.Debian (closes: #66842, #109842)
     wrote about Alias to icons dir (closes: #121105)
   * move viewcvs.conf to /etc/viewcvs/
   * renamed query.cgi to viewcvs-query.cgi (closes: #104146)
   * install byte compiled py (pyc) into /usr/lib/python2.1/viewcvs (closes: #92742)
   * install template into /etc/viewcvs/templates
   * other files are into /usr/lib/viewcvs/
   * use debconf to set cvs_roots, address, forbidden and allow_tar
   * Build-Depends: + python2.1-dev
   * Depends: debconf (>= 1.0)
   * Depends: -httpd, Recommends: +httpd (viewcvsd not need httpd)
   * default cvsroot is /var/cvsroot (closes: #117138)
   * lib/viewcvs.py (view_doc): doc_directory is statically "/usr/share/doc/viewcvs"
 .
 viewcvs (0.7-4) unstable; urgency=low
 .
   * Fix python2 issue. (closes: #118596)
 .
 viewcvs (0.7-3) unstable; urgency=low
 .
   * Fix preinst.
 .
 viewcvs (0.7-2) unstable; urgency=low
 .
   * Fixed Build-Depends (closes: Bug#99472)
 .
 viewcvs (0.7-1) unstable; urgency=low
 .
   * New upstream release
     some upstream bugs were fixed. (closes: Bug#67627,Bug#71124,Bug#80948,Bug#84425,Bug#66846)
 .
 viewcvs (0.6-4) unstable; urgency=low
 .
   * Applied tarball generate patch By Akira Tanaka <akr at m17n.org>.
 .
 viewcvs (0.6-3) unstable; urgency=low
 .
   * closes: Bug#85826: bashism in debian/rules
 .
 viewcvs (0.6-2) unstable; urgency=low
 .
   * Added debian.jpg as log and {back,dir,text}.gif which from ViewCVS website.
     Modified default viewcvs.conf. It remove apache dependency.
     closes: Bug#66843, Bug#66845
 .
 viewcvs (0.6-1) unstable; urgency=low
 .
   * New upstream release
   * Depends: python-base(>=1.5.2), closes: Bug#67298
 .
 viewcvs (0.5-2) unstable; urgency=low
 .
   * debian/rules patch by Karl M. Hegbloom <karlheg at debian.org>
    - fixes the ViewCVS mysql database support by ensuring that installed
      paths are substituted into the scripts so it can find itself where
      we've installed it for Debian.
    - install from binary-indep rather than binary-arch target.
    - move from /usr/lib/viewcvs to /usr/share/viewcvs
    - clarify ambiguity in long description by saying "commit-logs" rather
     than "change logs" (two words), because I thought it meant it would
     let me edit typos in log entries from previous commits.
   * closes: Bug#65734: [patch] Fix database support.
     Thanks a lot, Karl.
 .
 viewcvs (0.5-1) unstable; urgency=low
 .
   * New upstream release
   * Applied #64657 wishlist. (closes: Bug#64657)
     Thanks, Tuomas Jormola <tj at sgic.fi>
 .
 viewcvs (0.4-1) unstable; urgency=low
 .
   * Initial Release.
Files: 
 3d44ad485d38bf9f61d8111661260b4a 406570 devel optional viewvc_1.0.3.orig.tar.gz
 9994735bfc32e9de04f0ea5047cb9bcf 733 devel optional viewvc_1.0.3-2.dsc
 bb840251d07dd2e66762f6ac1d45afbf 35391 devel optional viewvc_1.0.3-2.diff.gz





More information about the gutsy-changes mailing list