Browse Source

Packaging stuff.

master
freesource 23 years ago
parent
commit
01c48ca6dd
  1. 99
      pkg/dpkg/changelog
  2. 31
      pkg/dpkg/control
  3. 84
      pkg/dpkg/rules
  4. 3
      pkg/dpkg/swim.postinst
  5. 3
      pkg/dpkg/swim.prerm

99
pkg/dpkg/changelog

@ -0,0 +1,99 @@
swim (0.3.6-1) unstable; urgency=low
* Made swim perl-5.6 happy. Thanks to Douglas du Boulay
<ddb@crystal.uwa.edu.au> for pointing this out.
-- Jonathan D. Rosenbaum <mttrader@access.mountain.net> Fri, 20 Oct 2000 00:32:29 +0000
swim (0.3.5-1) unstable; urgency=low
* Fixed a minor bug pertaining to the mtime of Contents which occured
during initial building of the uninstalled filesystem using FDBDF or
DF. This bug arose as a result of a bug fix in 0.3.4.
-- Jonathan D. Rosenbaum <mttrader@access.mountain.net> Fri, 28 Jan 2000 03:55:45 -0500
swim (0.3.4-1) unstable; urgency=medium
* Made the changelog and copyright option work properly in relation to
the fsstnd Debian has adopted with backwards compatibility. Fixed a
regexp in Qftp to properly deal with packages which match one another,
but aren't the same. Fixed xyzr to work properly with ps. Fixed share
-d/l output for p option. Added an indication when extraction
succeeds. Now Contents is properly filtered for ndb. Removed extra
output from menu for package option. Added example documentation,
thanks to John Lapeyre for the suggestion. Also, thanks to Joel Soete
for reporting corrupt sources from a faulty upload, and to tucows.com
for adding swim to their archive and awarding swim 5 Penguins.
-- Jonathan D. Rosenbaum <mttrader@access.mountain.net> Sun, 23 Jan 2000 19:04:36 -0500
swim (0.3.3-1) unstable; urgency=low
* Repaired a bug in longswim causing the uninstalled filesystem to be
made with packages which looked like spaces due to a return code error,
which caused some trouble for the virtual directories. ncontents is
now filtered of ./, though it was cool to look at.
-- Jonathan D. Rosenbaum <mttrader@access.mountain.net> Sat, 15 Jan 2000 23:58:45 -0500
swim (0.3.2-1) unstable; urgency=low
* Fixed to properly find documentation in the not-installed new Debian
share directories, perl5 in Depends for the new Debian perl policy, and
year 2000 in help.
-- Jonathan D. Rosenbaum <mttrader@access.mountain.net> Wed, 5 Jan 2000 22:56:33 -0500
swim (0.3.1-1) unstable; urgency=medium
* Because of change in Debian's directory structure in Contents, added a
filter so that not-installed database is properly made without repeats.
Fixed a documentation error in QUICKSTART. Made swim@the.netpedia.net
default anonymous login. Minor documentation improvements.
-- Jonathan D. Rosenbaum <mttrader@access.mountain.net> Tue, 4 Jan 2000 23:38:53 -0500
swim (0.3.0-1) unstable; urgency=high
* Many significant bug fixes, users of earlier releases should rebuild
their databases. Additional useful features including a history and
the ability to update the not-installed databases.
-- Jonathan D. Rosenbaum <mttrader@access.mountain.net> Tue, 15 Jun 1999 14:58:14 -0400
swim (0.2.9-1) unstable; urgency=high
* Interim Release
-- Jonathan D. Rosenbaum <mttrader@access.mountain.net> Thu, 27 May 1999 17:27:47 -0400
swim (0.2.8-2) unstable; urgency=low
* Corrects a Recommends field for apt from 1.5 to 0.1.5
-- Jonathan D. Rosenbaum <mttrader@access.mountain.net> Tue, 23 Mar 1999 15:15:28 -0500
swim (0.2.8-1) unstable; urgency=low
* Fixed a minor bug which was preventing virtual options --xyz and --ftp
from working with searches.
-- Jonathan D. Rosenbaum <mttrader@access.mountain.net> Sat, 13 Mar 1999 14:57:05 -0500
swim (0.2.7-1) unstable; urgency=low
* Fixed file test in SWIM::Conf causing a failed startup.
-- Jonathan D. Rosenbaum <mttrader@access.mountain.net> Fri, 12 Mar 1999 08:47:25 -0500
swim (0.2.6-1) unstable; urgency=low
* Initial Release.
-- Jonathan D. Rosenbaum <mttrader@access.mountain.net> Wed, 24 Feb 1999 14:00:52 -0500
Local variables:
mode: debian-changelog
add-log-mailing-address: "mttrader@access.mountain.net"
End:

31
pkg/dpkg/control

@ -0,0 +1,31 @@
Source: swim
Section: admin
Priority: optional
Maintainer: Jonathan D. Rosenbaum <mttrader@access.mountain.net>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.5.2
Package: swim
Architecture: all
Depends: perl5, dpkg, apt (>=0.3.2)
Suggests: gcc
Recommends: libnet-perl, libterm-readline-gnu-perl | libterm-readline-perl-perl
Description: Debian System Wide Information Manager
SWIM is a powerful package information and distribution research tool
for both an installed Debian distribution or not-installed virtual
Debian distribution(s) allowing querying of software packages with a
variety of package information options, and powerful searches. Virtual
options which include ftp, installation, and package removal capabilities
can be seamlessly combined with querying or searches. swim can be used on
computer systems which either have, or do not have a Debian distribution
installed.
.
Presently, the virtual options are not working with the new Debian archive
hierarchy, so help information doesn't reflect them anymore. In the near
future, all -n options will be handled directly through apt-cache
information and apt cache management rather than through huge databases.
Contents.gz listings will also be reinstated.
.
The latest and greatest swim can be retrieved from here:
.
deb http://prdownloads.sourceforge.net/avd ./

84
pkg/dpkg/rules

@ -0,0 +1,84 @@
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
# This is the debhelper compatability version to use.
export DH_COMPAT=3
configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
build: configure-stamp build-stamp
build-stamp:
dh_testdir
# Add here commands to compile the package.
$(MAKE)
#/usr/bin/docbook-to-man debian/gbootroot.sgml > gbootroot.1
touch build-stamp
clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
-$(MAKE) clean
dh_clean
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/gbootroot.
$(MAKE) install DESTDIR=$(CURDIR)/debian/gbootroot
# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.
# Build architecture-dependent files here.
binary-arch: build install
dh_testdir
dh_testroot
# dh_installdebconf
dh_installdocs
# dh_installexamples
dh_installmenu
# dh_installlogrotate
# dh_installemacsen
# dh_installpam
# dh_installmime
# dh_installinit
# dh_installcron
# dh_installman
# dh_installinfo
dh_undocumented
dh_installchangelogs
# dh_link
# dh_strip
dh_compress
dh_fixperms
# dh_makeshlibs
dh_installdeb
# dh_perl
# dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure

3
pkg/dpkg/swim.postinst

@ -0,0 +1,3 @@
#!/bin/sh
#DEBHELPER#

3
pkg/dpkg/swim.prerm

@ -0,0 +1,3 @@
#!/bin/sh
#DEBHELPER#
Loading…
Cancel
Save