mirror of
https://github.com/fspc/dswim.git
synced 2025-02-22 08:33:24 -05:00
Name change - swim to dswim.
This commit is contained in:
parent
7fc1b92abd
commit
a50fa61ffd
@ -1,7 +1,7 @@
|
|||||||
Source: dswim
|
Source: dswim
|
||||||
Section: admin
|
Section: admin
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Jonathan D. Rosenbaum <mttrader@access.mountain.net>
|
Maintainer: Jonathan Rosenbaum <freesource@users.sourceforge.net>
|
||||||
Build-Depends: debhelper (>> 3.0.0)
|
Build-Depends: debhelper (>> 3.0.0)
|
||||||
Standards-Version: 3.5.2
|
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:
|
The latest and greatest dswim can be retrieved from here:
|
||||||
.
|
.
|
||||||
deb http://prdownloads.sourceforge.net/avd ./
|
deb http://prdownloads.sourceforge.net/avd ./
|
||||||
|
.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
2
pkg/dpkg/dswim.links
Normal file
2
pkg/dpkg/dswim.links
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/usr/bin/swim /usr/bin/dswim
|
||||||
|
/usr/share/man/man5/swim.8.gz /usr/share/man/man5/dswim.8.gz
|
3
pkg/dpkg/dswim.postinst
Executable file
3
pkg/dpkg/dswim.postinst
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
#DEBHELPER#
|
3
pkg/dpkg/dswim.prerm
Executable file
3
pkg/dpkg/dswim.prerm
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
#DEBHELPER#
|
@ -22,7 +22,7 @@ build-stamp:
|
|||||||
|
|
||||||
# Add here commands to compile the package.
|
# Add here commands to compile the package.
|
||||||
$(MAKE)
|
$(MAKE)
|
||||||
#/usr/bin/docbook-to-man debian/swim.sgml > swim.1
|
#/usr/bin/docbook-to-man debian/dswim.sgml > dswim.1
|
||||||
|
|
||||||
touch build-stamp
|
touch build-stamp
|
||||||
|
|
||||||
@ -42,8 +42,8 @@ install: build
|
|||||||
dh_clean -k
|
dh_clean -k
|
||||||
dh_installdirs
|
dh_installdirs
|
||||||
|
|
||||||
# Add here commands to install the package into debian/swim.
|
# Add here commands to install the package into debian/dswim.
|
||||||
$(MAKE) install DESTDIR=$(CURDIR)/debian/swim
|
$(MAKE) install DESTDIR=$(CURDIR)/debian/dswim
|
||||||
|
|
||||||
|
|
||||||
# Build architecture-independent files here.
|
# Build architecture-independent files here.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user