diff --git a/legacy/efreet/Makefile.am b/legacy/efreet/Makefile.am index 39853b7ffc..30cde77862 100644 --- a/legacy/efreet/Makefile.am +++ b/legacy/efreet/Makefile.am @@ -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 diff --git a/legacy/efreet/configure.in b/legacy/efreet/configure.in index 5779bbc550..453bab6bf9 100644 --- a/legacy/efreet/configure.in +++ b/legacy/efreet/configure.in @@ -67,5 +67,6 @@ src/bin/Makefile src/bin/data/Makefile src/bin/data/sub/Makefile src/bin/compare/Makefile +debian/changelog ], [] ) diff --git a/legacy/efreet/debian/changelog.in b/legacy/efreet/debian/changelog.in new file mode 100644 index 0000000000..e1f141ba6e --- /dev/null +++ b/legacy/efreet/debian/changelog.in @@ -0,0 +1,6 @@ +efreet (@VERSION@-1) unstable; urgency=low + + * CVS snapshot. + + -- E17 Debian Team Sat, 24 Mar 2007 14:36:44 +0000 + diff --git a/legacy/efreet/debian/control b/legacy/efreet/debian/control new file mode 100644 index 0000000000..c5d4fe175c --- /dev/null +++ b/legacy/efreet/debian/control @@ -0,0 +1,56 @@ +Source: efreet +Section: libs +Priority: optional +Maintainer: E17 Debian Team +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. diff --git a/legacy/efreet/debian/copyright b/legacy/efreet/debian/copyright new file mode 100644 index 0000000000..722220646d --- /dev/null +++ b/legacy/efreet/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by E17 Debian Team 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 + +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 and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. diff --git a/legacy/efreet/debian/efreet0-bin.install b/legacy/efreet/debian/efreet0-bin.install new file mode 100644 index 0000000000..1b8c911a56 --- /dev/null +++ b/legacy/efreet/debian/efreet0-bin.install @@ -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 diff --git a/legacy/efreet/debian/libefreet0-dev.install b/legacy/efreet/debian/libefreet0-dev.install new file mode 100644 index 0000000000..9793cbf5e6 --- /dev/null +++ b/legacy/efreet/debian/libefreet0-dev.install @@ -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/* diff --git a/legacy/efreet/debian/libefreet0.install b/legacy/efreet/debian/libefreet0.install new file mode 100644 index 0000000000..79bbe2f02c --- /dev/null +++ b/legacy/efreet/debian/libefreet0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/*.so.* diff --git a/legacy/efreet/debian/rules b/legacy/efreet/debian/rules new file mode 100755 index 0000000000..63d9c57d02 --- /dev/null +++ b/legacy/efreet/debian/rules @@ -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