tags 476070 + patch
quit

>From f76638323828d8753cf43bc0d4c1109b60c8f146 Mon Sep 17 00:00:00 2001
From: Gerrit Pape <[EMAIL PROTECTED]>
Date: Wed, 16 Apr 2008 20:49:39 +0000
Subject: [PATCH]   * debian/rules: install: force remove also auto_home.c 
before re-doing
     upstream targets install, instcheck (closes: #476070).

---
 debian/changelog |    7 +++++++
 debian/rules     |    3 ++-
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 473537e..a0494bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ucspi-tcp (1:0.88-1.1) unstable; urgency=low
+
+  * debian/rules: install: force remove also auto_home.c before re-doing
+    upstream targets install, instcheck (closes: #476070).
+
+ -- Gerrit Pape <[EMAIL PROTECTED]>  Wed, 16 Apr 2008 20:49:13 +0000
+
 ucspi-tcp (1:0.88-1) unstable; urgency=low
 
   * debian/changelog: add epoch 1 to supersede unofficial package.
diff --git a/debian/rules b/debian/rules
index 17716e9..5c1e6e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,8 @@ install: deb-checkdir deb-checkuid build-stamp
        install -d -m0755 '$(DIR)'/usr/bin
        test -r conf-home'{orig}' || cp conf-home conf-home'{orig}'
        echo '$(DIR)'/usr >conf-home
-       rm -f install instcheck install.o instcheck.o hier.o auto_home.o
+       rm -f install instcheck install.o instcheck.o hier.o auto_home.c \
+         auto_home.o
        $(MAKE) install instcheck
        mv -f conf-home'{orig}' conf-home
        ./install
-- 
1.5.5




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to