phppgadmin 5.1+ds-1 source package in Ubuntu

Changelog

phppgadmin (5.1+ds-1) unstable; urgency=low

  [ Christoph Berg ]
  * Depends: | php5, so alternative PHP server-side engines like php5-fpm can
    be used.  Closes: #710101.
  * Set team as maintainer.

  [ Jean-Michel Nirgal Vourgère ]
  * Added myself in uploaders.
  * Lintian override for build-depends on dh-apache2.
  * d/copyright: Change to DEP5 format.
  * Remove binary only jquery.js from source:
    . Add +ds suffix to version in d/changelog and d/watch.
    . Add Files-Excluded in d/copyright.
    . Drop jquery license from d/copyright.
    . d/rules no longer needs to rm jquery.js, move link creation to d/links.
  * Use debian version of php-adodb:
    . d/copyright: Add Files-Excluded to remove from source, remove license.
    . Create link in d/links.
    . Add dir_to_symlink in maintscript.
    . Add Depends: libphp-adodb.
  * Minimise d/rules so that get-orig-source target is provided:
    . New d/clean file
  * Update dpkg-maintscript-helper calls:
    . Stop moving old old conf in /etc/apache2/conf.d/.
    . Drop (pre|post)(inst|rm) for a d/maintscript.
    . Added Pre-Depends on ${misc:Pre-Depends}.
  * Drop obsolete file d/svn-deblayout.
  * Limit lang/ installed files to *.php rather than removing other
    files after dh_install.
  * Bumped compat level to 9.
  * Allow configuration without essential apache module 'dir'. Closes:
    #779544.
  * New patch scriptexec_lines_start_with_semicol.diff to fix partial
    SQL execution failure. Closes: #762378.
  * d/control: Update Vcs-Browser to match alioth changes.

 -- Jean-Michel Nirgal Vourgère <email address hidden>  Tue, 28 Apr 2015 14:12:23 +0200

Upload details

Uploaded by:
Debian PostgreSQL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PostgreSQL Maintainers
Architectures:
all
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
phppgadmin_5.1+ds-1.dsc 2.0 KiB 87f28c8ceacf2de7e056888d781e363cc0e09d5bd681477b23c12b4fba4d6320
phppgadmin_5.1+ds.orig.tar.gz 590.5 KiB 8c85ee9f5667df4a50918e3dd21de380e769b0db86135d6fbfc3ef4190e8dd6d
phppgadmin_5.1+ds-1.debian.tar.xz 11.0 KiB ee26cc47ca0c8ebca21cf9abf75c1471d1512a037a8931a68048e74465ae4102

Available diffs

No changes file available.

Binary packages built by this source

phppgadmin: web-based administration tool for PostgreSQL

 phpPgAdmin is a web-based administration tool for PostgreSQL. It is perfect
 for PostgreSQL DBAs, newbies and hosting services.
 .
 Features:
  * Administer multiple servers
  * Support for PostgreSQL 8.4.x, 9.0.x, 9.1.x, 9.2.x
  * Manage all aspects of:
    * Users & groups
    * Databases
    * Schemas
    * Tables, indexes, constraints, triggers, rules & privileges
    * Views, sequences & functions
    * Advanced objects
    * Reports
  * Easy data manipulation:
    * Browse tables, views & reports
    * Execute arbitrary SQL
    * Select, insert, update and delete
  * Dump table data in a variety of formats: SQL, COPY, XML, XHTML, CSV, Tabbed,
    pg_dump
  * Import SQL scripts, COPY data, XML, CSV and Tabbed
  * Supports the Slony master-slave replication engine
  * Excellent language support:
    * Available in 27 languages
    * No encoding conflicts. Edit Russian data using a Japanese interface!
  * Easy to install and configure