Enlightenment CVS committal

Author  : kaethorn
Project : e17
Module  : libs/engrave

Dir     : e17/libs/engrave/debian


Modified Files:
        control rules 
Added Files:
        libengrave0-dev.install libengrave0.install 
Removed Files:
        libengrave0-dev.files libengrave0.files 


Log Message:
convert debian files to cdbs.

===================================================================
RCS file: /cvs/e/e17/libs/engrave/debian/control,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- control     14 Apr 2006 00:24:36 -0000      1.7
+++ control     2 Apr 2007 19:46:34 -0000       1.8
@@ -2,8 +2,8 @@
 Section: libs
 Priority: optional
 Maintainer: Blake Barnett <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), byacc, flex, automake1.7 | automaken, 
libtool, libecore0-dev, libevas0-dev, libeet0-dev
-Standards-Version: 3.5.7.0
+Build-Depends: debhelper (>> 4.2.0), cdbs, byacc, flex, automake1.7 | 
automaken, libtool, libecore0-dev, libevas0-dev, libeet0-dev
+Standards-Version: 3.7.2
 
 Package: libengrave0-dev
 Section: libdevel
@@ -12,6 +12,8 @@
 Provides: libengrave-dev
 Conflicts: libengrave-dev
 Description: Enlightenment edje EDC parsing library development files
+ Engrave is a library for loading, and writing EDC files.
+ .
  This package contains headers and static libraries for development with
  libengrave.
 
@@ -19,5 +21,6 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
+Provides: libengrave
 Description: Enlightenment edje EDC parsing library API
  Engrave is a library for loading, and writing EDC files.
===================================================================
RCS file: /cvs/e/e17/libs/engrave/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- rules       2 Apr 2006 07:38:05 -0000       1.3
+++ rules       2 Apr 2007 19:46:34 -0000       1.4
@@ -1,85 +1,10 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
 
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=4
+DEB_MAKE_CLEAN_TARGET := clean
 
+clean::
+       if [ -f $(CURDIR)/../../snapshot ]; then ./autogen.sh --prefix=/usr; fi
 
-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 -plibengrave0 README AUTHORS COPYING
-       dh_installdocs -plibengrave0-dev
-       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



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