Remove obsolete debian stuff.

SVN revision: 35628
This commit is contained in:
Kim Woelders 2008-08-23 15:47:10 +00:00
parent 718ea6987a
commit 22536b034e
9 changed files with 0 additions and 256 deletions

2
debian/.cvsignore vendored
View File

@ -1,2 +0,0 @@
Makefile
Makefile.in

4
debian/Makefile.am vendored
View File

@ -1,4 +0,0 @@
# $Id$
EXTRA_DIST = README.debian changelog control libepplet0.postinst rules \
shlibs.local

View File

@ -1,6 +0,0 @@
epplets for DEBIAN
----------------------
This is the "official" epplet set from the CVS tree.
Stephen Frost <sfrost@debian.org>, Fri, 26 Jan 2001 23:33:35 -0500

64
debian/changelog vendored
View File

@ -1,64 +0,0 @@
epplets (0.6.cvs.2001102801-2) unstable; urgency=low
* Modified rules to chmod 755 ./configure since it's added as part
of the diff from the original CVS source.
* Removed libesd-alsa0-dev from Build-Depends, closes: #117506
-- Stephen Frost <sfrost@debian.org> Mon, 29 Oct 2001 07:43:16 -0500
epplets (0.6.cvs.2001102801-1) unstable; urgency=low
* New CVS build. Primary changes to E-Power and E-Time.
* E-Power - fix respawn problems
* E-Time - Add ability to specify a timezone
* Compiled against libungif4g, closes: #106556
-- Stephen Frost <sfrost@debian.org> Sun, 28 Oct 2001 12:18:29 -0500
epplets (0.6.cvs.2001041301-1) unstable; urgency=low
* New CVS build. Primary changes to E-Mixer.c
* Modified rules so that unofficial debs can be built out-of-the-box
* Ran autoconf.sh prior to upload so Build-Depends correct, closes: #90238
-- Stephen Frost <sfrost@debian.org> Fri, 13 Apr 2001 10:52:39 -0400
epplets (0.6.cvs.2001031501-2) unstable; urgency=low
* Added 'Section:' to each package so they are installed to the
correct area.
-- Stephen Frost <sfrost@debian.org> Thu, 15 Mar 2001 15:13:39 -0500
epplets (0.6.cvs.20010315-1) unstable; urgency=low
* New CVS build.
* Modified versioning to better support CVS
* Added Build-Depends line, closes: #84227
-- Stephen Frost <sfrost@debian.org> Thu, 15 Mar 2001 10:01:39 -0500
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.
-- Laurence J. Lane <ljlane@debian.org> Tue, 7 Mar 2000 19:24:05 -0500

33
debian/control vendored
View File

@ -1,33 +0,0 @@
Source: epplets
Section: x11
Priority: optional
Maintainer: Stephen Frost <sfrost@debian.org>
Build-Depends: freetype2-dev, libesd0-dev, libfnlib-dev, imlib-dev, gettext, xlibs-dev, debhelper (>=2.0)
Standards-Version: 3.1.1.0
Package: epplets
Section: x11
Architecture: any
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
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: The Epplet Shared Libraries
Shared libraries used by Epplets.
Package: libepplet-dev
Section: devel
Architecture: any
Depends: libepplet0 (= ${Source-Version}), libc6-dev
Description: Development files for Epplets
Static libs and the C header file for Epplets.

View File

@ -1,7 +0,0 @@
This package was debianized by Stephen Frost <sfrost@debian.org> on
Fri, 13 Apr 2001 12:09:17 -0400
It was downloaded from cvs://cvs.enlightenment.sourceforge.net:/cvsroot/enlightenment
Copyright:

View File

@ -1,7 +0,0 @@
#!/bin/sh -e
if [ "$1" = "configure" ]; then
ldconfig
fi
#DEBHELPER#

132
debian/rules vendored
View File

@ -1,132 +0,0 @@
#!/usr/bin/make -f
export DH_COMPAT=2
vpath build debian/pmt/
vpath install debian/pmt/
cfg = --enable-fsstd=yes --mandir=/usr/share/man --enable-new-remember
pwd := $(shell pwd)
SHELL = /bin/sh -e
INSTALL = /usr/bin/install
build:
dh_testdir
test -e ./configure && chmod 755 ./configure
test -x ./configure && ./configure $(cfg) || ./autogen.sh $(cfg)
# temp dir
$(INSTALL) -d debian/pmt
cp libtool debian/pmt/libtool
sed \
-e 's/^hardcode_libdir_flag_spec.*$$/hardcode_libdir_flag_spec="-D__LIBTOOL_IS_A_FOOL__ "/' \
-e '/^archive_cmds="/s/"$$/ \\$$deplibs"/' debian/pmt/libtool > libtool
# the configure script anal, hardcodes $EBIN and $EROOT from the running
# environment into the Makefile, so we hijack those variables beforehand
export EBIN=usr/bin; \
export EROOT=$(pwd)/debian/epplets/usr/share/enlightenment; \
$(MAKE)
touch debian/pmt/$@
clean:
dh_testdir
dh_testroot
rm -f build-stamp
-$(MAKE) -k clean distclean
-rm -rf debian/pmt
dh_clean
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
# parts shamelessly stolen from the bz2 package
# bin package, epplets
$(MAKE) install DESTDIR=$(pwd)/debian/epplets/
mkdir -p debian/epplets/usr/share/doc/epplets
test -f COPYING && test -f debian/copyright-info && test -f epplets/Emix-data/Emix.COPYING && echo "Emix:" | cat debian/copyright-info COPYING - epplets/Emix-data/Emix.COPYING > debian/epplets/usr/share/doc/epplets/copyright || touch debian/epplets/usr/share/doc/epplets/copyright
rm debian/epplets/usr/share/enlightenment/epplet_data/Emix/Emix.COPYING # accounted for above
mkdir -p debian/epplets/usr/share/man/man1
test -f epplets/man/epplets.1 && cp -v epplets/man/epplets.1 debian/epplets/usr/share/man/man1/epplets.1 || touch 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
test -f COPYING && test -f debian/copyright-info && cat debian/copyright-info COPYING > debian/libepplet-dev/usr/share/doc/libepplet-dev/copyright || touch debian/libepplet-dev/usr/share/doc/libepplet-dev/copyright
# 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
test -f COPYING && test -f debian/copyright-info && cat debian/copyright-info COPYING > debian/libepplet0/usr/share/doc/libepplet0/copyright || touch debian/libepplet0/usr/share/doc/libepplet0/copyright
# remove leftovers
rm -rfv debian/epplets/usr/lib/
touch debian/pmt/$@
binary-arch: build install
dh_testdir
dh_testroot
dh_installdocs
dh_installmenu
dh_undocumented
dh_installchangelogs
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_makeshlibs -V
# dh_shlibdeps will probably generate a lot of harmless
# warnings if there is no libepplet0 currently installed
dh_shlibdeps -ldebian/libepplet0/usr/lib
dh_gencontrol
dh_md5sums
dh_builddeb
binary-indep:
binary: binary-arch
.PHONY: clean binary-indep binary-arch binary

1
debian/shlibs.local vendored
View File

@ -1 +0,0 @@
libepplet 0