[Python-modules-commits] r25333 - in packages/python-pyftpdlib/trunk/debian (5 files)
janos at users.alioth.debian.org
janos at users.alioth.debian.org
Fri Aug 2 00:53:05 UTC 2013
Date: Friday, August 2, 2013 @ 00:53:03
Author: janos
Revision: 25333
Release 1.2.0-1 to unstable
Modified:
packages/python-pyftpdlib/trunk/debian/changelog
packages/python-pyftpdlib/trunk/debian/compat
packages/python-pyftpdlib/trunk/debian/control
packages/python-pyftpdlib/trunk/debian/copyright
packages/python-pyftpdlib/trunk/debian/rules
Modified: packages/python-pyftpdlib/trunk/debian/changelog
===================================================================
--- packages/python-pyftpdlib/trunk/debian/changelog 2013-08-01 20:21:53 UTC (rev 25332)
+++ packages/python-pyftpdlib/trunk/debian/changelog 2013-08-02 00:53:03 UTC (rev 25333)
@@ -1,12 +1,22 @@
-python-pyftpdlib (0.7.0-2) UNRELEASED; urgency=low
+python-pyftpdlib (1.2.0-1) unstable; urgency=low
+ [ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
* Remove DM-Upload-Allowed; it's no longer used by the archive
software.
* Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
- -- Jakub Wilk <jwilk at debian.org> Thu, 13 Jun 2013 13:13:50 +0200
+ [ Janos Guljas ]
+ * New upstream release. (Closes: #717946)
+ * Recommends and Build-Depend (for tests) on python-sendfile.
+ * Raise debhelper compatiblility to 9.
+ * Raise Standards-Version to 3.9.4.
+ * Update copyright years in debian/copyright.
+ * Update Format link in debian/copyright.
+ * Change my email address.
+ -- Janos Guljas <janos at debian.org> Fri, 02 Aug 2013 02:25:28 +0200
+
python-pyftpdlib (0.7.0-1) unstable; urgency=low
* New upstream release.
Modified: packages/python-pyftpdlib/trunk/debian/compat
===================================================================
--- packages/python-pyftpdlib/trunk/debian/compat 2013-08-01 20:21:53 UTC (rev 25332)
+++ packages/python-pyftpdlib/trunk/debian/compat 2013-08-02 00:53:03 UTC (rev 25333)
@@ -1 +1 @@
-7
+9
Modified: packages/python-pyftpdlib/trunk/debian/control
===================================================================
--- packages/python-pyftpdlib/trunk/debian/control 2013-08-01 20:21:53 UTC (rev 25332)
+++ packages/python-pyftpdlib/trunk/debian/control 2013-08-02 00:53:03 UTC (rev 25333)
@@ -1,10 +1,10 @@
Source: python-pyftpdlib
Section: python
Priority: optional
-Maintainer: Janos Guljas <janos at resenje.org>
+Maintainer: Janos Guljas <janos at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~)
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-sendfile
+Standards-Version: 3.9.4
Homepage: http://code.google.com/p/pyftpdlib/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pyftpdlib/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-pyftpdlib/trunk/
@@ -12,6 +12,7 @@
Package: python-pyftpdlib
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
+Recommends: python-sendfile
Provides: ${python:Provides}
Description: Python FTP server library
Python FTP server library provides a high-level portable interface to
Modified: packages/python-pyftpdlib/trunk/debian/copyright
===================================================================
--- packages/python-pyftpdlib/trunk/debian/copyright 2013-08-01 20:21:53 UTC (rev 25332)
+++ packages/python-pyftpdlib/trunk/debian/copyright 2013-08-02 00:53:03 UTC (rev 25333)
@@ -1,10 +1,10 @@
-Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pyftpdlib
Upstream-Contact: Giampaolo Rodola' <g.rodola at gmail.com>
Source: http://code.google.com/p/pyftpdlib/
Files: *
-Copyright: 2007-2012 Giampaolo Rodola' <g.rodola at gmail.com>
+Copyright: 2007-2013 Giampaolo Rodola' <g.rodola at gmail.com>
License: MIT
Permission to use, copy, modify, and distribute this software and
its documentation for any purpose and without fee is hereby
@@ -24,7 +24,7 @@
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Files: debian/*
-Copyright: 2011-2012 Janos Guljas <janos at resenje.org>
+Copyright: 2011-2013 Janos Guljas <janos at debian.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
Modified: packages/python-pyftpdlib/trunk/debian/rules
===================================================================
--- packages/python-pyftpdlib/trunk/debian/rules 2013-08-01 20:21:53 UTC (rev 25332)
+++ packages/python-pyftpdlib/trunk/debian/rules 2013-08-02 00:53:03 UTC (rev 25333)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh --with python2 $@
+ dh $@ --with python2
override_dh_auto_test:
ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
More information about the Python-modules-commits
mailing list