debian/0000755000000000000000000000000012264455304007173 5ustar debian/README.Debian0000644000000000000000000000035212264455304011234 0ustar postgresql-comparator for Debian ----------------------- Upstream package name 'pg_comparator' has been changed to 'postgresql-comparator' for Debian purpose. -- Ivan Mincik Tue, 23 Apr 2013 17:27:04 +0200 debian/source/0000755000000000000000000000000012264455304010473 5ustar debian/source/format0000644000000000000000000000001412264455304011701 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000007212264455304010045 0ustar README.xor_aggregate README.pgc_checksum README.pgc_casts debian/copyright0000644000000000000000000000256512264455304011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pg_comparator Upstream-Contact: Fabien Coelho Source: http://pgfoundry.org/projects/pg-comparator/ Files: * Copyright: 2004-2013 Fabien Coelho License: BSD Files: debian/* Copyright: 2013, Ivan Mincik License: GPL-3 License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License. On Debian GNU/Linux systems, the complete text of version 3 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. debian/clean0000644000000000000000000000002712264455304010177 0ustar debian/pg_comparator.1 debian/rules0000755000000000000000000000120212264455304010246 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_install: dh_install *.so /usr/lib/postgresql/9.1/lib dh_install pgc_casts.sql pgc_checksum.sql xor_aggregate.sql /usr/share/postgresql/9.1/contrib dh_install pg_comparator /usr/bin rm -rf debian/postgresql-comparator/usr/lib/postgresql/9.1/bin override_dh_installdocs: dh_installdocs --exclude=README.pg_comparator rm -rf debian/postgresql-comparator/usr/share/doc/postgresql/ override_dh_installman: pod2man --name pg_comparator pg_comparator > debian/pg_comparator.1 dh_installman debian/pg_comparator.1 debian/watch0000644000000000000000000000015212264455304010222 0ustar version=3 http://pgfoundry.org/frs/?group_id=1000037 /frs/download.php/[0-9]+/pg_comparator-([0-9.]+).tgz debian/changelog0000644000000000000000000000056012264455304011046 0ustar pg-comparator (2.2.2-1) unstable; urgency=low * Adding postgresql-9.3 to recommended packages. * Imported Upstream version 2.2.2 -- Ivan Mincik Sun, 12 Jan 2014 01:01:44 +0100 pg-comparator (2.2.1-1) unstable; urgency=low * Initial release (Closes: #646131) -- Ivan Mincik Wed, 08 Jan 2014 16:07:50 +0100 debian/compat0000644000000000000000000000000212264455304010371 0ustar 9 debian/control0000644000000000000000000000200312264455304010571 0ustar Source: pg-comparator Maintainer: Debian GIS Project Uploaders: Ivan Mincik Section: database Priority: optional Build-Depends: debhelper (>= 9), postgresql-server-dev-9.3 Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/pg_comparator.git Vcs-Git: git://anonscm.debian.org/pkg-grass/pg_comparator.git Homepage: http://www.coelho.net/pg_comparator/ Package: postgresql-comparator Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, libdbi-perl, libdbd-pg-perl Recommends: postgresql-9.3, libgetopt-long-descriptive-perl, libterm-readpassword-perl Description: efficient PostgreSQL table content comparison and synchronization This script performs a network and time efficient comparison or synchronization of two possibly large tables on two PostgreSQL database servers, so as to detect inserted, updated or deleted tuples between these tables.