[Pkg-cracklib-commits] [pkg-cracklib] 03/06: debian/rules: move sequence before args in dh call
Jan Dittberner
jandd at alioth.debian.org
Thu Aug 15 06:01:30 UTC 2013
This is an automated email from the git hooks/post-receive script.
jandd pushed a commit to branch master
in repository pkg-cracklib.
commit 3b7dc9f2e653decee07eb739f8aa38f303b93656
Author: Jan Dittberner <jandd at debian.org>
Date: Wed Aug 14 09:05:14 2013 +0200
debian/rules: move sequence before args in dh call
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a727889..7ba10b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ cracklib2 (2.9.0-2) UNRELEASED; urgency=low
(Closes: #658089)
* add udeb package stanza in debian/control
* bump compatibility level in debian/compat to 9
+ * debian/rules: move sequence before args in dh call
-- Jan Dittberner <jandd at debian.org> Wed, 14 Aug 2013 08:54:59 +0200
diff --git a/debian/rules b/debian/rules
index 646d47d..431f61e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -121,4 +121,4 @@ override_dh_python3:
dh_python3 -ppython3-cracklib
%:
- dh --with python2,python3,autotools_dev $@
+ dh $@ --with python2,python3,autotools_dev
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cracklib/pkg-cracklib.git
More information about the Pkg-cracklib-commits
mailing list