[Pkg-corba-commits] r245 - in /trunk/python-omniorb/debian: changelog rules

flub-guest at users.alioth.debian.org flub-guest at users.alioth.debian.org
Wed Mar 23 23:06:20 UTC 2011


Author: flub-guest
Date: Wed Mar 23 23:06:19 2011
New Revision: 245

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=245
Log:
Use dh_prep

Modified:
    trunk/python-omniorb/debian/changelog
    trunk/python-omniorb/debian/rules

Modified: trunk/python-omniorb/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/python-omniorb/debian/changelog?rev=245&op=diff
==============================================================================
--- trunk/python-omniorb/debian/changelog (original)
+++ trunk/python-omniorb/debian/changelog Wed Mar 23 23:06:19 2011
@@ -10,6 +10,7 @@
   * Bump debhelper compat level to 7 due to auto debian/tmp prefix usage.
   * Convert to use dh_python2 (closes: #617015):
     - install omniidl python backed to /usr/lib/omniidl/omniidl_be.
+  * Use dh_prep instead of dh_clean -k.
 
  -- Floris Bruynooghe <flub at devork.be>  Tue, 22 Mar 2011 22:34:27 +0000
 

Modified: trunk/python-omniorb/debian/rules
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/python-omniorb/debian/rules?rev=245&op=diff
==============================================================================
--- trunk/python-omniorb/debian/rules (original)
+++ trunk/python-omniorb/debian/rules Wed Mar 23 23:06:19 2011
@@ -73,7 +73,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	set -e; \
 	for v in $(PYVERS); do \
 	  $(MAKE) -C build-dbg-$$v install DESTDIR=$(CURDIR)/debian/tmp; \




More information about the Pkg-corba-commits mailing list