debian/0000755000000000000000000000000012106301426007161 5ustar debian/patches/0000755000000000000000000000000012106277142010617 5ustar debian/patches/README0000644000000000000000000000021111001142351011453 0ustar 0xxx: Grabbed from upstream development. 1xxx: Possibly relevant for upstream adoption. 2xxx: Only relevant for official Debian release. debian/patches/series0000644000000000000000000000002412106265711012027 0ustar 1001_js_paths.patch debian/patches/1001_js_paths.patch0000644000000000000000000000150212106277142014112 0ustar Description: Adjust and extend paths for system-wide JavaScript files Author: Jonas Smedegaard Last-Update: 2013-02-12 --- a/lib/Prophet/Server.pm +++ b/lib/Prophet/Server.pm @@ -169,9 +169,13 @@ sub system_js_and_css { my $mapping = { 'yui/css/reset.css' - => '/usr/share/javascript/yui/reset/reset.css', + => '/usr/share/javascript/yui3/cssreset/reset-min.css', 'jquery/js/jquery-1.2.6.min.js', => '/usr/share/javascript/jquery/jquery.min.js', + 'jquery/js/jquery.tablesorter.min.js', + => '/usr/share/javascript/jquery-tablesorter/jquery.tablesorter.min.js', + 'jquery/css/tablesorter/style.css', + => '/usr/share/javascript/jquery-tablesorter/themes/blue/style.css', }; return $mapping; } debian/control0000644000000000000000000000367212106301410010565 0ustar Source: prophet Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, libxml-atom-simplefeed-perl, liburi-perl, libexporter-lite-perl, libproc-invokeeditor-perl, libtime-progress-perl, libwww-perl, libparams-validate-perl, libipc-run3-perl, libuuid-tiny-perl, libmime-base64-urlsafe-perl, libterm-readkey-perl, libconfig-gitlike-perl (>= 1.02), libpath-dispatcher-perl (>= 1.02), libpath-dispatcher-declarative-perl (>= 0.03), libmouse-perl (>= 0.89), libany-moose-perl (>= 0.04), libjson-perl (>= 2.00), libtemplate-declare-perl (>= 0.35), libfile-sharedir-perl (>= 1.00), libhttp-server-simple-perl (>= 0.40), libdbd-sqlite3-perl (>= 1.00), libjson-xs-perl (>= 2.222), libterm-readline-perl-perl | libterm-readline-gnu-perl, rsync, libnet-rendezvous-publish-backend-avahi-perl, libnet-bonjour-perl, libyaml-syck-perl, libmodule-refresh-perl, libtest-http-server-simple-perl, libtest-pod-coverage-perl, libtest-exception-perl (>= 0.26), libtest-www-mechanize-perl (>= 1.16) Maintainer: Jonas Smedegaard Uploaders: Christine Spang Standards-Version: 3.9.4 Homepage: http://search.cpan.org/dist/Prophet/ Vcs-git: git://git.debian.org/git/collab-maint/prophet Vcs-Browser: http://git.debian.org/?p=collab-maint/prophet.git Package: libprophet-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Description: distributed, peer-to-peer replicated database system Prophet is a lightweight schemaless database designed for peer to peer replication and disconnected operation. Prophet keeps a full copy of your data (and history) on your laptop, desktop or server. Prophet syncs when you want it to, so you can use Prophet-backed applications whether or not you have network. . If you're not a programmer, you likely want an end-user application built on top of Prophet, rather than this package. debian/source/0000755000000000000000000000000012064120614010462 5ustar debian/source/format0000644000000000000000000000001412064120614011670 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000573112106301346011042 0ustar prophet (0.750-1) unstable; urgency=low [ upstream ] * New release: + --progress option to publish command enables rsync's publish flag. + PROPHET_EDITOR variable allows customization of editor. + add the ability to color format strings. + allow one to configure the default server port with server.default-port. + server command now bails out with a helpful message when port in use. + don't blindly override $ENV{LESS} or $ENV{MORE}. + various performance improvements. [ Christine Spang ] * Add Javascript and CSS files to debian/copyright. Closes: bug#593134. [ Jonas Smedegaard ] * Update package relations to match new upstream release: + Tighten (build-)dependencies on libpath-dispatcher-perl and libpath-dispatcher-declarative-perl. + (Build-)depend explicitly and versioned on libmouse-perl. * Switch to dpkg source format 3.0 (quilt). * Drop TODO which was completed (literally) ages ago. * Add git-buildpackage config, enabling pristine-tar and signed tags. * Use CDBS (instead of dh sequencer): + Handle package relations in rules file. + Track copyright and licensing changes. * Take over as lead maintainer. Keep Christine as Uploader. * Bump dephelper compatibility level to 8. * Rewrite copyright file using machine-readable format 1.0. * Bump standards-version to 3.9.4. * Add patch 1001 to improve use of system-wide JavaScript files. * Recommend libjs-jquery, libjs-jquery-tablesorter and libjs-yui3-common. Avoid installing separately packaged files. -- Jonas Smedegaard Tue, 12 Feb 2013 00:46:44 +0100 prophet (0.741-2) unstable; urgency=low * Depend on libpath-dispatcher-declarative-perl, which has been split out to a separate dist. (Closes: #577882, #577914) -- Christine Spang Thu, 15 Apr 2010 10:18:06 -0400 prophet (0.741-1) unstable; urgency=low * New upstream release. * Actually install prophet server JS/CSS. (Closes: #562619) * Bump to Standards-Version 3.8.4 -- Christine Spang Fri, 12 Feb 2010 21:22:32 -0500 prophet (0.74-1) unstable; urgency=medium * New upstream release - Works with Mouse > 0.40 again (Closes: #562368) * Urgency for this upload is medium since it fixes an RC bug that also needs to be fixed in testing. -- Christine Spang Mon, 04 Jan 2010 00:01:26 -0500 prophet (0.73-1) unstable; urgency=low * New upstream version * Fix typo in debian/control description * Allow either perl readline library to satisfy readline dep -- Christine Spang Fri, 11 Sep 2009 10:04:10 -0400 prophet (0.72-1) unstable; urgency=low * New Upstream Version - Removes temporary fork of UUID::Tiny -- Christine Spang Sun, 06 Sep 2009 08:53:52 -0400 prophet (0.71-1) unstable; urgency=low * Initial Release (Closes: #543648) -- Christine Spang Wed, 26 Aug 2009 13:48:58 -0400 debian/compat0000644000000000000000000000000212106073622010363 0ustar 8 debian/watch0000644000000000000000000000015312105707265010223 0ustar version=3 http://search.cpan.org/dist/Prophet/ .*/Prophet-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright_hints0000644000000000000000000001575312106301404012330 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Changes MANIFEST MANIFEST.SKIP Makefile.PL bin/dump_changesets.idx bin/dump_record.idx bin/prophet bin/run_test_yml.pl bin/taste_recipe debian/compat debian/control debian/control.in debian/gbp.conf debian/patches/1001_js_paths.patch debian/patches/README debian/patches/series debian/rules debian/source/format debian/watch doc/foreign-replicas doc/glossary doc/jesse_test_env_setup doc/luid doc/merging-and-conflicts doc/notes-on-merging doc/repository-layout doc/tab-completion doc/todo doc/web_form_handling etc/prophet.bash etc/prophet.zsh inc/Module/AutoInstall.pm inc/Module/Install/AutoInstall.pm inc/Module/Install/Base.pm inc/Module/Install/Can.pm inc/Module/Install/Fetch.pm inc/Module/Install/Include.pm inc/Module/Install/Makefile.pm inc/Module/Install/Share.pm inc/Module/Install/Win32.pm inc/Module/Install/WriteAll.pm lib/Prophet.pm lib/Prophet/App.pm lib/Prophet/CLI.pm lib/Prophet/CLI/CollectionCommand.pm lib/Prophet/CLI/Command.pm lib/Prophet/CLI/Command/Aliases.pm lib/Prophet/CLI/Command/Clone.pm lib/Prophet/CLI/Command/Config.pm lib/Prophet/CLI/Command/Create.pm lib/Prophet/CLI/Command/Delete.pm lib/Prophet/CLI/Command/Export.pm lib/Prophet/CLI/Command/History.pm lib/Prophet/CLI/Command/Info.pm lib/Prophet/CLI/Command/Init.pm lib/Prophet/CLI/Command/Log.pm lib/Prophet/CLI/Command/Merge.pm lib/Prophet/CLI/Command/Mirror.pm lib/Prophet/CLI/Command/Publish.pm lib/Prophet/CLI/Command/Pull.pm lib/Prophet/CLI/Command/Push.pm lib/Prophet/CLI/Command/Search.pm lib/Prophet/CLI/Command/Server.pm lib/Prophet/CLI/Command/Settings.pm lib/Prophet/CLI/Command/Shell.pm lib/Prophet/CLI/Command/Show.pm lib/Prophet/CLI/Command/Update.pm lib/Prophet/CLI/Dispatcher.pm lib/Prophet/CLI/Dispatcher/Rule.pm lib/Prophet/CLI/Dispatcher/Rule/RecordId.pm lib/Prophet/CLI/MirrorCommand.pm lib/Prophet/CLI/Parameters.pm lib/Prophet/CLI/ProgressBar.pm lib/Prophet/CLI/PublishCommand.pm lib/Prophet/CLI/RecordCommand.pm lib/Prophet/CLI/TextEditorCommand.pm lib/Prophet/CLIContext.pm lib/Prophet/Change.pm lib/Prophet/ChangeSet.pm lib/Prophet/Collection.pm lib/Prophet/Config.pm lib/Prophet/Conflict.pm lib/Prophet/ConflictingChange.pm lib/Prophet/ConflictingPropChange.pm lib/Prophet/ContentAddressedStore.pm lib/Prophet/DatabaseSetting.pm lib/Prophet/FilesystemReplica.pm lib/Prophet/ForeignReplica.pm lib/Prophet/Manual.pod lib/Prophet/Meta/Types.pm lib/Prophet/PropChange.pm lib/Prophet/Record.pm lib/Prophet/Replica.pm lib/Prophet/Replica/FS/Backend/File.pm lib/Prophet/Replica/FS/Backend/LWP.pm lib/Prophet/Replica/FS/Backend/SSH.pm lib/Prophet/Replica/file.pm lib/Prophet/Replica/http.pm lib/Prophet/Replica/prophet.pm lib/Prophet/Replica/prophet_cache.pm lib/Prophet/Replica/sqlite.pm lib/Prophet/ReplicaExporter.pm lib/Prophet/ReplicaFeedExporter.pm lib/Prophet/Resolver.pm lib/Prophet/Resolver/AlwaysSource.pm lib/Prophet/Resolver/AlwaysTarget.pm lib/Prophet/Resolver/Failed.pm lib/Prophet/Resolver/Fixup/MissingSourceOldValues.pm lib/Prophet/Resolver/FromResolutionDB.pm lib/Prophet/Resolver/IdenticalChanges.pm lib/Prophet/Resolver/Prompt.pm lib/Prophet/Server.pm lib/Prophet/Server/Controller.pm lib/Prophet/Server/Dispatcher.pm lib/Prophet/Server/View.pm lib/Prophet/Server/ViewHelpers.pm lib/Prophet/Server/ViewHelpers/Function.pm lib/Prophet/Server/ViewHelpers/HiddenParam.pm lib/Prophet/Server/ViewHelpers/ParamFromFunction.pm lib/Prophet/Server/ViewHelpers/Widget.pm lib/Prophet/Test.pm lib/Prophet/Test/Arena.pm lib/Prophet/Test/Editor.pm lib/Prophet/Test/Participant.pm lib/Prophet/UUIDGenerator.pm lib/Prophet/Util.pm lib/Prophet/Web/Field.pm lib/Prophet/Web/FunctionResult.pm lib/Prophet/Web/Menu.pm lib/Prophet/Web/Result.pm share/web/static/jquery/css/indicator.gif share/web/static/jquery/css/jquery.autocomplete.css share/web/static/jquery/css/superfish-navbar.css share/web/static/jquery/css/superfish-vertical.css share/web/static/jquery/css/superfish.css share/web/static/jquery/css/tablesorter/asc.gif share/web/static/jquery/css/tablesorter/bg.gif share/web/static/jquery/css/tablesorter/desc.gif share/web/static/jquery/css/tablesorter/style.css share/web/static/jquery/images/arrows-cccccc.png share/web/static/jquery/images/arrows-ffffff.png share/web/static/jquery/images/shadow.png share/web/static/jquery/js/hoverIntent.js share/web/static/jquery/js/jquery.tablesorter.min.js t/Settings/bin/settings t/Settings/lib/App/Settings.pm t/Settings/lib/App/Settings/Bug.pm t/Settings/lib/App/Settings/CLI.pm t/Settings/lib/App/Settings/Test.pm t/Settings/t/database-settings-editor.t t/Settings/t/sync-database-settings.t t/WebToy/bin/webtoy t/WebToy/lib/App/WebToy.pm t/WebToy/lib/App/WebToy/CLI.pm t/WebToy/lib/App/WebToy/Collection/WikiPage.pm t/WebToy/lib/App/WebToy/Model/WikiPage.pm t/WebToy/lib/App/WebToy/Server/Dispatcher.pm t/WebToy/lib/App/WebToy/Server/View.pm t/aliases.t t/aliases_with_quotes.t t/canonicalize.t t/cli-arg-parsing.t t/cli-arg-translation.t t/cli.t t/config.t t/create-conflict.t t/create.t t/data/aliases.tmpl t/data/settings-first.tmpl t/data/settings-second.tmpl t/data/settings-third.tmpl t/database-settings.t t/default.t t/delete-delete-conflict.t t/edit.t t/error.t t/export.t t/generalized_sync_n_merge.t t/history.t t/info.t t/init.t t/lib/TestApp/Bug.pm t/lib/TestApp/BugCatcher.pm t/lib/TestApp/Bugs.pm t/lib/TestApp/ButterflyNet.pm t/local_metadata.t t/log.t t/luid.t t/malformed-url.t t/non-conflicting-merge.t t/publish-html.t t/publish-pull.t t/real-conflicting-merge.t t/record-types.t t/references.t t/res-conflict-3.t t/resty-server.t t/search.t t/simple-conflicting-merge.t t/simple-push.t t/sync-change-to-original-source.t t/sync-delete-conflict.t t/sync-ticket.t t/sync_3party.t t/test_app.conf t/usage.t t/use.t t/util.t t/validate.t t/validation.t xt/01-dependencies.t xt/99-pod-coverage.t xt/99-pod.t Copyright: *No copyright* License: UNKNOWN FIXME Files: share/web/static/jquery/js/superfish.js share/web/static/jquery/js/supersubs.js Copyright: 2008, Joel Birch License: Expat FIXME Files: share/web/static/jquery/js/jquery-1.2.6.min.js share/web/static/jquery/js/pretty.js Copyright: 2008, John Resig (jquery.com) License: UNKNOWN FIXME Files: inc/Module/Install/Metadata.pm Copyright: License: Expat FIXME Files: META.yml Copyright: *No copyright* License: Expat FIXME Files: share/web/static/jquery/js/jquery.bgiframe.min.js Copyright: 2006, Brandon Aaron (http://brandonaaron.net) License: Expat FIXME Files: share/web/static/jquery/js/jquery-autocomplete.js Copyright: 2007, Dylan Verheul, Dan G. Switzer, Anjesh Tuladhar, Jörn Zaefferer License: Expat FIXME Files: inc/Module/Install.pm Copyright: 2008, - 2010, Adam Kennedy License: UNKNOWN FIXME Files: share/web/static/yui/css/reset.css Copyright: 2008, Yahoo! Inc. License: UNKNOWN FIXME debian/copyright0000644000000000000000000001362212106301300011107 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Prophet Upstream-Contact: Jesse Vincent Source: http://search.cpan.org/dist/Prophet/ Files: * Copyright: 2008-2009, Best Practical Solutions, LLC License: Expat Comment: License: . license: mit Files: arrows-*.png superfish.js superfish*.css shadow.png supersubs.js Copyright: 2008, Joel Birch License: Expat or GPL-1 Comment: License: . Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html Files: share/web/static/jquery/js/jquery-1.2.6.min.js Copyright: 2008, John Resig (jquery.com) License: Expat or GPL-1 Comment: License: . Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. . Comment: . The referenced files are missing. They are assumed to contain the "Expat" license and "GNU General Public License" version 1, respectively. Files: share/web/static/jquery/js/pretty.js Copyright: 2008, John Resig (jquery.com) License: Expat Comment: License: . * Licensed under the MIT license. Files: share/web/static/jquery/css/indicator.gif share/web/static/jquery/css/jquery.autocomplete.css share/web/static/jquery/js/jquery-autocomplete.js Copyright: 2007, Anjesh Tuladhar 2007, Dan G. Switzer 2007, Dylan Verheul 2007, Jörn Zaefferer License: Expat or GPL-1 Comment: License: . Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html Files: inc/Module/AutoInstall.pm inc/Module/Install* Copyright: 2001-2006, Audrey Tang 2002-2004, Brian Ingerson 2006,2008-2012, Adam Kennedy License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install. Files: share/web/static/jquery/js/jquery.bgiframe.min.js Copyright: 2006, Brandon Aaron (http://brandonaaron.net) License: Expat or GPL-1 Comment: License: . Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses. Files: share/web/static/yui/css/reset.css Copyright: 2008, Yahoo! Inc. License: BSD-3-Clause~YUI Comment: License: . Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt . Comment: . Referenced URL apparently moved to . Files: share/web/static/jquery/js/hoverIntent.js Copyright: 2007, Brian Cherne License: Expat or GPL-1 Files: jquery.tablesorter.min.js share/web/static/jquery/css/tablesorter/* Copyright: 2007, Christian Bach License: Expat or GPL-1 Files: debian/* Copyright: 2009, Christine Spang License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: BSD-3-Clause~YUI Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be used to endorse or promote products derived from this software without specific prior written permission of Yahoo! Inc. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: Artistic Comment: . On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1 Comment: . On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . License: GPL-1+ Comment: . This setion is just a dummy placeholder: we have nothing meaningful to add beyond what is already covered in GPL-1 section (but Copyright format 1.0 requires this entry to exist). debian/gbp.conf0000644000000000000000000000014612106064017010603 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000410612106300137010240 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk pkg = libprophet-perl # Needed by upstream build and (always/often) at runtime perl-deps = xml-atom-simplefeed uri exporter-lite proc-invokeeditor perl-deps += time-progress www params-validate ipc-run3 uuid-tiny perl-deps += mime-base64-urlsafe term-readkey deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps)) deps +=, libconfig-gitlike-perl (>= 1.02) deps +=, libpath-dispatcher-perl (>= 1.02) deps +=, libpath-dispatcher-declarative-perl (>= 0.03) deps +=, libmouse-perl (>= 0.89) deps +=, libany-moose-perl (>= 0.04) deps +=, libjson-perl (>= 2.00) deps +=, libtemplate-declare-perl (>= 0.35) deps +=, libfile-sharedir-perl (>= 1.00), deps +=, libhttp-server-simple-perl (>= 0.40) deps +=, libdbd-sqlite3-perl (>= 1.00), deps +=, libjson-xs-perl (>= 2.222) deps +=, libterm-readline-perl-perl | libterm-readline-gnu-perl, rsync deps-recommends = libnet-rendezvous-publish-backend-avahi-perl deps-recommends +=, libnet-bonjour-perl # Needed by upstream testsuite deps-test = libyaml-syck-perl, libmodule-refresh-perl deps-test +=, libtest-http-server-simple-perl, libtest-pod-coverage-perl deps-test +=, libtest-exception-perl (>= 0.26) deps-test +=, libtest-www-mechanize-perl (>= 1.16) # Needed (often) at runtime recommends = libjs-jquery, libjs-jquery-tablesorter, libjs-yui3-common CDBS_BUILD_DEPENDS += , $(deps), $(deps-recommends), $(deps-test) CDBS_DEPENDS_$(pkg) = $(deps) CDBS_RECOMMENDS_$(pkg) = $(deps-recommends), $(recommends) DEB_INSTALL_DOCS_$(pkg) = doc/todo # Avoid installing separately packaged files binary-post-install/$(pkg):: rm -rf $(cdbs_curdestdir)usr/share/perl5/auto/share/dist/Prophet/web/static/yui rm -rf $(cdbs_curdestdir)usr/share/perl5/auto/share/dist/Prophet/web/static/jquery/css/tablesorter rm -f $(cdbs_curdestdir)usr/share/perl5/auto/share/dist/Prophet/web/static/jquery/js/jquery-1.2.6.min.js rm -f $(cdbs_curdestdir)usr/share/perl5/auto/share/dist/Prophet/web/static/jquery/js/jquery.tablesorter.min.js debian/control.in0000644000000000000000000000174312106264626011210 0ustar Source: prophet Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Jonas Smedegaard Uploaders: Christine Spang Standards-Version: 3.9.4 Homepage: http://search.cpan.org/dist/Prophet/ Vcs-git: git://git.debian.org/git/collab-maint/prophet Vcs-Browser: http://git.debian.org/?p=collab-maint/prophet.git Package: libprophet-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Description: distributed, peer-to-peer replicated database system Prophet is a lightweight schemaless database designed for peer to peer replication and disconnected operation. Prophet keeps a full copy of your data (and history) on your laptop, desktop or server. Prophet syncs when you want it to, so you can use Prophet-backed applications whether or not you have network. . If you're not a programmer, you likely want an end-user application built on top of Prophet, rather than this package.