--- jhcore-20050204.orig/debian/compat +++ jhcore-20050204/debian/compat @@ -0,0 +1 @@ +5 --- jhcore-20050204.orig/debian/changelog +++ jhcore-20050204/debian/changelog @@ -0,0 +1,164 @@ +jhcore (20050204-1) unstable; urgency=low + + * Lintian fix: standards version + * Lintian fix: debhelper compat and build-depends + + -- Jonathan Walther Sun, 5 Mar 2006 02:17:52 -0700 + +jhcore (20050204) unstable; urgency=low + + * Fixed README and debian/copyright + * Updated to latest upstream + + -- Jonathan Walther Fri, 4 Feb 2005 12:21:52 -0700 + +jhcore (19981208-3) unstable; urgency=low + + * FHS compliance; changing /usr/lib to /usr/share + + -- Jonathan Walther Thu, 3 Feb 2005 14:04:52 -0700 + +jhcore (19981208-2) unstable; urgency=low + + * Adding md5sums. + + -- Jonathan Walther Wed, 2 Feb 2005 17:40:52 -0700 + +jhcore (19981208-1) unstable; urgency=low + + * Fixing lintian warnings. + * Better use of debhelper. + + -- Jonathan Walther Wed, 2 Feb 2005 17:35:52 -0700 + +jhcore (19981208) unstable; urgency=low + + * Converting to Debian-Native package + * Bumped upstream version number in a different way to fix + the borked permissions problem. + + -- Jonathan Walther Mon, 31 Jan 2005 00:34:57 -0700 + +jhcore (19981207.1) unstable; urgency=low + + * Have to bump upstream package number to upload fixed orig.tar.gz + Closes: #262494 + * Bumped Standards-Version to 3.6.1.1 + + -- Jonathan Walther Mon, 31 Jan 2005 00:34:57 -0700 + +jhcore (19981207-7) unstable; urgency=low + + * Bumping number to try to fix some breakage in package creation. + * The fixed turned out to be modifying the clean: rule in the rules + file to remove debian/tmp + + -- Jonathan Walther Sat, 22 Jun 2002 14:55:52 -0700 + +jhcore (19981207-6) unstable; urgency=low + + * Put documentation for this package back in it's own directory + * Included the debian changelog file with documentation + * Updated the README file + + -- Jonathan Walther Sat, 22 Jun 2002 14:24:23 -0700 + +jhcore (19981207-5) unstable; urgency=low + + * Spelling fix (Closes: #124773) + + -- Jonathan Walther Sun, 9 Jun 2002 23:36:03 -0700 + +jhcore (19981207-4) unstable; urgency=low + + * added Build-Depends: line in control file + * cleaned up postinst, prerm, and the rules file + + -- Jonathan Walther Sun, 9 Jun 2002 22:43:55 -0700 + +jhcore (19981207-3) unstable; urgency=low + + * now compliant with Debian Policy 3.5.6.1 + + -- Jonathan Walther Sun, 9 Jun 2002 18:43:55 -0700 + +jhcore (19981207-2) frozen unstable; urgency=low + + * finally figured out changelog + + -- Jonathan Walther Tue, 18 Jan 2000 20:31:31 -0800 + +jhcore (19981207-1) unstable; urgency=low + + * correction to control file + * brought the version number in line with Policy + + -- Jonathan Walther Mon, 17 Jan 2000 10:03:25 -0800 + +jhcore (07Dec1998-1) unstable; urgency=low + + * New maintainership, and new upstream version + + -- Jonathan Walther Mon, 17 May 1999 04:22:09 -0700 + +jhcore (1.8.0-7) frozen unstable; urgency=low + + * Indented list in extended description so it looks good in dselect. + + -- Joey Hess Mon, 13 Apr 1998 23:24:18 -0700 + +jhcore (1.8.0-6) unstable; urgency=low + + * Updated standards-version. + + -- Joey Hess Mon, 9 Feb 1998 13:28:24 -0800 + +jhcore (1.8.0-5) unstable; urgency=low + + * No longer depend on perl, perl-base is sufficient. + + -- Joey Hess Sat, 7 Feb 1998 19:12:41 -0800 + +jhcore (1.8.0-4) unstable; urgency=high + + * Fix permissions of core database files in /var/lib/lambdamoo/ so they + cannot be read by others. (Before, it was possible to get wizard on the + moo by loading up a core file in emergency mode.) + * Use debhelper. + + -- Joey Hess Tue, 30 Sep 1997 20:19:35 -0400 + +jhcore (1.8.0-3) unstable; urgency=low + + * Clarified package description (#13173). + * Sped up the postinst by just compairing the md5sum of the file to what + the original had, instead of starting up lambdamoo to test if the wizard + password is set. + + -- Joey Hess Fri, 19 Sep 1997 12:42:46 -0400 + +jhcore (1.8.0-2) unstable; urgency=low + + * Provide /var/lib/lambdamoo/moo.db with update-alternatives. + * Do not conflict with new versions of jhcore that also use + update-alternatives. + * Fixed unchecked postinst prompting. + * If tempfile does not exist, fall back on generating temp file by hand + (safely). + * Use lambdamoo-core, lambdamoo-server virtual packages. + * Routine update of debian/rules: + Added build to .PHONY + + -- Joey Hess Thu, 18 Sep 1997 15:17:53 -0400 + +jhcore (1.8.0-1) unstable; urgency=low + + * First release. + * Modified several properties of the $server_options object to + get this datbase to work with the standard lambdamoo server. + + -- Joey Hess Sun, 10 Nov 1996 13:28:18 -0500 + +Local variables: +mode: debian-changelog +End: --- jhcore-20050204.orig/debian/install +++ jhcore-20050204/debian/install @@ -0,0 +1 @@ +jhcore-20050204.db usr/share/lambdamoo --- jhcore-20050204.orig/debian/control +++ jhcore-20050204/debian/control @@ -0,0 +1,20 @@ +Source: jhcore +Section: net +Priority: optional +Maintainer: Jonathan Walther +Build-Depends: debhelper (>= 5) +Standards-Version: 3.6.2.2 + +Package: jhcore +Architecture: all +Provides: lambdamoo-core +Recommends: lambdamoo | lambdamoo-server +Description: Jay's House Core, an enhanced core database for lambdamoo + Jay's House Core, a lambdacore based db with significant enhancements. + It features: + . + * Hypertext help system + * Administration groups + * Enhanced English presentation tools + * Added objects (furniture, doors, windows, etc) + * A tutorial --- jhcore-20050204.orig/debian/rules +++ jhcore-20050204/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +build: + dh_testdir + +clean: + dh_testdir + dh_clean + +binary-arch: + dh_testdir + +binary-indep: + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs + dh_install + dh_installdeb + dh_fixperms + dh_compress + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- jhcore-20050204.orig/debian/copyright +++ jhcore-20050204/debian/copyright @@ -0,0 +1,39 @@ +This is a Debian prepackaged version of the jhcore database. + +This package was originally put together by Joey Hess . + +The following copyright applies to this software: + +Portions of this database are derived from the LambdaCore +distribution, available for anonymous ftp at parcftp.xerox.com. The +following copyright notice applies to new and derived works within +this database. + +Copyright 1991, 1992, 1993, 1994, 1995 by Ken Fox. + + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation. + +KEN FOX DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +KEN FOX BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR +ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. + +*** + +Current sources were obtained as follows: + +1) point your favorite authentication-enabled form of web slurpage at + . + I use curl. +2) strip the CRs out of precore.db using tr, fromdos, or an appropriate perl script. +3) 'lambdamoo -l wcore.log precore.db wcore.db' +4) read the log and/or test wcore.db. --- jhcore-20050204.orig/debian/docs +++ jhcore-20050204/debian/docs @@ -0,0 +1,2 @@ +README +getting-started.txt