Enlightenment CVS committal
Author : swielinga
Project : e17
Module : apps/entrance
Dir : e17/apps/entrance/debian
Modified Files:
changelog control rules
Log Message:
Updated most of the debian packaging. Everything I have missed is out of date,
not important or not working.
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/debian/changelog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- changelog 1 Mar 2003 08:29:10 -0000 1.1
+++ changelog 26 Aug 2003 13:59:04 -0000 1.2
@@ -1,6 +1,5 @@
-entrance (0.0.2-1) unstable; urgency=low
+entrance (0.9.0-0cvs20030826) unstable; urgency=low
- * Initial Release.
-
- -- Jordan Evatt <[EMAIL PROTECTED]> Sat, 1 Mar 2003 00:15:49 -0600
+ * a CVS release
+ -- Sytse Wielinga <[EMAIL PROTECTED]> Tue, 26 Aug 2003 15:35:07 +0200
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/debian/control,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- control 1 Mar 2003 08:29:10 -0000 1.1
+++ control 26 Aug 2003 13:59:04 -0000 1.2
@@ -1,9 +1,9 @@
Source: entrance
Section: x11
Priority: optional
-Maintainer: Jordan Evatt <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0)
-Standards-Version: 3.5.8
+Maintainer: Sytse Wielinga <[EMAIL PROTECTED]>
+Build-Depends: libedb1-dev, libevas2-dev, libecore1-dev, libedje0-dev, libpam0g-dev |
libpam-dev, debhelper (>> 4.0.0)
+Standards-Version: 3.6.1.0
Package: entrance
Section: x11
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- rules 10 Mar 2003 06:58:57 -0000 1.3
+++ rules 26 Aug 2003 13:59:04 -0000 1.4
@@ -2,15 +2,15 @@
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.
-# This is the debhelper compatibility version to use.
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+# This is the debhelper compatability version to use.
export DH_COMPAT=4
-# 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)
-CFLAGS = -Wall -g
+CFLAGS ?= -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
@@ -21,41 +21,36 @@
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=entrance
+
configure: configure-stamp
configure-stamp:
- ./autogen.sh --prefix=/usr || ./configure --prefix=/usr
- touch configure-stamp
-
-config.status: configure
dh_testdir
- # Add here commands to configure the package.
- ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+ test -x autogen.sh && ./autogen.sh $(CONFIGUREOPTS) || ./configure
$(CONFIGUREOPTS)
-build: build-stamp
+ touch configure-stamp
-build-stamp: config.status
+build: configure build-stamp
+build-stamp:
dh_testdir
- # Add here commands to compile the package.
$(MAKE)
touch build-stamp
clean:
dh_testdir
- dh_testroot
- rm -f build-stamp
+ rm -f build-stamp configure-stamp
- # Add here commands to clean up after the build process.
-$(MAKE) distclean
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
- cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
- cp -f /usr/share/misc/config.guess config.guess
-endif
-
dh_clean
@@ -66,8 +61,8 @@
dh_installdirs
# Add here commands to install the package into debian/entrance.
- $(MAKE) install DESTDIR=$(CURDIR)/debian/entrance
-
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/$(package)
+
# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.
@@ -91,4 +86,4 @@
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