[Python-apps-commits] r9975 - in packages/mercurial/trunk/debian (rules)
vicho at users.alioth.debian.org
vicho at users.alioth.debian.org
Fri Aug 16 16:36:30 UTC 2013
Date: Friday, August 16, 2013 @ 16:36:27
Author: vicho
Revision: 9975
Merge both --with in dh main invocation
Modified:
packages/mercurial/trunk/debian/rules (contents, properties)
Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules 2013-08-15 12:14:29 UTC (rev 9974)
+++ packages/mercurial/trunk/debian/rules 2013-08-16 16:36:27 UTC (rev 9975)
@@ -2,7 +2,7 @@
# -*- mode: makefile; coding: utf-8 -*-
%:
- dh $@ --with python2 --with bash-completion
+ dh $@ --with python2,bash-completion
PYVERS=$(shell pyversions -vs)
DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
More information about the Python-apps-commits
mailing list