forked from holland-backup/holland
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This should now build cleanly across ubuntu lucid/10.04+ and on debian/squeeze+ python-support will be used on lucid, and dh_sphinxdoc is not run on distributions that have python-sphinx < 1.0.7+dfsg. On older distributions lacking dh_sphinxdoc, we manually install the documentation as needed and attempt to patch up the same files as dh_sphinxdoc
- Loading branch information
Showing
3 changed files
with
49 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,6 @@ | ||
holland (1.0.8-1) unstable; urgency=low | ||
|
||
[ Andrew Garner ] | ||
* New upstream release | ||
|
||
-- Andrew Garner <[email protected]> Wed, 09 Jan 2013 15:10:45 +0000 | ||
|
||
holland (1.0.6-3) unstable; urgency=low | ||
|
||
* Installed holland command as /usr/sbin/holland to fix regression from | ||
previous releases | ||
|
||
-- Andrew Garner <[email protected]> Wed, 30 May 2012 15:10:45 +0000 | ||
|
||
holland (1.0.6-2) unstable; urgency=low | ||
|
||
* Adding missing ${python:Depends} to all subpackages | ||
* Removed mysql-client version requirement | ||
* Removed python-support dependency and use dh_python2 | ||
* Remove namespace_package support | ||
* Build sphinx html documentation | ||
* Add missing mysqldump-lvm.conf global plugin config | ||
|
||
-- Andrew Garner <[email protected]> Sat, 05 May 2012 11:12:27 -0500 | ||
|
||
holland (1.0.6-1) unstable; urgency=low | ||
|
||
* New upstream release | ||
* Added holland-pgdump | ||
|
||
-- Andrew Garner <[email protected]> Tue, 11 Jan 2011 23:05:37 -0500 | ||
|
||
holland (1.0.3-1) unstable; urgency=low | ||
|
||
* New upstream release | ||
|
||
-- Andrew Garner <[email protected]> Tue, 13 Jul 2010 15:44:00 -0500 | ||
|
||
holland (0.9.9-3) unstable; urgency=low | ||
|
||
* Added python-sphinx build dependency | ||
* Fixed typo in holland.lib.mysql egg-info path | ||
|
||
-- Andrew Garner <[email protected]> Tue, 11 May 2010 18:15:29 -0500 | ||
|
||
holland (0.9.9-2) unstable; urgency=low | ||
|
||
* Remove .egg file dependency | ||
|
||
-- Andrew Garner <[email protected]> Sun, 09 May 2010 04:36:17 -0500 | ||
|
||
holland (0.9.9-1) unstable; urgency=low | ||
|
||
* Initial release | ||
|
||
-- Andrew Garner <[email protected]> Sun, 09 May 2010 03:52:44 -0500 | ||
-- Andrew Garner <[email protected]> Fri, 11 Jan 2013 16:37:42 +0000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,22 @@ | ||
Source: holland | ||
Section: utils | ||
Priority: optional | ||
Maintainer: Andrew Garner <[email protected]> | ||
Build-Depends: debhelper (>= 7.0.50), quilt | ||
Build-Depends-Indep: python (>= 2.6.6-3), python-sphinx, | ||
python-setuptools, libjs-jquery | ||
Maintainer: Andrew Garner <[email protected]> | ||
Build-Depends: debhelper (>= 7.0.50), | ||
quilt | ||
Build-Depends-Indep: python (>= 2.6), | ||
python-sphinx, | ||
python-setuptools (>= 0.6b3), | ||
libjs-jquery | ||
Homepage: http://hollandbackup.org | ||
Standards-Version: 3.9.2 | ||
|
||
|
||
Package: holland | ||
Architecture: all | ||
Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources | ||
Depends: python-pkg-resources, | ||
${misc:Depends}, | ||
${python:Depends} | ||
Description: pluggable backup manager | ||
Pluggable backup framework which focuses on, but is not limited to, highly | ||
configurable database backups. | ||
|
@@ -31,40 +36,52 @@ Description: pluggable backup manager | |
|
||
Package: holland-common | ||
Architecture: all | ||
Depends: ${python:Depends}, ${misc:Depends}, holland (>= ${source:Version}), python-mysqldb (>= 1.2) | ||
Depends: holland (>= ${binary:Version}), | ||
python-mysqldb (>= 1.2), | ||
${misc:Depends}, | ||
${python:Depends} | ||
Recommends: mysql-client | ||
Description: Holland Common Library Plugins | ||
This package provides the common holland plugins that are generally used by | ||
other plugins. | ||
|
||
Package: holland-mysqldump | ||
Architecture: all | ||
Depends: ${python:Depends}, ${misc:Depends}, holland (>= ${source:Version}), holland-common(>= ${source:Version}), mysql-client | ||
Depends: holland (>= ${binary:Version}), | ||
holland-common (>= ${binary:Version}), | ||
mysql-client, | ||
${misc:Depends}, | ||
${python:Depends} | ||
Description: Holland MySQL Dump Backup Provider Plugin | ||
This package provides the holland mysqldump plugin. | ||
|
||
Package: holland-example | ||
Architecture: all | ||
Depends: ${python:Depends}, ${misc:Depends}, holland (>= ${source:Version}) | ||
Description: Holland Example Backup Provider Plugin | ||
This package provides the holland example plugin. | ||
|
||
Package: holland-mysqllvm | ||
Architecture: all | ||
Depends: ${python:Depends}, ${misc:Depends}, holland (>= ${source:Version}), holland-common (>= ${source:Version}) | ||
Depends: holland (>= ${binary:Version}), | ||
holland-common (>= ${binary:Version}), | ||
${misc:Depends}, | ||
${python:Depends} | ||
Replaces: holland-mysql-lvm | ||
Description: Holland MySQL Hot Copy Backup Provider Plugin | ||
This package provides the Holland mysql-lvm plugin. | ||
|
||
Package: holland-xtrabackup | ||
Architecture: all | ||
Depends: ${python:Depends}, ${misc:Depends}, holland (>= ${source:Version}), holland-common (>= ${source:Version}), mysql-client | ||
Depends: holland (>= ${binary:Version}), | ||
holland-common (>= ${binary:Version}), | ||
mysql-client, | ||
${misc:Depends}, | ||
${python:Depends} | ||
Description: Holland xtrabackup Backup plugin | ||
This package provides the holland xtrabackup plugin. | ||
|
||
Package: holland-pgdump | ||
Architecture: all | ||
Depends: ${python:Depends}, ${misc:Depends}, holland (>= ${source:Version}), holland-common(>= ${source:Version}) | ||
Description: Holland Postgres Backup Provider Plugin | ||
Depends: holland (>= ${binary:Version}), | ||
holland-common (>= ${binary:Version}), | ||
postgresql-client-common | postgresql-xc-client, | ||
${misc:Depends}, | ||
${python:Depends} | ||
description: Holland Postgres Backup Provider Plugin | ||
This package provides the holland pgdump plugin. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters