Enlightenment CVS committal

Author  : kaethorn
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/debian


Modified Files:
        control rules 


Log Message:
fix dependencies and rules.

===================================================================
RCS file: /cvs/e/e17/apps/entrance/debian/control,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- control     1 Apr 2007 16:28:30 -0000       1.11
+++ control     8 May 2007 11:13:07 -0000       1.12
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: E17 Debian Team <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), automake1.7 | automaken, libtool, 
libpam0g-dev, libevas-dev, libecore-dev, ecore0-bin, libedje-dev, edje0-bin, 
libesmart-dev
+Build-Depends: debhelper (>> 4.0.0), automake1.7 | automaken, libtool, 
libpam0g-dev, libevas-dev, libecore-dev, ecore0-bin, libedje-dev, edje0-bin, 
libesmart-dev, libxp-dev
 Standards-Version: 3.7.2
 
 Package: entrance
@@ -27,7 +27,7 @@
 Package: libentrance0-edit-dev
 Section: x11
 Architecture: any
-Depends: libecore-dev, libentrance0-edit
+Depends: libecore-dev, libentrance0-edit, libpam0g-dev, libxp-dev
 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 
===================================================================
RCS file: /cvs/e/e17/apps/entrance/debian/rules,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- rules       12 Aug 2006 16:04:28 -0000      1.9
+++ rules       8 May 2007 11:13:07 -0000       1.10
@@ -3,7 +3,6 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
-DEB_MAKE_CLEAN_TARGET := clean
 
 install/entrance::
        ./mkinstalldirs debian/entrance/etc/init.d
@@ -13,6 +12,7 @@
        ./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
-       
+debian/stamp-autotools-files:
+       ./autogen.sh --prefix=/usr
+       touch debian/stamp-autotools-files
+



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to