[sawfish] debian/rules: improvements
- From: Christopher Bratusek <chrisb src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [sawfish] debian/rules: improvements
- Date: Sun, 3 Jan 2010 10:49:51 +0000 (UTC)
commit 8e9c47f5120b3958281b082d338d242555cca32d
Author: Christopher Roy Bratusek <chris nanolx org>
Date: Sun Jan 3 11:49:23 2010 +0100
debian/rules: improvements
ChangeLog | 4 ++++
debian/rules | 14 --------------
2 files changed, 4 insertions(+), 14 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2f8e266..c27cb45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,10 @@
* sawfish.spec.in: don't call autogen.sh
+ * debian/rules: don't all autotools
+ don't remove config.{guess,sub} on rules/clean
+ removed unnecessary bit
+
2010-01-02 Christopher Bratusek <zanghar freenet de>
* po/Makefile.in: don't remove sawfish.pot upon distclean
diff --git a/debian/rules b/debian/rules
index bf245f9..cab20f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,12 +32,6 @@ configure: configure-stamp
configure-stamp: $(QUILT_STAMPFN)
dh_testdir
- cp /usr/share/misc/config.guess .
- cp /usr/share/misc/config.sub .
-
- aclocal
- autoconf
-
CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --with-readline $(confflags)
# Get rid of rpath
@@ -76,14 +70,6 @@ install: build
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-# Fixup libdir in .la files
- find debian/tmp -name \*.la | while read file; do \
- libdir=`echo $$file | sed -e 's debian/tmp\(.*\)/[^/]*la$$ \1@' `; \
- tmpfile=`mktemp`; \
- sed "s ^libdir= *@libdir='$$libdir'@" $$file >$$tmpfile; \
- mv $$tmpfile $$file; \
- done
-
# Remove info files installed by Makefile. dh_installinfo will do it again without creating info.dir
find debian -type d -name info | xargs rm -rf
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]