debian/0000775000000000000000000000000012277200024007164 5ustar debian/copyright0000664000000000000000000000207512217003150011116 0ustar This package was created by Barak A. Pearlmutter on Tue Sep 15 07:08:30 EDT 2009, reusing some material of Stephan Beal in debian/makedeb.sh Fossil itself is Copyright (c) 2007 D. Richard Hipp The cvs2fossil utility, in tools/cvs2fossil/ is Copyright (c) 2007 Andreas Kupries. The file src/rstats.c is also Copyright (C) Kevin Kinnell The file src/wiki.c is also Copyright (C) 2008 Stephan Beal The original sources for fossil can be downloaded for free from: http://www.fossil-scm.org/ The "upstream tarball" for the first upload to debian was http://www.fossil-scm.org/download/fossil-src-20090921191920.tar.gz Fossil is licensed under the terms of the GPLv2 (see /usr/share/common-licenses/GPL-2). In addition, permission is granted to link Fossil against the OpenSSL project's "OpenSSL" library (or with modified versions of that library that use the same license), and distribute the linked executables. If you modify Fossil, you may extend the exception described in this paragraph to your modifications, or not, at your discretion. debian/README.Debian0000664000000000000000000000424012222261720011225 0ustar Version taken as 1:$(cat VERSION) Man page created by manually editing output of this: help2man ./fossil \ --help-option=help --version-option=version \ --no-info \ --name='Distributed Version Control System' \ --source=http://fossil-scm.org \ | egrep -v '^This is fossil version' \ | sed s'/^This \\-/Fossil \\-/' \ | sed s'/ THIS / FOSSIL /' \ > debian/fossil.1 The debianized sources are tracked in fossil, of course. Brief "cheat sheet" of relevant fossil commands. ## FOR NEW UPSTREAM RELEASE # fetch & merge new upstream release uscan --rename VER=1:xxx DEBVER=1 mv ../fossil_*.orig.tar.gz ../fossil_${VER}.orig.tar.gz fossil pull http://www.fossil-scm.org ID=fossil-commit-id # find via: fossil timeline -t ci -n 400 | more # then search for "release" fossil tag add upstream_${VER} ${ID} fossil merge upstream_${VER} fossil commit -m "merge upstream_${VER}" debchange --append --newversion=${VER}-${DEBVER} New upstream version fossil commit -m 'update debian/changelog' # build debian release dpkg-buildpackage -i.fslckout # tag debian release fossil tag add debian_${VER}-${DEBVER} debian # push/pull to/from debian repository (modify URL if necessary) fossil sync ssh://people.debian.org/~bap/public_html/fossil.fsl ## TO START DEVELOPMENT # create local repository by cloning mine # (I would have made a repo on chiselapp.com but never managed to # get it to work for me on a repo of this size.) wget http://people.debian.org/~bap/fossil.fsl # make a working checkout mkdir fossil cd fossil fossil open ../fossil.fsl fossil co debian fossil user password ${USER} ${PWD} fossil set manifest on # needed as of approx ver 2010.11.11.133638 ## MISC # pull/view upstream development fossil pull http://www.fossil-scm.org/ fossil timeline -t ci -n 40 # create upstream tarball (not needed if using upstream release tarball) fossil co trunk tar --exclude .fslckout -C .. -zcf fossil_${VER}.orig.tar.gz fossil # less recently created checkouts may have _FOSSIL_ instead of # .fslckout, edit any commands mentioning this file appropriately. -- Barak A. Pearlmutter , Mon, 30 Sep 2013 12:43:12 +0100 debian/fossil.install0000664000000000000000000000002012217003150012036 0ustar fossil usr/bin/ debian/fossil.docs0000664000000000000000000000002112217003150011321 0ustar www/changes.wiki debian/fossil.10000664000000000000000000000711612217003150010545 0ustar .TH FOSSIL "1" "January 2011" "http://fossil-scm.org" "User Commands" .SH NAME fossil \- Distributed Version Control System .SH SYNOPSIS .B fossil \fIhelp\fR .br .B fossil \fIhelp COMMAND\fR .br .B fossil \fICOMMAND [OPTIONS]\fR .SH DESCRIPTION Fossil is a distributed version control system (DVCS) with built-in wiki, ticket tracker, CGI/http interface, and http server. .SH Available COMMANDs: add co info rename ticket .br addremove commit init revert timeline .br all configuration leaves rm ui .br annotate deconstruct ls scrub undo .br artifact delete merge search unset .br bisect descendants mv server update .br branch diff new settings user .br cgi export open sha1sum version .br changes extras pull sqlite3 wiki .br checkout finfo push stash winsrv .br ci gdiff rebuild status zip .br clean help reconstruct sync .br clone http redo tag .br close import remote-url tarball .SH FEATURES Features as described on the fossil home page. .HP 1. .B Bug Tracking And Wiki - In addition to doing distributed version control like Git and Mercurial, Fossil also supports distributed bug tracking, distributed wiki, and a distributed blog mechanism all in a single integrated package. .HP 2. .B Web Interface - Fossil has a built-in and easy-to-use web interface that simplifies project tracking and promotes situational awareness. Simply type "fossil ui" from within any check-out and Fossil automatically opens your web browser in a page that gives detailed graphical history and status information on that project. .HP 3. .B Autosync - Fossil supports "autosync" mode which helps to keep projects moving forward by reducing the amount of needless forking and merging often associated with distributed projects. .HP 4. .B Self-Contained - Fossil is a single stand-alone executable that contains everything needed to do configuration management. Installation is trivial: simply download a precompiled binary for Linux, Mac, or Windows and put it on your $PATH. Easy-to-compile source code is available for users on other platforms. Fossil sources are also mostly self-contained, requiring only the "zlib" library and the standard C library to build. .HP 5. .B Simple Networking - Fossil uses plain old HTTP (with proxy support) for all network communications, meaning that it works fine from behind restrictive firewalls. The protocol is bandwidth efficient to the point that Fossil can be used comfortably over a dial-up internet connection. .HP 6. .B CGI Enabled - No server is required to use fossil. But a server does make collaboration easier. Fossil supports three different yet simple server configurations. The most popular is a 2-line CGI script. This is the approach used by the self-hosting fossil repositories. .HP 7. .B Robust & Reliable - Fossil stores content using an enduring file format in an SQLite database so that transactions are atomic even if interrupted by a power loss or system crash. Furthermore, automatic self-checks verify that all aspects of the repository are consistent prior to each commit. In over three years of operation, no work has ever been lost after having been committed to a Fossil repository. .SH DOCUMENTATION http://www.fossil-scm.org/ .br .B fossil \fIui\fR debian/changelog0000664000000000000000000002603712277200020011042 0ustar fossil (1:1.27-2ubuntu1) trusty; urgency=low * Use autotools-dev for arm64. -- Daniel T Chen Thu, 13 Feb 2014 12:25:25 -0500 fossil (1:1.27-2) unstable; urgency=low * Build dependency on tcl for tclsh thanks to Sergei Golovan (closes: #724987) -- Barak A. Pearlmutter Mon, 30 Sep 2013 12:46:31 +0100 fossil (1:1.27-1) unstable; urgency=low * New upstream version (Closes: #718812) * Include src/cson_amalgamation.{c,h} from upstream tarball: re-released under free license! * enable json in debian/rules -- Barak A. Pearlmutter Fri, 20 Sep 2013 09:45:17 +0100 fossil (1:1.26+dfsg-1) unstable; urgency=low * New upstream version (Closes: #718812) -- Barak A. Pearlmutter Wed, 14 Aug 2013 17:17:12 +0200 fossil (1:1.24+dfsg-0.1) unstable; urgency=low * Non-maintainer upload with maintainer approval. * Remove non-free src/cson_amalgamation.{c,h} from upstream tarball (closes: #692623, #692624). -- Ivo De Decker Sat, 01 Dec 2012 15:14:55 +0100 fossil (1:1.24-1) unstable; urgency=low * New upstream version -- Barak A. Pearlmutter Tue, 30 Oct 2012 15:27:34 +0000 fossil (1:1.23-1) unstable; urgency=low * New upstream version - alternate upstream designation 2012.08.08.112557 -- Barak A. Pearlmutter Sun, 19 Aug 2012 11:57:49 +0100 fossil (1:1.22.1-1) unstable; urgency=low * New upstream version - listed as "patch" to 1.22 fixing minor bug in the diff logic - therefore I call it 1.22.1 - alternate upstream designation 2012.03.17.175325 * Bump debian standard version * Bump to dh 9 -- Barak A. Pearlmutter Thu, 29 Mar 2012 09:34:00 +0100 fossil (1:1.21-1) unstable; urgency=low * New upstream version -- Barak A. Pearlmutter Wed, 14 Dec 2011 17:42:10 +0000 fossil (1:1.20-2) unstable; urgency=low * Add build dependency on sqlite3 for /usr/bin/sqlite3, which is used during the build process only when building outside a live fossil repository. -- Barak A. Pearlmutter Tue, 25 Oct 2011 15:15:49 +0100 fossil (1:1.20-1) unstable; urgency=low * New upstream version (aka 2011.10.21.125253) -- Barak A. Pearlmutter Tue, 25 Oct 2011 12:51:50 +0100 fossil (1:1.19-1) unstable; urgency=low * Silence lintian debian-patch warning * Include upstream changelog in docs * New upstream version (aka version-1.19) - Has build option to use system sqlite3; use it - Make libsqlite3-dev build dependency unversioned - Update fossil(1) man page -- Barak A. Pearlmutter Mon, 05 Sep 2011 15:28:40 +0100 fossil (2011.05.28.185122-1) unstable; urgency=low * New upstream version -- Barak A. Pearlmutter Sun, 05 Jun 2011 16:36:46 +0100 fossil (2011.05.23.151112-1) unstable; urgency=low * New upstream version * Bump debian standard version * Guard use of SQLITE_CONFIG_URI -- Barak A. Pearlmutter Mon, 30 May 2011 10:45:56 +0100 fossil (2011.05.12.145652-1) unstable; urgency=low * New upstream version -- Barak A. Pearlmutter Sun, 15 May 2011 09:08:47 +0100 fossil (2011.04.13.120518-1) unstable; urgency=low * New upstream version -- Barak A. Pearlmutter Thu, 14 Apr 2011 14:05:21 +0100 fossil (2011.03.16.111914-2) unstable; urgency=low * Be sure src/sqlite3.{c,h} stay deleted (debian/rules) (closes: #618714) -- Barak A. Pearlmutter Fri, 18 Mar 2011 11:39:26 +0000 fossil (2011.03.16.111914-1) unstable; urgency=low * New upstream version -- Barak A. Pearlmutter Fri, 18 Mar 2011 10:20:20 +0000 fossil (2011.03.01.190432-1) unstable; urgency=low * New upstream version * sqlite3 recent functionality guards to allow version 3.7.3, and lower corresponding build dependency -- Barak A. Pearlmutter Wed, 02 Mar 2011 08:58:32 +0000 fossil (2011.02.08.125237-1) unstable; urgency=low * New upstream version * Guard some invocations that use new sqlite3 API (src/shell.c) -- Barak A. Pearlmutter Sat, 12 Feb 2011 16:58:57 +0000 fossil (2011.01.13.195528947-1) unstable; urgency=low * New upstream version -- Barak A. Pearlmutter Thu, 20 Jan 2011 12:02:59 +0000 fossil (2011.01.01.030647-2) unstable; urgency=low * Update man page (debian/fossil.1) * add OBJDIR prefix to file.h targets in src/makemake.tcl (closes: #609365) -- Barak A. Pearlmutter Mon, 10 Jan 2011 12:37:28 +0000 fossil (2011.01.01.030647-1) unstable; urgency=low * New upstream version * Guard some invocations that use a very new sqlite3 API (src/db.c) -- Barak A. Pearlmutter Sat, 08 Jan 2011 22:47:10 +0000 fossil (2010.12.21.135605-1) unstable; urgency=low * New upstream version * Merge post-release changes to trunk to get test suite fix * Require libsqlite3 >= 3.7.4 and remove workaround for older versions -- Barak A. Pearlmutter Tue, 21 Dec 2010 22:00:43 -0500 fossil (2010.12.07.133137-1) unstable; urgency=low * New upstream version * Allow parallel debian builds with dh --parallel (debian/rules) -- Barak A. Pearlmutter Fri, 10 Dec 2010 12:48:17 +0000 fossil (2010.11.17.133825-1) unstable; urgency=low * New upstream version * Document need for "fossil set manifest on" (debian/README.Debian) * Work around new upstream use of new sqlite3_stmt_readonly() -- Barak A. Pearlmutter Fri, 19 Nov 2010 15:11:55 +0000 fossil (2010.11.11.133638-1) unstable; urgency=low * New upstream version * Upgrade to debhelper 8 -- Barak A. Pearlmutter Thu, 11 Nov 2010 16:02:12 +0000 fossil (2010.11.10.014319-1) unstable; urgency=low * New upstream version * Silence gcc -Wall by casting output of sizeof() used in format %d -- Barak A. Pearlmutter Thu, 11 Nov 2010 11:06:35 +0000 fossil (2010.11.01.142335-1) unstable; urgency=low * New upstream version -- Barak A. Pearlmutter Fri, 05 Nov 2010 11:55:48 +0000 fossil (2010.10.05.035549-1) unstable; urgency=low * New upstream version -- Barak A. Pearlmutter Thu, 07 Oct 2010 09:27:20 +0100 fossil (2010.09.18.155143-1) unstable; urgency=low * Lower given debhelper build dependency version * New upstream version -- Barak A. Pearlmutter Tue, 21 Sep 2010 14:48:31 +0100 fossil (2010.08.23.222416-1) unstable; urgency=low * New upstream version -- Barak A. Pearlmutter Thu, 26 Aug 2010 09:47:06 +0200 fossil (2010.08.05.100943-1) unstable; urgency=low * New upstream version * Build dependency on sqlite >= 3.7.0 for sqlite3_wal_autocheckpoint * Rev deb policy -- Barak A. Pearlmutter Sun, 08 Aug 2010 22:42:33 +0200 fossil (2010.07.03.153359-1) unstable; urgency=low * New upstream version -- Barak A. Pearlmutter Wed, 07 Jul 2010 16:26:49 +0100 fossil (2010.06.11.120259-1) unstable; urgency=low * New upstream version -- Barak A. Pearlmutter Thu, 17 Jun 2010 20:38:50 +0200 fossil (2010.05.21.162104-1) unstable; urgency=low * move to dpkg-source format 3.0 (quilt) * New upstream version -- Barak A. Pearlmutter Mon, 24 May 2010 10:56:25 +0100 fossil (2010.03.18.142033-1) unstable; urgency=low * New upstream version -- Barak A. Pearlmutter Mon, 22 Mar 2010 09:35:07 +0000 fossil (2010.03.08.141844-1) unstable; urgency=low * New upstream version -- Barak A. Pearlmutter Sun, 14 Mar 2010 19:52:49 +0000 fossil (2010.02.13.123048-1) unstable; urgency=low * New upstream version * rev deb policy -- Barak A. Pearlmutter Sat, 13 Feb 2010 21:11:34 +0000 fossil (2010.02.09.115701-2) unstable; urgency=low * build dependency on libssl-dev (oopie) -- Barak A. Pearlmutter Wed, 10 Feb 2010 00:05:13 +0000 fossil (2010.02.09.115701-1) unstable; urgency=low * New upstream version -- Barak A. Pearlmutter Tue, 09 Feb 2010 23:47:31 +0000 fossil (2010.02.08.195900-1) unstable; urgency=low * New upstream version -- Barak A. Pearlmutter Mon, 08 Feb 2010 22:43:29 +0000 fossil (2010.02.05.165758-1) unstable; urgency=low * New upstream version -- Barak A. Pearlmutter Sun, 07 Feb 2010 02:18:31 +0000 fossil (2010.01.24.175507-1) unstable; urgency=low * New upstream version * fix typo in debian/README.Debian -- Barak A. Pearlmutter Wed, 27 Jan 2010 16:52:13 +0100 fossil (2010.01.21.205359-1) unstable; urgency=low * New upstream version -- Barak A. Pearlmutter Fri, 22 Jan 2010 11:06:16 +0100 fossil (2010.01.12.141013-1) unstable; urgency=low * minor mods to debian/rules and associated auxiliary files * New upstream version -- Barak A. Pearlmutter Wed, 06 Jan 2010 14:01:47 +0100 fossil (2009.12.20.213451-1) unstable; urgency=low * New upstream version -- Barak A. Pearlmutter Wed, 23 Dec 2009 15:25:13 -0500 fossil (2009.11.11.162119-1) unstable; urgency=low * New upstream version -- Barak A. Pearlmutter Fri, 13 Nov 2009 15:36:47 -0500 fossil (2009.10.11-1) unstable; urgency=low * New upstream version with "fossil clean --all vs --force" patch -- Barak A. Pearlmutter Mon, 12 Oct 2009 21:07:42 -0400 fossil (2009.10.05-1) unstable; urgency=low * New upstream version * Ensure that sourceball copies src/sqlite3.{c,h} are gone before build. (Deleted in debian branch, but could reappear due to inadequacy of the patch format, which could cause version skew on #include .) * Patch for fossil clean --force (docs) vs --all (code) to favour docs -- Barak A. Pearlmutter Tue, 06 Oct 2009 16:15:01 -0400 fossil (2009.09.21.191920-6) unstable; urgency=low * use system libsqlite (closes: #549473) -- Barak A. Pearlmutter Mon, 05 Oct 2009 00:52:26 -0400 fossil (2009.09.21.191920-5) unstable; urgency=low * sed s'/^Section: devel/Section: vcs/' debian/control (closes: #549163) -- Barak A. Pearlmutter Thu, 01 Oct 2009 07:10:13 -0400 fossil (2009.09.21.191920-4) unstable; urgency=low * Have binary package suggest GPG aka gnupg -- Barak A. Pearlmutter Fri, 25 Sep 2009 10:59:15 -0400 fossil (2009.09.21.191920-3) unstable; urgency=low * Add build dependency to get zlib.h and -lz (closes: #548265) -- Barak A. Pearlmutter Fri, 25 Sep 2009 09:02:29 -0400 fossil (2009.09.21.191920-2) unstable; urgency=low * Add other authors listed in Copyright lines to debian/copyright * Merge evolutionary upstream changes -- Barak A. Pearlmutter Wed, 23 Sep 2009 14:32:25 -0400 fossil (2009.09.21.191920-1) unstable; urgency=low * Initial release. -- Barak A. Pearlmutter Tue, 22 Sep 2009 15:31:45 -0400 debian/patches/0000775000000000000000000000000012222263445010621 5ustar debian/patches/series0000664000000000000000000000001712222263445012034 0ustar debian-changes debian/patches/debian-changes0000664000000000000000000001130712222263445013376 0ustar This patch contains all the Debian-specific changes mixed together. The reason for doing this, rather than maintaining quilt patches, is that the Debian-specific changes are maintained as a branch in a fossil repository. To review them separately, please inspect the debian branch in http://people.debian.org/~bap/fossil.fsl --- fossil-1.27.orig/manifest +++ fossil-1.27/manifest @@ -1,5 +1,5 @@ -C Version\s1.27 -D 2013-09-11T11:43:49.259 +C log\schanges +D 2013-09-30T11:47:18.094 F .fossil-settings/clean-glob c1679d70a381afc39909203441036a736fb4b596 F .fossil-settings/ignore-glob 531bcff609de3ddf55a639f8dbaa1ded04d9ae51 F .fossil-settings/keep-glob 531bcff609de3ddf55a639f8dbaa1ded04d9ae51 @@ -8,7 +8,7 @@ F .settings/org.eclipse.core.resources.p F .settings/org.eclipse.core.runtime.prefs 6cc9381da1eff8e6dac0e41121d3cce3f1b4761b F BUILD.txt 624bb79c741d865e8f9823c1a546ac6782b9d1cc F COPYRIGHT-BSD2.txt c7dd1de9f9539a5a859c2b41fe4560604a774476 -F Makefile.classic 610ce9eedc0d35e35692fb8b0fc2fdd8359a04fd +F Makefile.classic 610ce9eedc0d35e35692fb8b0fc2fdd8359a04fd x F Makefile.in ed20ed61a1d9a7c221b3c916bdda056f031dcd8e F VERSION 5fc0479fbc57180ccf8f365cf0d720120b80c4da F ajax/README 133f25a88f21479a20cc3b20a8dfa0f0fa807ffc @@ -301,7 +301,20 @@ F compat/zlib/zlib2ansi e9859eecf47ae662 F compat/zlib/zutil.c e1af709bff21ae0d4331119a7fc4c19f82932043 F compat/zlib/zutil.h b909d27ef9ce51639f76b7ea6b62721e7d1b6bf7 F configure 239cde01aca7fc63a2903f85bd2a6414189f1bd4 x -F debian/makedeb.sh b57db65590abc4216946cecd9850a94fd3a4b19f +F debian/README.Debian 4104aa90257a16bdf42bdedf42dbf370132eaeb5 +F debian/changelog d2c5133602c4ff119f51955fae60f2abfa0de640 +F debian/compat b6abd567fa79cbe0196d093a067271361dc6ca8b +F debian/control 2142a7aaaee24ad26b779eff7fb0e44b035a90db +F debian/copyright 29b63bf8e972b563d99210f6f37a86d2b1208fe7 +F debian/fossil.1 0aa94b217a630021c4b7fcf6b4a91dac1511c704 +F debian/fossil.docs 45a770a8534b1a439a32546145737975a9217b30 +F debian/fossil.install 8ae909034651ad9b0a72cd10460fed7b9e51f627 +F debian/fossil.manpages a54d8f1ffdace2473552a7903f51d059edc38a07 +F debian/rules ce270cdab59cb194f576cba458f73b32c960bdf3 x +F debian/source/format 1064dc0ce263680c076a1005f35ec906a5cf5a32 +F debian/source/local-options 58a65fc3dfe4bbb8692c99e80334fba1e913f072 +F debian/source/patch-header 84c8aca673f2fc094c29a10bd519fca36a57e9f6 +F debian/watch ef89439bf0d6920682338c97e49e4199f9e0164b F fossil.nsi 7d2f5e7424fdc4e35d609228dd4b92e019c6d5d6 F src/Makefile 102203d824d778194b79680bef8a553d5e6d9819 F src/add.c a6a7f08595164445bfcfa0326b38bd276b98e271 @@ -368,7 +381,7 @@ F src/main.c cd314a553e153734ca49fcb542d F src/main.mk 02a81e04ae23ef5f72a010b219ad3f1b4bd3ea7a F src/makeheaders.c d0855feacdb7145573d938c85de645de51b4b277 F src/makeheaders.html 4428f89f94c3b333b106171fe63f2c175d0ee53b -F src/makemake.tcl 85ab303476524dec4c1b353f6845f2cb8de556c2 +F src/makemake.tcl 85ab303476524dec4c1b353f6845f2cb8de556c2 x F src/manifest.c 700054e452d978baaec57d6c6105b97a20b38aab F src/markdown.c 4118a71bae5968f1b8d177a72f8b7a93002875db F src/markdown_html.c 8029139ecfa00a73c7bf8acec4c8b03c8a3e4657 @@ -626,15 +639,12 @@ F www/stats.wiki 69851d26ed42c1ba987f526 F www/style.wiki 92ede836b02fb8958e948b9df51f196e9ec95d68 F www/sync.wiki 9ea990b4d45a19cf4d7aa473249213db6798378d F www/tech_overview.wiki 47bd3f7fa192bb99ff6b2063d7e4cac62786f96d -F www/theory1.wiki ddd2a87bc0849a3da7c2187cb91219bf0941dae0 +F www/theory1.wiki 2618357f5fdd2f767f177f161827053ac1193f20 F www/tickets.wiki 74561cedee65fa362e67970911a0415f723457db F www/uitest.html b4160b619cb6694c0caebd13422b15a3182e5dee F www/webui.wiki c9caec2422fafa1a4d448cd9b36f8f9fd86c727a F www/wikitheory.wiki 4100c1164995d26295591cf8d4170a87ad8d1c43 -P fa9dfa478bb48cd3db7a32b9a41569590c717ab3 -R 75d47a60519a74dda9f015034aa75508 -T +bgcolor * #d0c0ff -T +sym-release * -T +sym-version-1.27 * -U drh -Z 46ea71c8ee9e6470ff5501a49f6f80bb +P 673f9b373aed5d125ed67bc00da783fe79fcf622 +R 0623a9adc787a722352fc6546b8cc13e +U barak +Z ce9683250ca4aaf5e9d4f027b9204829 --- fossil-1.27.orig/manifest.uuid +++ fossil-1.27/manifest.uuid @@ -1 +1 @@ -13ad13092060dfb995404ca354aa4e458d66fdbf +ccdefa355b1ae92a6ff5c2395511f7b79550eb8d --- fossil-1.27.orig/www/theory1.wiki +++ fossil-1.27/www/theory1.wiki @@ -110,7 +110,7 @@ just a programming language. For certain types of problems, SQL has a huge advantage over other programming languages because it is so high level and because it allows -programmers to focus more on the what and less of the how +programmers to focus more on the what and less on the how of a computation. In other words, programmers tend to think about problems at a much higher level when using SQL; this can result in better applications. debian/watch0000664000000000000000000000015312217003150010207 0ustar version=3 http://www.fossil-scm.org/download.html \ download/fossil-src-(\d\d\d\d)(\d\d)(\d\d)(.*).tar.gz debian/fossil.manpages0000664000000000000000000000002012217003150012163 0ustar debian/fossil.1 debian/control0000664000000000000000000000156012277177771010617 0ustar Source: fossil Section: vcs Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Barak A. Pearlmutter Standards-Version: 3.9.4 Build-depends: debhelper (>= 9), autotools-dev, libsqlite3-dev, sqlite3, tcl | tcl8.5 | tclsh, zlib1g-dev | libz-dev, libssl-dev Vcs-Browser: http://fossil-scm.org Homepage: http://fossil-scm.org Package: fossil Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: gnupg | gnupg2 Description: DSCM with built-in wiki, http interface and server, tickets database Fossil is an easy-to-use Distributed Source Control Management system (DSCM) which supports access and administration over HTTP CGI or via a built-in HTTP server, has a built-in wiki, built-in file browsing, a built-in tickets system, etc. debian/source/0000775000000000000000000000000012217005465010472 5ustar debian/source/patch-header0000664000000000000000000000050612217003415012734 0ustar This patch contains all the Debian-specific changes mixed together. The reason for doing this, rather than maintaining quilt patches, is that the Debian-specific changes are maintained as a branch in a fossil repository. To review them separately, please inspect the debian branch in http://people.debian.org/~bap/fossil.fsl debian/source/format0000664000000000000000000000001412217003150011665 0ustar 3.0 (quilt) debian/compat0000664000000000000000000000000212217003150010355 0ustar 9 debian/rules0000775000000000000000000000047512277200004010250 0ustar #!/usr/bin/make -f %: dh $@ --parallel --with autotools-dev override_dh_auto_configure: dh_auto_configure -- --disable-internal-sqlite --json override_dh_auto_install: override_dh_installdocs: dh_installdocs mv debian/fossil/usr/share/doc/fossil/changes.wiki \ debian/fossil/usr/share/doc/fossil/changelog