[Forensics-changes] [grokevt] 01/04: Build with python3

Samuel Henrique samueloph-guest at moszumanska.debian.org
Sun Nov 5 16:08:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

samueloph-guest pushed a commit to branch debian/master
in repository grokevt.

commit d5e2e0578e2075975d685dd342cbe5f5cea13038
Author: Samuel Henrique <samueloph at gmail.com>
Date:   Thu Nov 2 11:24:52 2017 -0200

    Build with python3
---
 debian/control | 4 ++--
 debian/rules   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index ddb5fc5..858ffca 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Christophe Monniez <christophe.monniez at fccu.be>,
 Build-Depends: cpio,
                debhelper (>= 10),
                dh-python,
-               python
+               python3
 Standards-Version: 4.1.0
 Homepage: http://projects.sentinelchicken.org/grokevt/
 Vcs-Browser: https://anonscm.debian.org/git/forensics/grokevt.git
@@ -17,7 +17,7 @@ Package: grokevt
 Architecture: all
 Depends: reglookup,
          ${misc:Depends},
-         ${python:Depends}
+         ${python3:Depends}
 Description: scripts for reading Microsoft Windows event log files
  GrokEVT is a collection of scripts built for reading Microsoft Windows
  NT/2000/XP/2003 event log files.
diff --git a/debian/rules b/debian/rules
index 98d4121..8f007d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2
+	dh $@ --with python3
 
 override_dh_auto_install:
 	dh_auto_install -- PREFIX=$(CURDIR)/debian/grokevt/usr \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/grokevt.git



More information about the forensics-changes mailing list