diff --git a/pkg/dpkg/control b/pkg/dpkg/control index bf5d4fd..80c3eb4 100644 --- a/pkg/dpkg/control +++ b/pkg/dpkg/control @@ -1,7 +1,7 @@ Source: dswim Section: admin Priority: optional -Maintainer: Jonathan D. Rosenbaum +Maintainer: Jonathan Rosenbaum Build-Depends: debhelper (>> 3.0.0) Standards-Version: 3.5.2 @@ -32,16 +32,4 @@ Description: Debian System Wide Information Manager The latest and greatest dswim can be retrieved from here: . deb http://prdownloads.sourceforge.net/avd ./ - - - - - - - - - - - - - + . diff --git a/pkg/dpkg/dswim.links b/pkg/dpkg/dswim.links new file mode 100644 index 0000000..2b2426e --- /dev/null +++ b/pkg/dpkg/dswim.links @@ -0,0 +1,2 @@ +/usr/bin/swim /usr/bin/dswim +/usr/share/man/man5/swim.8.gz /usr/share/man/man5/dswim.8.gz \ No newline at end of file diff --git a/pkg/dpkg/dswim.postinst b/pkg/dpkg/dswim.postinst new file mode 100755 index 0000000..a2c66fa --- /dev/null +++ b/pkg/dpkg/dswim.postinst @@ -0,0 +1,3 @@ +#!/bin/sh + +#DEBHELPER# diff --git a/pkg/dpkg/dswim.prerm b/pkg/dpkg/dswim.prerm new file mode 100755 index 0000000..a2c66fa --- /dev/null +++ b/pkg/dpkg/dswim.prerm @@ -0,0 +1,3 @@ +#!/bin/sh + +#DEBHELPER# diff --git a/pkg/dpkg/rules b/pkg/dpkg/rules index 9ffeea5..a323443 100755 --- a/pkg/dpkg/rules +++ b/pkg/dpkg/rules @@ -22,7 +22,7 @@ build-stamp: # Add here commands to compile the package. $(MAKE) - #/usr/bin/docbook-to-man debian/swim.sgml > swim.1 + #/usr/bin/docbook-to-man debian/dswim.sgml > dswim.1 touch build-stamp @@ -42,8 +42,8 @@ install: build dh_clean -k dh_installdirs - # Add here commands to install the package into debian/swim. - $(MAKE) install DESTDIR=$(CURDIR)/debian/swim + # Add here commands to install the package into debian/dswim. + $(MAKE) install DESTDIR=$(CURDIR)/debian/dswim # Build architecture-independent files here.