Enlightenment CVS committal Author : xstasi Project : e17 Module : libs/edb
Dir : e17/libs/edb/debian Modified Files: edb-tools.install libedb1-dev.install libedb1.install rules Added Files: changelog.in compat dirs Removed Files: changelog Log Message: Recreated debian/, based on cdbs =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/edb/debian/edb-tools.install,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- edb-tools.install 29 Jan 2005 18:07:08 -0000 1.1 +++ edb-tools.install 13 Mar 2006 19:23:06 -0000 1.2 @@ -1,2 +1,2 @@ -usr/bin/edb_gtk_ed -usr/bin/edb_vt_ed +debian/tmp/usr/bin/edb_gtk_ed +debian/tmp/usr/bin/edb_vt_ed =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/edb/debian/libedb1-dev.install,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- libedb1-dev.install 29 Jan 2005 18:07:08 -0000 1.1 +++ libedb1-dev.install 13 Mar 2006 19:23:06 -0000 1.2 @@ -1,5 +1,5 @@ -usr/bin/edb-config -usr/lib/pkgconfig/* -usr/include/* -usr/lib/lib*.a -usr/lib/lib*.so +debian/tmp/usr/bin/edb-config +debian/tmp/usr/lib/pkgconfig/* +debian/tmp/usr/include/* +debian/tmp/usr/lib/lib*.a +debian/tmp/usr/lib/lib*.so =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/edb/debian/libedb1.install,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- libedb1.install 29 Jan 2005 18:07:08 -0000 1.1 +++ libedb1.install 13 Mar 2006 19:23:06 -0000 1.2 @@ -1,3 +1,3 @@ -usr/bin/edb_ed -usr/lib/lib*.so.* -usr/lib/lib*.la +debian/tmp/usr/bin/edb_ed +debian/tmp/usr/lib/lib*.so.* +debian/tmp/usr/lib/lib*.la =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/edb/debian/rules,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- rules 29 Jan 2005 18:07:08 -0000 1.7 +++ rules 13 Mar 2006 19:23:06 -0000 1.8 @@ -1,89 +1,5 @@ #!/usr/bin/make -f -# Sample debian/rules that uses debhelper. -# GNU copyright 1997 to 1999 by Joey Hess. +# debian/rules file recreated with cdbs -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -# This is the debhelper compatibility version to use. -export DH_COMPAT=3 - -# 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) - -cfg:=--prefix=/usr --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) - - -ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) - CFLAGS += -g -endif -ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) - INSTALL_PROGRAM += -s -endif - -version=`ls src/.libs/lib*.so.* | \ - awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'` -major=`ls src/.libs/lib*.so.* | \ - awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'` - - -configure: configure-stamp -configure-stamp: - dh_testdir - test -x autogen.sh && ./autogen.sh $(cfg) || ./configure $(cfg) - 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 -ifeq (,$(findstring fail-on-missing,$(DEB_BUILD_OPTIONS))) - dh_install --sourcedir=debian/tmp --list-missing -else - dh_install --sourcedir=debian/tmp --fail-missing -endif - dh_installdocs AUTHORS README - dh_installchangelogs - 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 +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs