[Debian-ha-svn-commits] [SCM] openais Debian packaging branch, master, updated. debian/1.1.0-2

Guido Günther agx at sigxcpu.org
Mon Nov 16 09:08:18 UTC 2009


The following commit has been merged in the master branch:
commit 56ede8ca0216441616e2dc59ceb3405c39c7084b
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sun Oct 25 13:55:18 2009 +0100

    remove unused variables and targets

diff --git a/debian/rules b/debian/rules
index 1f3565c..3c93028 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,10 +5,6 @@
 
 export OPENAIS_BUILD=$(if $(findstring debug,$(DEB_BUILD_OPTIONS)),DEBUG)
 
-setup: $(STAMPS_DIR)/setup
-
-DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-
 configure-stamp:
 	./configure --prefix=/usr \
 		    --sysconfdir=/etc \
@@ -54,21 +50,3 @@ binary-indep:
 
 binary: binary-arch binary-indep
 
-DIR_ORIG = ../orig/$(SOURCE)-$(VERSION)
-TAR_ORIG_NAME = $(SOURCE)_$(VERSION).orig.tar.gz
-TAR_ORIG = $(firstword $(wildcard ../$(TAR_ORIG_NAME)) $(wildcard ../orig/$(TAR_ORIG_NAME)))
-
-orig: $(DIR_ORIG)
-	rsync --delete --exclude debian --exclude .svk --exclude .svn --link-dest=$(DIR_ORIG)/ -a $(DIR_ORIG)/ .
-
-$(DIR_ORIG):
-ifeq ($(TAR_ORIG),)
-	$(error Cannot find orig tarball $(TAR_ORIG_NAME))
-else
-	mkdir -p ../orig
-	tar -C ../orig -xzf $(TAR_ORIG)
-endif
-
-# This is to make dpatch-edit-patch work
-unpatch: clean
-

-- 
openais Debian packaging



More information about the Debian-ha-svn-commits mailing list