Enlightenment CVS committal

Author  : kaethorn
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/debian


Modified Files:
        control rules 
Added Files:
        entrance.install libentrance0-edit-dev.install 
        libentrance0-edit.install 


Log Message:
update entrance debian rules.
- add libentrance-edit and libentrance-edit-dev
- move to cdbs

===================================================================
RCS file: /cvs/e/e17/apps/entrance/debian/control,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- control     6 May 2006 08:05:15 -0000       1.9
+++ control     12 Aug 2006 16:04:28 -0000      1.10
@@ -12,3 +12,26 @@
 Description: The enlightened login manager.
  Entrance is a login manager similar to gdm or kdm, it is based on the 
  Enlightenment Foundation Libraries.  It is fully themeable via Edje.
+
+Package: libentrance0-edit
+Section: x11
+Architecture: any
+Depends: ${shlibs:Depends}
+Provides: libentrance-edit
+Description: Entrance configuration editing library
+ Entrance is a login manager similar to gdm or kdm, it is based on the 
+ Enlightenment Foundation Libraries.  It is fully themeable via Edje.
+ .
+ This package provides the Entrance configuration data editing library.
+
+Package: libentrance0-edit-dev
+Section: x11
+Architecture: any
+Depends: libecore-dev, libentrance0-edit
+Provides: libentrance-edit-dev
+Description: Entrance configuration editing library development files
+ Entrance is a login manager similar to gdm or kdm, it is based on the 
+ Enlightenment Foundation Libraries.  It is fully themeable via Edje.
+ .
+ This package provides headers and static libraries to develop against
+ the Entrance configuration data editing library.
===================================================================
RCS file: /cvs/e/e17/apps/entrance/debian/rules,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- rules       6 May 2006 08:05:15 -0000       1.8
+++ rules       12 Aug 2006 16:04:28 -0000      1.9
@@ -1,105 +1,18 @@
 #!/usr/bin/make -f
 
-# 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 compatability version to use.
-export DH_COMPAT=4
-
-
-CFLAGS ?= -Wall -g
-
-pwd := `pwd`
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-       CFLAGS += -O0
-else
-       CFLAGS += -O2
-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)
-
-INSTALL=/usr/bin/install -p
-CONFIGUREOPTS = --prefix=/usr --with-xsession=/etc/entrance/Xsession \
-       --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) \
-       --with-pam-config=entrance
-package=entrance
-
-configure: configure-stamp
-configure-stamp:
-       dh_testdir
-
-       ./configure $(CONFIGUREOPTS)
-
-       touch configure-stamp
-
-build: configure build-stamp
-build-stamp:
-       dh_testdir
-
-       $(MAKE)
-
-       touch build-stamp
-
-clean:
-       dh_testdir
-       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
-
-       # Add here commands to install the package into debian/entrance.
-       $(MAKE) install DESTDIR=$(CURDIR)/debian/$(package)
-
-       ./mkinstalldirs $(pwd)/debian/entrance/etc/init.d
-       install -c -m 755 debian/etc/init 
$(pwd)/debian/entrance/etc/init.d/entrance
-
-       ./mkinstalldirs $(pwd)/debian/entrance/etc/pam.d
-       install -c -m 644 debian/etc/pam 
$(pwd)/debian/entrance/etc/pam.d/entrance
-
-       ./mkinstalldirs $(pwd)/debian/entrance/etc/entrance
-       install -c -m 755 debian/etc/Xsession 
$(pwd)/debian/entrance/etc/entrance/Xsession
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-       dh_testdir
-       dh_testroot
-       dh_installdocs
-       dh_installman
-       dh_installchangelogs ChangeLog
-       dh_link
-       dh_strip
-       dh_compress
-       dh_fixperms
-       dh_makeshlibs
-       dh_installdeb
-       dh_installdebconf
-       dh_shlibdeps
-       dh_gencontrol
-       dh_md5sums
-       dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+install/entrance::
+       ./mkinstalldirs debian/entrance/etc/init.d
+       install -c -m 755 debian/etc/init debian/entrance/etc/init.d/entrance
+       ./mkinstalldirs debian/entrance/etc/pam.d
+       install -c -m 644 debian/etc/pam debian/entrance/etc/pam.d/entrance
+       ./mkinstalldirs debian/entrance/etc/entrance
+       install -c -m 755 debian/etc/Xsession 
debian/entrance/etc/entrance/Xsession
+
+clean::
+       if [ -f $(CURDIR)/../../snapshot ]; then ./autogen.sh --prefix=/usr; fi
+       



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to