Enlightenment CVS committal Author : kaethorn Project : e17 Module : libs/epeg
Dir : e17/libs/epeg/debian Modified Files: control rules Added Files: epeg0-bin.install libepeg0-dev.install libepeg0.install Removed Files: epeg0-bin.files libepeg0-dev.files libepeg0.files Log Message: move to CDBS. remove epeg-config from install files. update control file. update rules. =================================================================== RCS file: /cvs/e/e17/libs/epeg/debian/control,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- control 14 Apr 2006 00:24:36 -0000 1.9 +++ control 3 Jul 2007 12:12:13 -0000 1.10 @@ -2,15 +2,14 @@ Section: libs Priority: optional Maintainer: E17 Debian Team <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 3.0.0), automake1.7 | automaken, libtool, libjpeg62-dev -Standards-Version: 3.5.7.0 +Build-Depends: cdbs, debhelper (>= 5), libjpeg62-dev +Standards-Version: 3.7.2 Package: libepeg0-dev Section: libdevel Architecture: any Depends: libepeg0 (= ${Source-Version}), libjpeg62-dev Provides: libepeg-dev -Conflicts: libepeg-dev Description: Enlightenment jpeg thumbnailer library development files This package contains headers and static libraries for development with libepeg. @@ -22,10 +21,10 @@ Depends: ${shlibs:Depends} Provides: libepeg Description: Enlightenment jpeg thumbnailer library API - It's a convenience library API to using libjpeg to load JPEG images destined to - be turned into thumbnails of the original, saving information with these - thumbnails, retreiving it and managing to load the image ready for scaling with - the minimum of fuss and CPU overhead. + It's a convenience library API to using libjpeg to load JPEG images + destined to be turned into thumbnails of the original, saving + information with these thumbnails, retreiving it and managing to load + the image ready for scaling with the minimum of fuss and CPU overhead. Package: epeg0-bin Section: libs @@ -33,7 +32,7 @@ Depends: ${shlibs:Depends} Provides: epeg-bin Description: Enlightenment jpeg thumbnailer programs - It's a convenience library API to using libjpeg to load JPEG images destined to - be turned into thumbnails of the original, saving information with these - thumbnails, retreiving it and managing to load the image ready for scaling with - the minimum of fuss and CPU overhead. + It's a convenience library API to using libjpeg to load JPEG images + destined to be turned into thumbnails of the original, saving + information with these thumbnails, retreiving it and managing to load + the image ready for scaling with the minimum of fuss and CPU overhead. =================================================================== RCS file: /cvs/e/e17/libs/epeg/debian/rules,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- rules 4 Mar 2004 21:23:18 -0000 1.1 +++ rules 3 Jul 2007 12:12:13 -0000 1.2 @@ -1,83 +1,7 @@ #!/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 - - -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 - - -$(MAKE) distclean - - 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 -plibepeg0 README AUTHORS COPYING-PLAIN - dh_installdocs -plibepeg0-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 +clean:: + ./autogen.sh --prefix=/usr ------------------------------------------------------------------------- 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