Enlightenment CVS committal
Author : swielinga
Project : e17
Module : apps/efsd
Dir : e17/apps/efsd/debian
Modified Files:
changelog control rules
Added Files:
efsd.files libefsd0-dev.files libefsd0.files
Removed Files:
efsd.postinst
Log Message:
Big overhaul of a lot of the debian packages
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/efsd/debian/changelog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- changelog 31 Oct 2001 21:39:50 -0000 1.3
+++ changelog 21 Aug 2003 16:21:11 -0000 1.4
@@ -1,5 +1,5 @@
-efsd (0.0.1-1cvs2001103001) unstable; urgency=low
+efsd (0.0.1-1cvs20030821) unstable; urgency=low
* a CVS release
- -- Laurence J. Lane <[EMAIL PROTECTED]> Tue, 30 Oct 2001 16:09:26 +0000
+ -- Sytse Wielinga <[EMAIL PROTECTED]> Thu, 21 Aug 2003 17:48:41 +0200
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/efsd/debian/control,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- control 15 Mar 2002 00:26:02 -0000 1.7
+++ control 21 Aug 2003 16:21:11 -0000 1.8
@@ -1,13 +1,30 @@
Source: efsd
Section: libs
Priority: optional
-Maintainer: Laurence J. Lane <[EMAIL PROTECTED]>
-Build-Depends: jade, libxml2-dev, debhelper (>= 3.0)
-Standards-Version: 3.2.1.0
+Maintainer: Sytse Wielinga <[EMAIL PROTECTED]>
+Build-Depends: jade, libxml2-dev, libedb1-dev, libfam-dev, zlib1g-dev | libz-dev,
libstdc++5-dev | libstdc++-dev, debhelper (>> 4.0.0)
+Standards-Version: 3.6.1.0
Package: efsd
Architecture: any
Section: libs
+Depends: ${shlibs:Depends}
+Description: efsd description
+ efsd extended description
+
+Package: libefsd0
+Architecture: any
+Section: libs
Depends: fam, ${shlibs:Depends}
Description: efsd description
efsd extended description
+
+Package: libefsd0-dev
+Architecture: any
+Section: devel
+Depends: efsd (= ${Source-Version}), libfam-dev, libc6-dev | libc-dev
+Provides: libefsd-dev
+Conflicts: libefsd-dev
+Description: efsd description
+ efsd extended description
+
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/efsd/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- rules 31 Oct 2001 21:39:50 -0000 1.3
+++ rules 21 Aug 2003 16:21:11 -0000 1.4
@@ -1,55 +1,79 @@
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 by Joey Hess.
-export DH_COMPAT=3
-export DH_OPTIONS
-INSTALL=/usr/bin/install -o root -g root
-package=efsd
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+# This is the debhelper compatability version to use.
+export DH_COMPAT=4
+
+
+CFLAGS = -Wall -g
+
+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 -p
+CONFIGUREOPTS = --prefix=/usr --build=$(DEB_BUILD_GNU_TYPE)
--host=$(DEB_HOST_GNU_TYPE)
+package=libefsd0
configure: configure-stamp
configure-stamp:
- ./autogen.sh --prefix=/usr || ./configure --prefix=/usr
+ dh_testdir
+ test -x autogen.sh && ./autogen.sh $(CONFIGUREOPTS) || ./configure
$(CONFIGUREOPTS)
touch $@
build: configure build-stamp
build-stamp:
dh_testdir
$(MAKE)
- touch $@
+ touch build-stamp
clean:
dh_testdir
rm -f build-stamp configure-stamp
+
-$(MAKE) distclean
+
dh_clean
-install: DH_OPTIONS=
install: build
dh_testdir
+ dh_testroot
dh_clean -k
dh_installdirs
- $(MAKE) install DESTDIR=$(CURDIR)/debian/$(package)/
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp/
-binary-indep:
+binary-indep: build install
-binary-arch: DH_OPTIONS=-a
binary-arch: build install
- dh_testversion 3
dh_testdir
dh_testroot
dh_installdocs AUTHORS README
dh_installchangelogs
+ dh_movefiles
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