summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control5
-rw-r--r--debian/copyright33
3 files changed, 20 insertions, 26 deletions
diff --git a/debian/changelog b/debian/changelog
index b1cfa22..a10a6d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-srp (1.0.4-1) unstable; urgency=low
+
+ * Upgrade to 1.0.4
+ * Update debian/control VCS fields for new upstream location
+ * Add myself to Uploaders
+
+ -- Micah Anderson <micah@debian.org> Wed, 06 Nov 2013 12:16:45 -0500
+
python-srp (1.0.2-2) unstable; urgency=low
* Python3 package.
diff --git a/debian/control b/debian/control
index 3ed60e9..2ea3de3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,6 @@
Source: python-srp
Maintainer: Ben Carrillo <ben@futeisha.org>
+Uploader: Micah Anderson <micah@debian.org>
Section: python
Priority: optional
Build-Depends:
@@ -11,8 +12,8 @@ Build-Depends:
Standards-Version: 3.9.4
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.0
-Vcs-Hg: https://code.google.com/p/pysrp/
-Vcs-Browser: http://code.google.com/p/pysrp/source/browse/
+Vcs-Git: https://github.com/cocagne/pysrp.git
+Vcs-Browser: https://github.com/cocagne/pysrp
Homepage: http://code.google.com/p/pysrp/
Package: python-srp
diff --git a/debian/copyright b/debian/copyright
index 33bc8d5..853687d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,10 +1,11 @@
-Format: http://dep.debian.net/deps/dep5
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: srp
+Upstream-Contact: Tom Cocagne <tom.cocagne@gmail.com>
Source: http://pypi.python.org/pypi/srp/
Files: *
Copyright: 2010, Tom Cocagne
-License: New BSD
+License: BSD-3-clause
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
@@ -31,26 +32,10 @@ License: New BSD
Files: debian/*
Copyright: 2013 Ben Carrillo <ben@futeisha.org>
-License: BSD-3-clause
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
+License: GPL3+
+ This file is released under the GNU GPL, version 3 or a later revision.
+ For further details see the COPYING file.
.
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- 3. The name of the author may not be used to endorse or promote products
- derived from this software without specific prior written permission.
- .
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- IN NO EVENT SHALL THE AUTOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.