Added man page links, updated maintainer field (now Stephen Frost), changed

a few settings to accomedate latest source.  Updated README file.  Updated
changelog with current information.


SVN revision: 4341
This commit is contained in:
Stephen Frost 2001-03-07 00:37:54 +00:00
parent 4a410047ff
commit 1f6a48e7bc
4 changed files with 77 additions and 19 deletions

View File

@ -1,7 +1,6 @@
epplets for DEBIAN
----------------------
This is the "official" epplet set from the CVS tree. Stay tuned
a package or more of third party epplets.
This is the "official" epplet set from the CVS tree.
Laurence J. Lane <ljlane@debian.org>, Mon, 25 Oct 1999 22:31:06 -0400
Stephen Frost <sfrost@debian.org>, Fri, 26 Jan 2001 23:33:35 -0500

23
debian/changelog vendored
View File

@ -1,4 +1,23 @@
epplets (0.6.0-0.2001012300) unstable; urgency=low
epplets (0.6.0-0.2001030401) unstable; urgency=low
* New CVS build.
* Added Build-Depends line, closes #84227
-- Stephen Frost <sfrost@debian.org> Sun, 4 Mar 2001 19:39:09 -0500
epplets (0.6.0-0.2001012601) unstable; urgency=low
* New CVS build.
* E-Biff epplet sound configuration problem fixed, closes: #83089
* E-Slides epplet now defaults to 'eeyes' in config instead of 'ee', closes: #58560
* Upstream report is that E-UrlWatch should be fixed now, closes: #62514
* Upstream changes appear to fix problems on alpha (these may have been
related to problems enlightenment was having on alpha as well which
have been fixed), closes #58361
-- Stephen Frost <sfrost@debian.org> Sat, 27 Jan 2001 15:00:24 -0500
epplets (0.6.0-0.2000030701) unstable; urgency=low
* A CVS release.
@ -6,5 +25,5 @@ epplets (0.6.0-0.2001012300) unstable; urgency=low
Local variables:
mode: debian-changelog
add-log-mailing-address: "ljlane@debian.org"
add-log-mailing-address: "sfrost@debian.org"
End:

26
debian/control vendored
View File

@ -1,25 +1,27 @@
Source: epplets
Source: epplets
Section: x11
Priority: optional
Maintainer: Laurence J. Lane <ljlane@debian.org>
Maintainer: Stephen Frost <sfrost@debian.org>
Build-Depends: freetype2-dev, libesd0-dev | libesd-alsa0-dev, libfnlib-dev, imlib-dev, gettext, xlibs-dev, debhelper (>=2.0)
Standards-Version: 3.1.1.0
Package: epplets
Architecture: any
Depends: libepplet0 (= ${Source-Version}), ${shlibs:Depends}
Description: Epplets for the Enlightenment Window Manager
Epplets are small applets for the Enlightenment Window Manager. Epplets
are similar to dock apps for other window managers, but they take full
advantage of Enlightenment's themeability.
.
This is the base set of epplets, featuring E-Exec, E-Time, E-Sys,
E-Mixer, E-Screenshoot, E-Xscreensaver, and others.
Depends: libepplet0 (= ${Source-Version}), ${shlibs:Depends}, enlightenment (>= 0.16.5-1)
Suggests: eeyes
Description: The Epplets for the Enlightenment Window Manager
Epplets are small applets for the Enlightenment Window Manager. Epplets
are similar to dock apps for other window managers, but they take full
advantage of Enlightenment's themeability.
.
This is the base set of epplets, featuring E-Exec, E-Time, E-Sys,
E-Mixer, E-Screenshoot, E-Xscreensaver, and others.
Package: libepplet0
Architecture: any
Depends: ${shlibs:Depends}
Description: Epplet Shared Libraries
Shared libraries used by Epplets.
Description: The Epplet Shared Libraries
Shared libraries used by Epplets.
Package: libepplet-dev
Architecture: any

42
debian/rules vendored
View File

@ -4,7 +4,7 @@ export DH_COMPAT=2
vpath build debian/pmt/
vpath install debian/pmt/
cfg = --prefix=/usr --mandir=/usr/share/man
cfg = --enable-fsstd=yes --mandir=/usr/share/man --enable-new-remember
pwd := $(shell pwd)
SHELL = /bin/sh -e
@ -48,17 +48,55 @@ install: build
# bin package, epplets
$(MAKE) install DESTDIR=$(pwd)/debian/epplets/
mkdir -p debian/epplets/usr/share/doc/epplets
cp -v COPYING debian/epplets/usr/share/doc/epplets/copyright
mkdir -p debian/epplets/usr/share/man/man1
cp -v epplets/man/epplets.1 debian/epplets/usr/share/man/man1/epplets.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-Areas.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-LoadMeter.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-NetGraph.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-Time.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-Biff.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-Magic.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-Pinger.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-Toolbox.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-Clock.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-MemWatch.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-Power.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-Pants.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-UrlWatch.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-Cpu.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-Mixer.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-SD.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-Xss.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-Disk.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-MoonClock.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-ScreenSave.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/Emix.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-Exec.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-Mountbox.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-ScreenShoot.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-GtkRc.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-Net.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-Slides.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-Load.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-NetFlame.epplet.1
dh_link usr/share/man/man1/epplets.1 usr/share/man/man1/E-Sys.epplet.1
# dev package, libepplet-dev
$(INSTALL) -d debian/libepplet-dev/usr/lib
mv -v debian/epplets/usr/lib/libepplet.{so,a} debian/libepplet-dev/usr/lib
mv -v debian/epplets/usr/include debian/libepplet-dev/usr/include
mkdir -p debian/libepplet-dev/usr/share/doc/libepplet-dev
cp -v COPYING debian/libepplet-dev/usr/share/doc/libepplet-dev/copyright
# lib package, libepplets0
# lib package, libepplet0
$(INSTALL) -d debian/libepplet0/usr/lib
mv -v debian/epplets/usr/lib/libepplet.so.???* debian/libepplet0/usr/lib/
mv -v debian/epplets/usr/lib/libepplet.so* debian/libepplet0/usr/lib/
chmod -x debian/libepplet0/usr/lib/*
mkdir -p debian/libepplet0/usr/share/doc/libepplet0
cp -v COPYING debian/libepplet0/usr/share/doc/libepplet0/copyright
# remove leftovers
rm -rfv debian/epplets/usr/lib/