From 09172097ac882e9e3b054748f1c7a88ace16accb Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 3 Apr 2006 09:13:50 +0000 Subject: [PATCH] rename to eet0-debug SVN revision: 21766 --- legacy/eet/Makefile.am | 11 +---------- legacy/eet/debian/control | 2 +- .../debian/{eet-debug.install => eet0-debug.install} | 0 3 files changed, 2 insertions(+), 11 deletions(-) rename legacy/eet/debian/{eet-debug.install => eet0-debug.install} (100%) diff --git a/legacy/eet/Makefile.am b/legacy/eet/Makefile.am index e95059a121..1bcaab9e2e 100644 --- a/legacy/eet/Makefile.am +++ b/legacy/eet/Makefile.am @@ -1,12 +1,3 @@ -## Process this file with automake to produce Makefile.in - -#if BUILD_DOCS -#SUBDIRS_DOCS = doc -#else -#SUBDIRS_DOCS = -#endif - -#SUBDIRS = src $(SUBDIRS_DOCS) SUBDIRS = src MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ @@ -37,7 +28,7 @@ EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN eet.c.in \ debian/eet.1 \ debian/libeet0-dev.install \ debian/libeet0.install \ - debian/eet-debug.install \ + debian/eet0-debug.install \ debian/rules pkgconfigdir = $(libdir)/pkgconfig diff --git a/legacy/eet/debian/control b/legacy/eet/debian/control index 9e2d6309b9..70207b84f7 100644 --- a/legacy/eet/debian/control +++ b/legacy/eet/debian/control @@ -29,7 +29,7 @@ Description: Enlightenment file chunk reading/writing library . It's small, fast, and does a job. It's heavily commented and fully documented. -Package: eet-debug +Package: eet0-debug Section: libs Architecture: any Depends: libeet0 (= ${Source-Version}) diff --git a/legacy/eet/debian/eet-debug.install b/legacy/eet/debian/eet0-debug.install similarity index 100% rename from legacy/eet/debian/eet-debug.install rename to legacy/eet/debian/eet0-debug.install