viewvc 1.1.22-1 source package in Ubuntu

Changelog

viewvc (1.1.22-1) unstable; urgency=medium


  * New upstream release (closes: #614509).  Main changes since last release
    (1.1.5) are:
    - Improved root look and SVN cache performance.
    - New 'max_filesize_kbytes' and 'binary_mime_types' configuration options.
    - Tarball generation improvements.
    - File content handling improvements.
    - Miscellaneous cvsdb improvements.
    - Add Basic authentication support to standalone.py.
    - The charset detection code is more robust.
    - Remote SVN views are now more performant and robust.
    - Added support for custom revision log markup rules.
    - Use Pygments lexer-guessing functionality.
    - Fixed a lot of bugs in corner cases.
  * I'm not able to see any problems with TypeError, so closes: #706096.
    Please reopen if it keeps happening.
  * There was a problem in the migration code from viewcvs into viewvc, but by
    now everyone is in viewvc 1.1, so I'm sad to say that this finally closes:
    #409864, #410273, #410324.
  * This release ships two new binaries in each package: a WSGI and a FCGI
    additionally to the normal CGI program, to give you any possible option.
  * debian/control:
    - Removed ancient Replaces and Conflicts with versions 8-10 years old.
    - Added Vcs-* fields.
    - Bumped Standards-Version to 3.9.5.
    - Rewritten Descriptions for both packages to reflect that now we ship 3
      binaries.
    - Add Depends on python, dh-python.
  * debian/patches:
    - Removed numbers from patches, remnants from the dpatch era, and appended
      .patch suffix.
    - Added DEP-3 headers to all of them.
    - Patches rev2369, rev2547, rev2551, compression-content-length,
      CVE-2012-3356, CVE-2012-3357 and CVE-2012-4533: Merged upstream.
    - Remaining patches are resynced against current tree.
    - shebang_wsgi_scripts.patch: Added to get rid of lintian warnings.
  * debian/rules: Rewritten from scratch with latest abstractions in mind,
    trying to mimic the old behavior.
  * debian/NEWS: Removed.
  * debian/source/format: Moved to 3.0 (quilt).
  * debian/compat: Bumped to 9, modified debian/control.
  * debian/watch: Added.

 -- David Martínez Moreno <email address hidden>  Thu, 10 Jul 2014 21:42:45 +0200

Upload details

Uploaded by:
David Martínez Moreno
Uploaded to:
Sid
Original maintainer:
David Martínez Moreno
Architectures:
all
Section:
vcs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe devel

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
viewvc_1.1.22-1.dsc 1.9 KiB e16fb3e20b9ef090aa71c9a24d7339603dadace7bb4643ee78881b7b00c3b389
viewvc_1.1.22.orig.tar.gz 602.4 KiB e41fde0088b3f4bad5cbe29cc0cfebf30c8dbe888bc1e818910d7a47174b59fa
viewvc_1.1.22-1.debian.tar.xz 18.8 KiB 4947e45c7d3c1b6a68269a63e4ef40329eb99b132d37a195e19c8b461b223c42

Available diffs

No changes file available.

Binary packages built by this source

viewvc: web interface for CVS and/or Subversion repositories

 ViewVC is a browser (web) interface for CVS and Subversion version
 control repositories. It generates templatized HTML to present
 navigable directory, revision, and change log listings. It can display
 specific versions of files as well as diffs between those versions.
 .
 Basically, ViewVC provides the bulk of the report-like functionality you
 expect out of your version control tool, but much more prettily than the
 average textual command-line program output.
 .
 ViewVC can be used in two modes, both of which are supported by this
 package: (1) by running the simple stand-alone server
 "viewvc-standalone", with or without a GUI, and/or (2) by integrating
 ViewVC with any CGI-enabled HTTP server like Apache or nginx.
 .
 Three different binaries are provided: FastCGI, WSGI (for Apache mod_python),
 and plain CGI.

viewvc-query: utility to query CVS and Subversion commit database

 ViewVC is a browser (web) interface for CVS and Subversion version
 control repositories. It generates templatized HTML to present
 navigable directory, revision, and change log listings. It can display
 specific versions of files as well as diffs between those versions.
 .
 This package includes query.cgi (and equivalent FastCGI and mod-python
 variants): a utility to query a separate CVS and Subversion commit database.
 You can search for multiple matches by typing comma-separated lists into the
 text fields. Regular expressions and wildcards are also supported. It
 requires a stand-alone MySQL database server.