[Python-modules-commits] [python-marshmallow] 01/01: fix it for python3
Adrian Alves
alvesadrian-guest at moszumanska.debian.org
Fri Aug 12 21:51:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
alvesadrian-guest pushed a commit to branch master
in repository python-marshmallow.
commit 23888abc69004c39fd76e754a27c721d1c3cc28a
Author: Adrian Alves <aalves at gmail.com>
Date: Fri Aug 12 18:51:38 2016 -0300
fix it for python3
---
debian/control | 15 ---------------
debian/copyright | 7 +++++++
debian/rules | 3 +--
3 files changed, 8 insertions(+), 17 deletions(-)
diff --git a/debian/control b/debian/control
index 18a9468..793e0ad 100644
--- a/debian/control
+++ b/debian/control
@@ -9,16 +9,11 @@ Build-Depends: debhelper (>= 9.0.0),
python-setuptools,
python-psutil,
python-simplejson,
- python3-psutil,
- python3-all,
- python3-setuptools,
- python3-simplejson
Standards-Version: 3.9.7
Homepage: https://github.com/marshmallow-code/marshmallow
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-marshmallow.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-marshmallow.git
X-Python-Version: >= 2.7
-X-Python3-Version: >= 3.2
Package: python-marshmallow
Architecture: all
@@ -29,13 +24,3 @@ Description: simplified object serialization
to and from native Python datatypes.
.
This is the Python 2 compatible package.
-
-Package: python3-marshmallow
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
-Description: simplified object serialization
- marshmallow is an ORM/ODM/framework-agnostic library
- for converting complex datatypes, such as objects,
- to and from native Python datatypes.
- .
- This is the Python 3 compatible package
diff --git a/debian/copyright b/debian/copyright
index 171b4a2..6aea1e8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,6 +5,13 @@ Source: https://github.com/marshmallow-code/marshmallow
Files: *
Copyright: 2016 Steven Loria
License: Expat
+
+Files: debian/*
+Copyright: 2016 Adrian Alves <aalves at gmail.com>
+License: Expat
+Comment: Debian packaging is licensed under the same terms as upstream
+
+License: Expat
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
diff --git a/debian/rules b/debian/rules
index 0308333..59b414b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,5 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-export PYBUILD_NAME=marshmallow
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-marshmallow.git
More information about the Python-modules-commits
mailing list