[Python-modules-commits] [python-blessed] 04/04: Update debian/*
ChangZhuo Chen
czchen at moszumanska.debian.org
Mon May 9 11:43:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
czchen pushed a commit to branch master
in repository python-blessed.
commit 5746299a4a8bcec23d401ae0b9a6aeda6e93abbb
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date: Mon May 9 19:41:36 2016 +0800
Update debian/*
---
debian/changelog | 3 +-
debian/control | 2 +-
debian/copyright | 96 ++++++++++++---------------------------------
debian/source/local-options | 4 +-
4 files changed, 30 insertions(+), 75 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7bd2b41..60fe72a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
python-blessed (1.14.1-1) UNRELEASED; urgency=low
- * Initial release. Closes: #nnnn
- <nnnn is the bug number of your ITP>
+ * Initial release. Closes: #823819
-- ChangZhuo Chen (陳昌倬) <czchen at debian.org> Mon, 09 May 2016 18:51:49 +0800
diff --git a/debian/control b/debian/control
index 8a0b6d8..bfe9513 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>=9),
python-all,
python-mock,
python-wcwidth,
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
Homepage: https://github.com/jquast/blessed
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-blessed.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-blessed.git
diff --git a/debian/copyright b/debian/copyright
index 749f9ce..2249ffd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,76 +1,32 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: python-blessed
-Source: <url://example.com>
+Upstream-Name: blessed
+Source: https://github.com/jquast/blessed
-Files: .coveragerc
- MANIFEST.in
- PKG-INFO
- README.rst
- blessed.egg-info/PKG-INFO
- blessed.egg-info/SOURCES.txt
- blessed.egg-info/dependency_links.txt
- blessed.egg-info/requires.txt
- blessed.egg-info/top_level.txt
- blessed.egg-info/zip-safe
- blessed/__init__.py
- blessed/_capabilities.py
- blessed/formatters.py
- blessed/keyboard.py
- blessed/sequences.py
- blessed/terminal.py
- blessed/tests/__init__.py
- blessed/tests/accessories.py
- blessed/tests/test_core.py
- blessed/tests/test_formatters.py
- blessed/tests/test_keyboard.py
- blessed/tests/test_length_sequence.py
- blessed/tests/test_sequences.py
- blessed/tests/test_wrap.py
- blessed/tests/wall.ans
- docs/api.rst
- docs/contributing.rst
- docs/examples.rst
- docs/further.rst
- docs/history.rst
- docs/index.rst
- docs/intro.rst
- docs/overview.rst
- docs/pains.rst
- requirements-about.txt
- requirements-analysis.txt
- requirements-docs.txt
- requirements-tests.txt
- requirements.txt
- setup.cfg
- setup.py
- tox.ini
- version.json
-Copyright: __NO_COPYRIGHT_NOR_LICENSE__
-License: __NO_LICENSE_TEXT__
+Files: *
+Copyright: Copyright (c) 2014 Jeff Quast
+ Copyright (c) 2011 Erik Rose
+License: Expat
-#----------------------------------------------------------------------------
-# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
-# license/copyright files.
+Files: debian/*
+Copyright: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
+License: Expat
-#----------------------------------------------------------------------------
-# License file: LICENSE
- Copyright (c) 2014 Jeff Quast
- Copyright (c) 2011 Erik Rose
+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 to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
.
- 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 to
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
- of the Software, and to permit persons to whom the Software is furnished to do
- so, subject to the following conditions:
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
.
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- 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.
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER 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.
diff --git a/debian/source/local-options b/debian/source/local-options
index 00131ee..c4cf480 100644
--- a/debian/source/local-options
+++ b/debian/source/local-options
@@ -1,2 +1,2 @@
-#abort-on-upstream-changes
-#unapply-patches
+abort-on-upstream-changes
+unapply-patches
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-blessed.git
More information about the Python-modules-commits
mailing list