[caja-actions] 06/22: debian/rules: Don't use dh-python2. No python code in source tarball.
Mike Gabriel
sunweaver at debian.org
Fri Feb 20 05:34:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository caja-actions.
commit 20a02130ddbca7c9f972245b5785b07ff61db62d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Feb 20 05:00:53 2015 +0100
debian/rules: Don't use dh-python2. No python code in source tarball.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index fa6d31b..5cbd7f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ VER ?= $(subst $(DTYPE),,$(UVER))
DHFLAGS=--parallel
%:
- dh $@ $(DHFLAGS) --with python2
+ dh $@ $(DHFLAGS)
override_dh_install:
rm -fv debian/tmp/usr/lib/*/*.la
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/caja-actions.git
More information about the pkg-mate-commits
mailing list