[Python-modules-commits] r29361 - in packages/python-rarfile/trunk/debian (control rules)
hugo6390-guest at users.alioth.debian.org
hugo6390-guest at users.alioth.debian.org
Tue Jun 17 09:33:04 UTC 2014
Date: Tuesday, June 17, 2014 @ 09:33:02
Author: hugo6390-guest
Revision: 29361
Fixed d/control and d/rules to build with python3
Modified:
packages/python-rarfile/trunk/debian/control
packages/python-rarfile/trunk/debian/rules
Modified: packages/python-rarfile/trunk/debian/control
===================================================================
--- packages/python-rarfile/trunk/debian/control 2014-06-17 09:02:54 UTC (rev 29360)
+++ packages/python-rarfile/trunk/debian/control 2014-06-17 09:33:02 UTC (rev 29361)
@@ -4,7 +4,7 @@
Maintainer: Hugo Lefeuvre <hugo6390 at orange.fr>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 8.0.0),
- python3-dev (>= 3.0.0),
+ python3 (>= 3.0.0)
Standards-Version: 3.9.5
X-Python3-Version: >= 3.0.0
Homepage: https://github.com/markokr/rarfile
Modified: packages/python-rarfile/trunk/debian/rules
===================================================================
--- packages/python-rarfile/trunk/debian/rules 2014-06-17 09:02:54 UTC (rev 29360)
+++ packages/python-rarfile/trunk/debian/rules 2014-06-17 09:33:02 UTC (rev 29361)
@@ -1,13 +1,5 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
+export DH_VERBOSE=1
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
%:
- dh $@
+ dh $@ --with python3
More information about the Python-modules-commits
mailing list