[Pkg-corba-commits] r93 - /trunk/python-omniorb2/debian/rules

flub-guest at users.alioth.debian.org flub-guest at users.alioth.debian.org
Thu Dec 13 23:56:37 UTC 2007


Author: flub-guest
Date: Thu Dec 13 23:56:37 2007
New Revision: 93

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=93
Log:
* Remove unused confflags variable.
* Don't handle nostrip DEB_BUILD_OPPTIONS, dh_strip does that for us.

Modified:
    trunk/python-omniorb2/debian/rules

Modified: trunk/python-omniorb2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/python-omniorb2/debian/rules?rev=93&op=diff
==============================================================================
--- trunk/python-omniorb2/debian/rules (original)
+++ trunk/python-omniorb2/debian/rules Thu Dec 13 23:56:37 2007
@@ -3,19 +3,11 @@
 # Uncomment this to turn on verbose mode. 
 #export DH_VERBOSE=1
 
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
-  confflags += --build $(DEB_HOST_GNU_TYPE)
-else
-  confflags += --build $(DEB_BUILD_GNU_TYPE)
-endif
-
-# XXX Check the policy/ref for what we should support here.
+# XXX Check if a separate -dbg package should be build instead.
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 CFLAGS += -g
 endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-INSTALL_PROGRAM += -s
-endif
+# XXX Check if noopt should be supported here too.
 
 PYVERS := $(shell pyversions -vr debian/control)
 




More information about the Pkg-corba-commits mailing list