[SCM] morituri/master: Fix set DEB_PYTHON2_MODULE_PACKAGES (not DEB_PYTHON_PACKAGES).

js at users.alioth.debian.org js at users.alioth.debian.org
Tue Feb 14 18:37:47 UTC 2012


The following commit has been merged in the master branch:
commit f00f3d771d91e548ea0d4fbd4b103489d7e973d0
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Feb 14 19:18:46 2012 +0100

    Fix set DEB_PYTHON2_MODULE_PACKAGES (not DEB_PYTHON_PACKAGES).

diff --git a/debian/rules b/debian/rules
index 2c624de..14417f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 DEB_BUILDDIR = build
-DEB_PYTHON_PACKAGES = morituri
+DEB_PYTHON2_MODULE_PACKAGES = morituri
 include /usr/share/cdbs/1/rules/upstream-tarball.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/python-autotools.mk

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list