[Python-modules-commits] [python-flask-marshmallow] 01/01: fix d/control and expat license in d/copyright

Adrian Alves alvesadrian-guest at moszumanska.debian.org
Fri Aug 12 22:58:12 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-flask-marshmallow.

commit 3f309ac6baea4352dcd260280273e3b26be2d2d4
Author: Adrian Alves <aalves at gmail.com>
Date:   Fri Aug 12 19:58:04 2016 -0300

    fix d/control and expat license in d/copyright
---
 debian/control   | 10 +++++-----
 debian/copyright | 27 +++++++--------------------
 debian/watch     |  3 ++-
 3 files changed, 14 insertions(+), 26 deletions(-)

diff --git a/debian/control b/debian/control
index 0485985..5e27e41 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,17 @@ Source: python-flask-marshmallow
 Section: python
 Priority: optional
 Maintainer: Adrian Alves <aalves at gmail.com>
-Build-Depends: debhelper (>= 9.0.0), python
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-setuptools
 Standards-Version: 3.9.7
 Homepage: https://github.com/marshmallow-code/flask-marshmallow
 X-Python-Version: >= 2.7
 
 Package: python-flask-marshmallow
 Architecture: all
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${python:Depends},
- python-marshmallow
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-marshmallow
 Description: Flask + marshmallow for beautiful APIs 
  Flask-Marshmallow is a thin integration layer for
  Flask (a Python web framework) and marshmallow 
diff --git a/debian/copyright b/debian/copyright
index 5009d77..9c41575 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,13 @@ Source: https://github.com/marshmallow-code/flask-marshmallow
 
 Files: *
 Copyright: 2014-2015 Steven Loria and contributors 
-License: MIT
+License: Expat
+
+Files: debian/*
+Copyright: 2016 Adrian Alves <aalves at gmail.com>
+License: Expat
+
+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
@@ -22,22 +28,3 @@ License: MIT
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  THE SOFTWARE.
-
-Files: debian/*
-Copyright: 2016 Adrian Alves <aalves at gmail.com>
-License: GPL-2+
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- .
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>
- .
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/watch b/debian/watch
index ff924b3..705b0cf 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
-https://github.com/marshmallow-code/flask-marshmallow/archive/([0-9a-z.]+)\.tar\.gz
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/flask-marshmallow-$1\.tar\.gz/ \
+  https://github.com/marshmallow-code/flask-marshmallow/tags .*/v?(\d\S*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-flask-marshmallow.git



More information about the Python-modules-commits mailing list