[Python-modules-commits] [python-model-mommy] 03/03: New upstream release.
Edward Betts
edward at moszumanska.debian.org
Tue May 31 08:32:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
edward pushed a commit to branch master
in repository python-model-mommy.
commit 0a42dd88eff4a181d0c675fd175884e8b95d65de
Author: Edward Betts <edward at 4angle.com>
Date: Tue May 31 09:31:58 2016 +0100
New upstream release.
---
debian/changelog | 12 ++++++++++--
debian/compat | 2 +-
debian/control | 27 ++++++++++++++++++++-------
debian/copyright | 23 ++++++++++++++++++-----
debian/rules | 12 +++---------
5 files changed, 52 insertions(+), 24 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7cda1ed..41c283b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,16 @@
-python-model-mommy (1.2-2) UNRELEASED; urgency=medium
+python-model-mommy (1.2.6-1) unstable; urgency=medium
+ [ Edward Betts ]
+ * New upstream release. (Closes: #745093, #755657, #814781)
+ * Build Python 3 package.
+ * Fix lintian warning: dep5-copyright-license-name-not-unique
+ * Update Standards-Version to 3.9.8 (no changes)
+ * Update to debhelper 9
+
+ [ Ondřej Nový ]
* Fixed VCS URL (https)
- -- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 22:11:14 +0200
+ -- Edward Betts <edward at 4angle.com> Tue, 31 May 2016 07:32:57 +0100
python-model-mommy (1.2-1) unstable; urgency=low
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 8286bb2..33c5cc1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,18 @@ Source: python-model-mommy
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Michael Hall <mhall119 at ubuntu.com>
-Build-Depends: debhelper (>= 8),
- python-all (>= 2.6),
- python-setuptools
-Standards-Version: 3.9.5
+Uploaders: Michael Hall <mhall119 at ubuntu.com>, Edward Betts <edward at 4angle.com>
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python-tox,
+ python3-all,
+ python3-setuptools
+Standards-Version: 3.9.8
Homepage: https://github.com/vandersonmota/model_mommy
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-model-mommy.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-model-mommy.git
-X-Python-Version: >= 2.6
Package: python-model-mommy
Architecture: all
@@ -20,4 +23,14 @@ Description: smart object creation facility for Django
With a simple and powerful API you can create many objects with a single
line of code.
.
- This package provides Python 2 module bindings only.
+ This package provides Python 2 module bindings only.
+
+Package: python3-model-mommy
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: smart object creation facility for Django (Python 3 version)
+ Model-mommy offers you a smart way to create fixtures for testing in Django.
+ With a simple and powerful API you can create many objects with a single
+ line of code.
+ .
+ This package provides Python 3 module bindings only.
diff --git a/debian/copyright b/debian/copyright
index d308377..76eed48 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,11 +5,24 @@ Source: http://github.com/vandersonmota/model_mommy
Files: *
Copyright: 2014 vandersonmota <vandersonmota at gmail.com>
License: Apache-2.0
- On Debian GNU/Linux and Ubuntu systems, the complete text of the Apache 2.0
- License can be found in the /usr/share/common-licenses/Apache-2.0 file.
Files: debian/*
-Copyright: 2014 Michael Hall <mhall119 at ubuntu.com>
+Copyright: 2014 Michael Hall <mhall119 at ubuntu.com>, 2016 Edward Betts <edward at 4angle.com>
License: Apache-2.0
- On Debian GNU/Linux and Ubuntu systems, the complete text of the Apache 2.0
- License can be found in the /usr/share/common-licenses/Apache-2.0 file.
+
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache 2.0 License
+ can be found in /usr/share/common-licenses/Apache-2.0 file.
diff --git a/debian/rules b/debian/rules
index cbe6336..9e27f89 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,14 +3,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export PYBUILD_NAME=model-mommy
%:
- dh $@ --with python2
+ dh $@ --with python2,python3 --buildsystem=pybuild
-override_dh_auto_clean:
- dh_auto_clean
- rm -rvf ./*.egg-info ./build
-
-override_dh_auto_install:
- dh_auto_install
- # Remove me when dh_python2 can handle this file
- rm -vf debian/*/usr/lib/python*/*-packages/*.egg-info/SOURCES.txt
+override_dh_auto_test:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-model-mommy.git
More information about the Python-modules-commits
mailing list