[Python-modules-commits] [python-deprecation] 03/03: Initial release. (Closes: #870723)

Ondrej Koblizek kobla-guest at moszumanska.debian.org
Fri Aug 4 16:39:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

kobla-guest pushed a commit to branch master
in repository python-deprecation.

commit 7db7884b3eb618872f5bc57203968c90de2286f0
Author: Ondřej Kobližek <ondrej.koblizek at firma.seznam.cz>
Date:   Fri Aug 4 11:44:48 2017 -0400

    Initial release. (Closes: #870723)
---
 debian/.git-dpm       |   3 ++
 debian/CHANGELOG      | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/changelog      |   5 +++
 debian/compat         |   1 +
 debian/control        |  49 ++++++++++++++++++++
 debian/copyright      |  29 ++++++++++++
 debian/rules          |  10 +++++
 debian/source/options |   1 +
 debian/watch          |   3 ++
 9 files changed, 223 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 56fecae..8086538 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@
 python-deprecation_1.0.1.orig.tar.gz
 ad48aa352e1b8997670314ff2e63067258f2aa6e
 14144
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --git a/debian/CHANGELOG b/debian/CHANGELOG
new file mode 100644
index 0000000..195906d
--- /dev/null
+++ b/debian/CHANGELOG
@@ -0,0 +1,122 @@
+commit 96d01c64c7f601be4c0e244bfbc9727938e11b9c
+Author: briancurtin <brian at python.org>
+Date:   Tue May 2 11:42:21 2017 -0400
+
+    Release 1.0.1
+
+commit 0fff0c02988ff6ab16ada90ba75a6577c6378cfd
+Merge: ee2c590 b8043fb
+Author: Brian Curtin <brian at python.org>
+Date:   Tue May 2 11:39:16 2017 -0400
+
+    Merge pull request #6 from toabctl/fix-encoding
+    
+    Fix encoding when reading README.rst
+
+commit ee2c590ee906f1d5f723d0603b5694a675378f70
+Merge: 6f27aaa 4d5dc0d
+Author: Brian Curtin <brian at python.org>
+Date:   Tue May 2 11:35:07 2017 -0400
+
+    Merge pull request #3 from javierpena/master
+    
+    Include LICENSE file in sdist
+
+commit b8043fb620271a229d91dff302079f19876d7838
+Author: Thomas Bechtold <tbechtold at suse.com>
+Date:   Tue May 2 16:28:57 2017 +0200
+
+    Fix encoding when reading README.rst
+    
+    Closes #5
+
+commit 4d5dc0dc577cfe8932bdc8efbace4a61098a5b5c
+Author: Javier Pena <jpena at redhat.com>
+Date:   Wed Feb 15 14:27:40 2017 +0100
+
+    Include LICENSE file in sdist
+    
+    Most distributions require license files to be included in source
+    tarballs, e.g. [1].
+    
+    [1] https://fedoraproject.org/wiki/Packaging:LicensingGuidelines#License_Text
+
+commit 6f27aaad7de77f5bbf804da82f08d39b78a139e6
+Author: briancurtin <brian.curtin at rackspace.com>
+Date:   Mon Jan 23 09:11:05 2017 -0500
+
+    Rename the package to 'deprecation'
+
+commit 6f03760ac0af604fe2c12da2a308bc67615ec709
+Author: briancurtin <brian.curtin at rackspace.com>
+Date:   Tue Jan 17 17:45:11 2017 -0500
+
+    Remove pytest as we don't use it
+
+commit e95722280de2b1dd49e67f6868186fd7c6660bfb
+Author: briancurtin <brian.curtin at rackspace.com>
+Date:   Tue Jan 17 10:33:20 2017 -0500
+
+    Rename the package to libdeprecation
+    
+    This addresses #1
+
+commit c25b78e8e07139328863491c48c262c248406c5d
+Author: briancurtin <brian.curtin at rackspace.com>
+Date:   Sat Jan 14 17:47:09 2017 -0500
+
+    Add codecov badge
+
+commit c413046c6a4f796be0b014be1c344c2d1f4ac8e5
+Author: briancurtin <brian.curtin at rackspace.com>
+Date:   Sat Jan 14 17:42:36 2017 -0500
+
+    Try codecov
+
+commit f1409f63ce7f85301d6c9bd948e2c4dd3202cec2
+Author: briancurtin <brian.curtin at rackspace.com>
+Date:   Sat Jan 14 17:32:21 2017 -0500
+
+    Add coverage support to tox
+
+commit 83f6d6bdf383356658f77f1ce107f40487ca7dbf
+Author: briancurtin <brian.curtin at rackspace.com>
+Date:   Sat Jan 14 12:14:33 2017 -0500
+
+    Test on pypy and pypy3
+
+commit 293120cc1160b764a1b3102faffb9c7a8d47eda3
+Author: briancurtin <brian.curtin at rackspace.com>
+Date:   Sat Jan 14 12:11:59 2017 -0500
+
+    Add Travis badge and show 3.6 support
+
+commit 271c1302b425e09480c594117fe5231940868e8e
+Author: briancurtin <brian.curtin at rackspace.com>
+Date:   Sat Jan 14 12:07:47 2017 -0500
+
+    Unindent blocks one level so they look normal
+
+commit e7e06556463aa26c10cfe459d883e7406c344702
+Author: briancurtin <brian.curtin at rackspace.com>
+Date:   Sat Jan 14 12:04:05 2017 -0500
+
+    Add Travis config
+
+commit c318584e9999f2d3a1e44507e6ae86fb98ca93ed
+Author: briancurtin <brian.curtin at rackspace.com>
+Date:   Sat Jan 14 11:58:09 2017 -0500
+
+    Add RTD linking
+
+commit decc2a6cdc4098d64c710bf6654f45a437b8e5cc
+Author: briancurtin <brian.curtin at rackspace.com>
+Date:   Sat Jan 14 11:40:27 2017 -0500
+
+    Mostly done with 1.0
+
+commit be2ee732d4a716780822c06a34a54f6aa45bc080
+Author: Brian Curtin <brian at python.org>
+Date:   Thu Jan 12 12:51:51 2017 -0500
+
+    Initial commit
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..1f35e78
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-deprecation (1.0.1-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #870723)
+
+ -- Ondřej Kobližek <koblizeko at gmail.com>  Fri, 04 Aug 2017 10:50:48 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..67d72c5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,49 @@
+Source: python-deprecation
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Ondřej Kobližek <koblizeko at gmail.com>,
+           Ondřej Nový <onovy at debian.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 10~),
+               dh-python,
+               python-all,
+               python-setuptools,
+               python3-all,
+               python3-setuptools,
+Build-Depends-Indep: python-unittest2,
+                     python3-unittest2,
+Standards-Version: 4.0.0
+Homepage: https://github.com/briancurtin/deprecation
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.4
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-deprecation.git/
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-deprecation.git
+Testsuite: autopkgtest-pkg-python
+
+Package: python-deprecation
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends},
+Description: Library to handle automated deprecations - Python 2.x
+ Deprecation is a library that enables automated deprecations.
+ .
+ It offers the deprecated() decorator to wrap functions, providing proper 
+ warnings both in documentation and via Python’s warnings system, as well as
+ the deprecation.fail_if_not_removed() decorator for test methods to ensure
+ that deprecated code is eventually removed.
+ .
+ This package contains the Python 2.x module.
+
+Package: python3-deprecation
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends},
+Description: Library to handle automated deprecations - Python 3.x
+ Deprecation is a library that enables automated deprecations.
+ .
+ It offers the deprecated() decorator to wrap functions, providing proper 
+ warnings both in documentation and via Python’s warnings system, as well as
+ the deprecation.fail_if_not_removed() decorator for test methods to ensure
+ that deprecated code is eventually removed.
+ .
+ This package contains the Python 3.x module.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7af3a58
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: deprecation
+Source: https://github.com/briancurtin/deprecation
+
+Files: *
+Copyright: 2017, Brian Curtin <brian at python.org>
+           2017, Thomas Bechtold <thomasbechtold at jpberlin.de>
+           2017, Javier Peña <jpena at redhat.com>
+License: Apache-2
+
+Files: debian/*
+Copyright: 2017 Ondřej Kobližek <koblizeko at gmail.com>
+License: Apache-2
+
+License: Apache-2
+ 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-based systems the full text of the Apache version 2.0 license
+ can be found in `/usr/share/common-licenses/Apache-2.0'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f89a420
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#! /usr/bin/make -f
+
+#export DH_VERBOSE = 1
+export PYBUILD_NAME = deprecation
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_installchangelogs:
+	dh_installchangelogs $(CURDIR)/debian/CHANGELOG
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..cb61fa5
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..312ea58
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/deprecation-$1\.tar\.gz/ \
+  https://github.com/briancurtin/deprecation/tags .*/v?(\d\S*)\.tar\.gz

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



More information about the Python-modules-commits mailing list