Enlightenment CVS committal

Author  : kaethorn
Project : e17
Module  : apps/eclair

Dir     : e17/apps/eclair/debian


Modified Files:
        changelog.in control rules 
Removed Files:
        eclair.files 


Log Message:
Debian packaging cleanups.

===================================================================
RCS file: /cvs/e/e17/apps/eclair/debian/changelog.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- changelog.in        10 Oct 2005 20:09:26 -0000      1.1
+++ changelog.in        1 Oct 2006 21:30:44 -0000       1.2
@@ -2,5 +2,5 @@
 
   * a CVS snapshot release.
 
- -- Blake Barnett (shadoi) <[EMAIL PROTECTED]>  Fri, 23 Sep 2005 09:10:52 -0700
+ -- E17 Debian Team <[EMAIL PROTECTED]>  Fri, 23 Sep 2005 09:10:52 -0700
 
===================================================================
RCS file: /cvs/e/e17/apps/eclair/debian/control,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- control     2 Apr 2006 08:34:50 -0000       1.3
+++ control     1 Oct 2006 21:30:44 -0000       1.4
@@ -1,13 +1,15 @@
 Source: eclair
 Section: x11
 Priority: optional
-Maintainer: Blake Barnett <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), automake1.7 | automaken, libecore-dev, 
libedje-dev, libevas-dev, libesmart-dev, libemotion-dev, libtagc0-dev, 
libxml2-dev, libsqlite3-dev, libglade2-dev
-Standards-Version: 3.5.7.0
+Maintainer: E17 Debian Team <[EMAIL PROTECTED]>
+Build-Depends: cdbs, debhelper (>> 3.0.0), automake1.7 | automaken, 
libecore-dev, libedje-dev, libevas-dev, libesmart-dev, libemotion-dev, 
libtagc0-dev, libxml2-dev, libsqlite3-dev, libglade2-dev
+Standards-Version: 3.7.2
 
 Package: eclair
 Section: x11
 Architecture: any
 Depends: ${shlibs:Depends}
-Description: Eclair is a media player front-end using the
- Enlightenment Foundation Libraries (http://www.enlightnement.org).
+Recommends: libemotion0-xine | libemotion0-gstreamer
+Description: EWL powered media player
+ Eclair is an EFL powered media player front-end using Enlightenment's
+ video playback library (emotion).
===================================================================
RCS file: /cvs/e/e17/apps/eclair/debian/rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- rules       2 Apr 2006 07:38:04 -0000       1.2
+++ rules       1 Oct 2006 21:30:44 -0000       1.3
@@ -1,84 +1,8 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+DEB_MAKE_CLEAN_TARGET := clean
 
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=4
-
-
-CFLAGS ?= -Wall -g
-
-ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-       CFLAGS += -g
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-       INSTALL_PROGRAM += -s
-endif
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-CONFIGUREOPTS = --prefix=/usr --build=$(DEB_BUILD_GNU_TYPE) 
--host=$(DEB_HOST_GNU_TYPE)
-
-configure: configure-stamp
-configure-stamp:
-       dh_testdir
-
-       test -x autogen.sh && ./autogen.sh $(CONFIGUREOPTS) || ./configure 
$(CONFIGUREOPTS)
-
-       touch configure-stamp
-
-build: build-stamp
-build-stamp: configure-stamp 
-       dh_testdir
-
-       $(MAKE)
-
-       touch build-stamp
-
-clean:
-       dh_testdir
-       dh_testroot
-       rm -f build-stamp configure-stamp
-
-       -mv debian/changelog debian/changelog.saved
-       -$(MAKE) distclean
-       -mv debian/changelog.saved debian/changelog
-
-       dh_clean
-
-install: build
-       dh_testdir
-       dh_testroot
-       dh_clean -k
-       dh_installdirs
-
-       $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
-
-binary-indep: build install
-
-binary-arch: build install
-       dh_testdir
-       dh_testroot
-       dh_installchangelogs 
-       dh_installdocs -peclair README AUTHORS COPYING
-       dh_movefiles
-       dh_link
-       dh_strip
-       dh_compress
-       dh_fixperms
-       dh_makeshlibs
-       dh_installdeb
-       dh_shlibdeps
-       dh_gencontrol
-       dh_md5sums
-       dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+clean::
+       if [ -f $(CURDIR)/../../snapshot ]; then ./autogen.sh --prefix=/usr 
--enable-plugin-extractor ; fi



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to