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 epplets for DEBIAN
---------------------- ----------------------
This is the "official" epplet set from the CVS tree. Stay tuned This is the "official" epplet set from the CVS tree.
a package or more of third party epplets.
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. * A CVS release.
@ -6,5 +25,5 @@ epplets (0.6.0-0.2001012300) unstable; urgency=low
Local variables: Local variables:
mode: debian-changelog mode: debian-changelog
add-log-mailing-address: "ljlane@debian.org" add-log-mailing-address: "sfrost@debian.org"
End: End:

26
debian/control vendored
View File

@ -1,25 +1,27 @@
Source: epplets Source: epplets
Section: x11 Section: x11
Priority: optional 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 Standards-Version: 3.1.1.0
Package: epplets Package: epplets
Architecture: any Architecture: any
Depends: libepplet0 (= ${Source-Version}), ${shlibs:Depends} Depends: libepplet0 (= ${Source-Version}), ${shlibs:Depends}, enlightenment (>= 0.16.5-1)
Description: Epplets for the Enlightenment Window Manager Suggests: eeyes
Epplets are small applets for the Enlightenment Window Manager. Epplets Description: The Epplets for the Enlightenment Window Manager
are similar to dock apps for other window managers, but they take full Epplets are small applets for the Enlightenment Window Manager. Epplets
advantage of Enlightenment's themeability. 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. This is the base set of epplets, featuring E-Exec, E-Time, E-Sys,
E-Mixer, E-Screenshoot, E-Xscreensaver, and others.
Package: libepplet0 Package: libepplet0
Architecture: any Architecture: any
Depends: ${shlibs:Depends} Depends: ${shlibs:Depends}
Description: Epplet Shared Libraries Description: The Epplet Shared Libraries
Shared libraries used by Epplets. Shared libraries used by Epplets.
Package: libepplet-dev Package: libepplet-dev
Architecture: any Architecture: any

42
debian/rules vendored
View File

@ -4,7 +4,7 @@ export DH_COMPAT=2
vpath build debian/pmt/ vpath build debian/pmt/
vpath install 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) pwd := $(shell pwd)
SHELL = /bin/sh -e SHELL = /bin/sh -e
@ -48,17 +48,55 @@ install: build
# bin package, epplets # bin package, epplets
$(MAKE) install DESTDIR=$(pwd)/debian/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 # dev package, libepplet-dev
$(INSTALL) -d debian/libepplet-dev/usr/lib $(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/lib/libepplet.{so,a} debian/libepplet-dev/usr/lib
mv -v debian/epplets/usr/include debian/libepplet-dev/usr/include 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 $(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/
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/* 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 # remove leftovers
rm -rfv debian/epplets/usr/lib/ rm -rfv debian/epplets/usr/lib/