debianize efreet.

SVN revision: 29018
This commit is contained in:
kaethorn 2007-03-24 16:22:10 +00:00 committed by kaethorn
parent 9dbcb5c3ee
commit d1a58cfb5a
9 changed files with 121 additions and 1 deletions

View File

@ -3,7 +3,8 @@ SUBDIRS = src
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
config.h.in config.sub configure install-sh \
ltconfig ltmain.sh missing mkinstalldirs \
stamp-h.in debian/changelog depcomp efreet_doxy_warnings.txt
stamp-h.in debian/changelog depcomp efreet_doxy_warnings.txt \
debian/changelog
bin_SCRIPTS = efreet-config

View File

@ -67,5 +67,6 @@ src/bin/Makefile
src/bin/data/Makefile
src/bin/data/sub/Makefile
src/bin/compare/Makefile
debian/changelog
], []
)

View File

@ -0,0 +1,6 @@
efreet (@VERSION@-1) unstable; urgency=low
* CVS snapshot.
-- E17 Debian Team <debian@edevelop.org> Sat, 24 Mar 2007 14:36:44 +0000

View File

@ -0,0 +1,56 @@
Source: efreet
Section: libs
Priority: optional
Maintainer: E17 Debian Team <debian@edevelop.org>
Build-Depends: cdbs, debhelper (>= 5), libecore0-dev
Standards-Version: 3.7.2
Package: libefreet0-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, libecore0-dev, libefreet0-dev (= ${Source-Version})
Provides: libefreet-dev
Description: Efreet headers and development files
Efreet is an implementation of several specifications from freedesktop.org
intended for use in Enlightenment DR17 (e17) and other applications using
the Enlightenment Foundation Libraries (EFL). Currently, the following
specifications are included:
o Base Directory
o Desktop Entry
o Icon Theme
o Menu
.
This package contains headers and static libraries for development with
libefreet.
Package: efreet0-bin
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, libefreet0 (= ${Source-Version})
Provides: efreet-bin
Description: Various binaries for use with Efreet
Efreet is an implementation of several specifications from freedesktop.org
intended for use in Enlightenment DR17 (e17) and other applications using
the Enlightenment Foundation Libraries (EFL). Currently, the following
specifications are included:
o Base Directory
o Desktop Entry
o Icon Theme
o Menu
.
This package contains the Efreet binaries.
Package: libefreet0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, libecore0
Provides: libefreet
Description: E17 library providing freedesktop.org specifications
Efreet is an implementation of several specifications from freedesktop.org
intended for use in Enlightenment DR17 (e17) and other applications using
the Enlightenment Foundation Libraries (EFL). Currently, the following
specifications are included:
o Base Directory
o Desktop Entry
o Icon Theme
o Menu.

View File

@ -0,0 +1,36 @@
This package was debianized by E17 Debian Team <debian@edevelop.org> on
Sat, 24 Mar 2007 14:36:44 +0000.
The source code is from the e17/libs/efreet module of the enlightenment CVS
tree. For more information, see:
http://www.enlightenment.org/cvs.html
Upstream Author: Dan Sinclair <dj2@everburning.com>
Copyright:
Copyright (C) 2006 dan sinclair and various contributors (see AUTHORS)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies of the Software, its documentation and marketing & publicity
materials, and acknowledgment shall be given in the documentation, materials
and software packages that this Software was used.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
The Debian packaging is (C) 2007, E17 Debian Team <debian@edevelop.org> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

View File

@ -0,0 +1,4 @@
debian/tmp/usr/bin/efreet_alloc
debian/tmp/usr/bin/ecore_alloc
debian/tmp/usr/bin/efreet_menu_alloc
debian/tmp/usr/bin/compare_results

View File

@ -0,0 +1,6 @@
debian/tmp/usr/lib/*.so
debian/tmp/usr/lib/*.la
debian/tmp/usr/lib/*.a
debian/tmp/usr/include/*
debian/tmp/usr/bin/*-config
debian/tmp/usr/lib/pkgconfig/*

View File

@ -0,0 +1 @@
debian/tmp/usr/lib/*.so.*

9
legacy/efreet/debian/rules Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_MAKE_CLEAN_TARGET := clean
clean::
if [ -f $(CURDIR)/../../snapshot ]; then ./autogen.sh --prefix=/usr; fi