[Python-modules-commits] r7649 - in packages/pyofa/trunk/debian (rules)

andrewgee-guest at users.alioth.debian.org andrewgee-guest at users.alioth.debian.org
Thu Feb 19 09:34:24 UTC 2009


    Date: Thursday, February 19, 2009 @ 09:34:23
  Author: andrewgee-guest
Revision: 7649

* Added dh_install arguments to specify the sourcedir
* Fixed the dh_strip argument for the -dbg package

Modified:
  packages/pyofa/trunk/debian/rules

Modified: packages/pyofa/trunk/debian/rules
===================================================================
--- packages/pyofa/trunk/debian/rules	2009-02-19 06:34:48 UTC (rev 7648)
+++ packages/pyofa/trunk/debian/rules	2009-02-19 09:34:23 UTC (rev 7649)
@@ -7,7 +7,8 @@
 include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/dpatch/dpatch.make
 
-DEB_DH_STRIP_ARGS := --dbg-package=python-musicdns
+DEB_DH_STRIP_ARGS := --dbg-package=python-musicdns-dbg
+DEB_DH_INSTALL_ARGS := --sourcedir=$(CURDIR)/debian/tmp
 
 DEB_ORIG_DIRECTORY=$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION)
 DEB_ORIG_FILENAME=$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz




More information about the Python-modules-commits mailing list