Enlightenment CVS committal

Author  : swielinga
Project : e17
Module  : libs/ebg

Dir     : e17/libs/ebg/debian


Modified Files:
        Makefile.am changelog control rules 
Added Files:
        libebg1-dev.files libebg1.files 
Removed Files:
        libebg0.postinst 


Log Message:
Big overhaul of a lot of the debian packages

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ebg/debian/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 28 Feb 2002 06:11:14 -0000      1.1
+++ Makefile.am 21 Aug 2003 16:21:11 -0000      1.2
@@ -2,5 +2,8 @@
 changelog \
 control \
 copyright \
-libebg0.postinst \
+libebg1.dirs \
+libebg1.files \
+libebg1-dev.dirs \
+libebg1-dev.files \
 rules
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ebg/debian/changelog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- changelog   6 Aug 2002 17:51:14 -0000       1.2
+++ changelog   21 Aug 2003 16:21:11 -0000      1.3
@@ -1,5 +1,5 @@
-ebg (0.0.0-0cvs2002022801) unstable; urgency=low
+ebg (1.0.0-0cvs20030821) unstable; urgency=low
 
   * a CVS release
   
- -- Lyle Kempler <[EMAIL PROTECTED]>  Thu, 28 Feb 2002 00:03:31 -0500
+ -- Sytse Wielinga <[EMAIL PROTECTED]>  Thu, 21 Aug 2003 17:11:36 +0200
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ebg/debian/control,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- control     28 Feb 2002 06:11:14 -0000      1.1
+++ control     21 Aug 2003 16:21:11 -0000      1.2
@@ -1,11 +1,11 @@
 Source: ebg
 Section: libs
 Priority: optional
-Maintainer: The Enlightenment team <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 3.0)
-Standards-Version: 3.2.1.0
+Maintainer: Sytse Wielinga <[EMAIL PROTECTED]>
+Build-Depends: libimlib2-dev, libevas2-dev, libecore0-dev, libedb1-dev, debhelper (>= 
4.0)
+Standards-Version: 3.6.1.0
 
-Package: libebg0
+Package: libebg1
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}
@@ -13,11 +13,13 @@
  Ebg is a simple library that abstracts the backgrounds manipulation code that
  is used by E17 and some of its helper programs.
  
-Package: libebg0-dev
+Package: libebg1-dev
 Architecture: any
 Section: devel
 Architecture: any
-Depends: libebg0 (= ${Source-Version})
-Description: libebg0 headers, static libraries and documentation
- Headers, static libraries and documentation for libebg0.
+Depends: libebg1 (= ${Source-Version}), libimlib2-dev, libevas2-dev, libecore0-dev, 
libedb1-dev
+Conflicts: libebg-dev, libebg0-dev
+Provides: libebg-dev, libebg0-dev
+Description: libebg1 headers, static libraries and documentation
+ Headers, static libraries and documentation for libebg1.
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ebg/debian/rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- rules       15 Mar 2002 00:18:24 -0000      1.2
+++ rules       21 Aug 2003 16:21:11 -0000      1.3
@@ -10,13 +10,10 @@
 #export DH_VERBOSE=1
 
 # This is the debhelper compatability version to use.
-export DH_COMPAT=2
-
-# This has to be exported to make some magic below work.
-export DH_OPTIONS
+export DH_COMPAT=4
 
 INSTALL=/usr/bin/install
-package=libebg0
+package=libebg1
 
 configure: configure-stamp
 configure-stamp:
@@ -42,35 +39,29 @@
 
        dh_clean
 
-install: DH_OPTIONS=
 install: build 
        dh_testdir
        dh_testroot
        dh_clean -k
        dh_installdirs
 
-       $(MAKE) install DESTDIR=$(CURDIR)/debian/$(package)/
-       $(INSTALL) -d debian/$(package)-dev/usr/lib
-       mv debian/$(package)/usr/include 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/
+       $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp/
 
-binary-indep:
+binary-indep: build install
 
 # Build architecture-dependent files here.
-# Pass -a to all debhelper commands in this target to reduce clutter.
-binary-arch: DH_OPTIONS=-a
 binary-arch: build install
-       # Need this version of debhelper for DH_OPTIONS to work.
        dh_testdir
        dh_testroot
-       dh_installdocs AUTHORS README
+       dh_installdocs 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




-------------------------------------------------------
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