Enlightenment CVS committal

Author  : swielinga
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/debian


Modified Files:
        Makefile.am changelog control rules 
Added Files:
        edje0-bin.files edje0-test.files libedje0-dev.files 
        libedje0.files 
Removed Files:
        libedje0.postinst 


Log Message:
Updated most of the debian packaging. Everything I have missed is out of date,
not important or not working.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/debian/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 15 Jul 2003 19:39:08 -0000      1.1
+++ Makefile.am 26 Aug 2003 13:59:05 -0000      1.2
@@ -2,5 +2,8 @@
 changelog \
 control \
 copyright \
-libedje0.postinst \
+edje0-bin.files \
+edje0-tools.files \
+libedje0.files \
+libedje0-dev.files \
 rules
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/debian/changelog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- changelog   21 Aug 2003 16:21:11 -0000      1.2
+++ changelog   26 Aug 2003 13:59:05 -0000      1.3
@@ -1,5 +1,5 @@
-edje (0.0.1-0cvs20030820) unstable; urgency=low
+edje (0.0.1-0cvs20030826) unstable; urgency=low
 
   * a CVS release
   
- -- Sytse Wielinga <[EMAIL PROTECTED]>  Wed, 20 Aug 2003 16:51:21 +0200
+ -- Sytse Wielinga <[EMAIL PROTECTED]>  Tue, 26 Aug 2003 14:59:45 +0200
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/debian/control,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- control     21 Aug 2003 16:21:11 -0000      1.2
+++ control     26 Aug 2003 13:59:05 -0000      1.3
@@ -1,21 +1,52 @@
 Source: edje
 Section: libs
 Priority: optional
-Maintainer: Laurence J. Lane <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 3.0), libimlib2-dev, libeet0-dev, libecore1-dev
+Maintainer: Sytse Wielinga <[EMAIL PROTECTED]>
+Build-Depends: libimlib2-dev, libeet0-dev, libecore1-dev, libevas2-dev, debhelper (>> 
4.0.0)
 Standards-Version: 3.6.1.0
 
+Package: edje0-bin
+Architecture: any
+Section: graphics
+Depends: ${shlibs:Depends}
+Description: Edje compiler
+ This package contains the binary edje_cc, for compiling edje files.
+ .
+ Edje is a graphical layout and animation library for animated resizable,
+ compressed and scalable themes. It is the theming engine behind
+ Enlightenment DR 0.17.
+
+Package: edje0-test
+Architecture: any
+Section: graphics
+Depends: ${shlibs:Depends}
+Description: Edje binaries
+ This package contains the binaries edje, for viewing edje files.
+ .
+ Edje is a graphical layout and animation library for animated resizable,
+ compressed and scalable themes. It is the theming engine behind
+ Enlightenment DR 0.17.
+
 Package: libedje0
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}
-Description: libedje0 description
- libedje0 extended description
+Suggests: edje0-bin (= ${Source-Version}), edje0-test (= ${Source-Version})
+Description: Graphical layout and animation library
+ Edje is a graphical layout and animation library for animated resizable,
+ compressed and scalable themes. It is the theming engine behind
+ Enlightenment DR 0.17.
  
 Package: libedje0-dev
 Architecture: any
 Section: devel
 Architecture: any
-Depends: libedje0 (= ${Source-Version}), libc6-dev
+Depends: libedje0 (= ${Source-Version}), libc6-dev | libc-dev, libeet0-dev, 
libecore1-dev, libevas2-dev
+Provides: libedje-dev
+Conflicts: libedje-dev
 Description: libedje0 headers, static libraries and documentation
- Headers, shared libraries and documentation for Edje.
+ This package provides headers, shared libraries and documentation for Edje.
+ .
+ Edje is a graphical layout and animation library for animated resizable,
+ compressed and scalable themes. It is the theming engine behind
+ Enlightenment DR 0.17.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/debian/rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- rules       21 Aug 2003 16:21:11 -0000      1.2
+++ rules       26 Aug 2003 13:59:05 -0000      1.3
@@ -1,34 +1,48 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper. 
-# GNU copyright 1997 by Joey Hess.
-#
-# This version is for a hypothetical package that builds an
-# architecture-dependant package, as well as an architecture-independent
-# package.
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
 
-# Uncomment this to turn on verbose mode. 
+# Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+
 # This is the debhelper compatability version to use.
-export DH_COMPAT=2
+export DH_COMPAT=4
+
+
+CFLAGS ?= -Wall -g
 
-# This has to be exported to make some magic below work.
-export DH_OPTIONS
+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
+INSTALL=/usr/bin/install -p
+CONFIGUREOPTS = --prefix=/usr --build=$(DEB_BUILD_GNU_TYPE) 
--host=$(DEB_HOST_GNU_TYPE)
 package=libedje0
 
 configure: configure-stamp
 configure-stamp:
-       ./autogen.sh --prefix=/usr || ./configure --prefix=/usr 
+       dh_testdir
+
+       test -x autogen.sh && ./autogen.sh $(CONFIGUREOPTS) || ./configure 
$(CONFIGUREOPTS)
+
        touch configure-stamp
 
 build: configure build-stamp
 build-stamp:
        dh_testdir
 
-
-       $(MAKE) 
+       $(MAKE)
 
        touch build-stamp
 
@@ -37,47 +51,35 @@
        rm -f build-stamp configure-stamp
 
        -$(MAKE) distclean
-       -rm -f configure-stamp build-stamp
 
        dh_clean
 
-install: DH_OPTIONS=
 install: build 
        dh_testdir
        dh_testroot
        dh_clean -k
        dh_installdirs
 
-       $(MAKE) install DESTDIR=$(CURDIR)/debian/$(package)/
-       find $(CURDIR)/debian/$(package) -name CVS -a -type d -print0 |xargs -0 rm -rf
-       
-       $(INSTALL) -d debian/$(package)-dev/usr/lib
-       mv debian/$(package)/usr/include debian/$(package)/usr/bin \
-          debian/$(package)-dev/usr
-       mv debian/$(package)/usr/lib/*.so debian/$(package)/usr/lib/*.la \
-          debian/$(package)/usr/lib/*.a debian/$(package)-dev/usr/lib/
-
-binary-indep:
-
-# Build architecture-dependent files here.
-# Pass -a to all debhelper commands in this target to reduce clutter.
-binary-arch: DH_OPTIONS=-a
+       $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+
+binary-indep: build install
+
 binary-arch: build install
-       # Need this version of debhelper for DH_OPTIONS to work.
        dh_testdir
        dh_testroot
        dh_installdocs AUTHORS README
        dh_installchangelogs
+       dh_movefiles
+       dh_link
        dh_strip
        dh_compress
        dh_fixperms
-       dh_installdeb
        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
-
+.PHONY: build clean binary-indep binary-arch binary install configure




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to