[Python-modules-commits] r27910 - in packages/python-fs/trunk/debian (7 files)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Mon Feb 24 13:59:26 UTC 2014


    Date: Monday, February 24, 2014 @ 13:59:25
  Author: jandd
Revision: 27910

* Use canonical URIs for Vcs-* fields.
* Remove DM-Upload-Allowed; it's no longer used by the archive
  software.
* update debian/copyright
* run wrap-and-sort (affects debian/control and debian/copyright)
* debian/control:
  - add myself to Uploaders
  - bump Standards-Version to 3.9.5 (no changes)
  - switch to debhelper 9
* debian/rules:
  - add --buildsystem=python_distutils to dh sequencer invocation
* update debian/watch

Modified:
  packages/python-fs/trunk/debian/changelog
  packages/python-fs/trunk/debian/compat
  packages/python-fs/trunk/debian/control
  packages/python-fs/trunk/debian/copyright
  packages/python-fs/trunk/debian/python-fs.install
  packages/python-fs/trunk/debian/rules
  packages/python-fs/trunk/debian/watch

Modified: packages/python-fs/trunk/debian/changelog
===================================================================
--- packages/python-fs/trunk/debian/changelog	2014-02-24 09:49:38 UTC (rev 27909)
+++ packages/python-fs/trunk/debian/changelog	2014-02-24 13:59:25 UTC (rev 27910)
@@ -1,13 +1,7 @@
-python-fs (0.4.0-2) UNRELEASED; urgency=low
+python-fs (0.4.0-1) UNRELEASED; urgency=low
 
-  * Use canonical URIs for Vcs-* fields.
-  * Remove DM-Upload-Allowed; it's no longer used by the archive
-    software.
+  [ Janos Guljas ]
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:40:54 +0200
-
-python-fs (0.4.0-1) unstable; urgency=low
-
   * New upstream release.
   * Upstream changed license from PSF to BSD.
   * New dependencies under Depends:
@@ -25,10 +19,26 @@
     - python-fs-plugin-tahoe-lafs
   * Added man pages for comands: fscat, fscp, fsinfo, fsls, fsmkdir, fsmount,
     fsmv, fsrm, fsserve, fstree.
-  * Add DM-Upload-Allowed control field. 
+  * Add DM-Upload-Allowed control field.
 
- -- Janos Guljas <janos at resenje.org>  Mon, 21 Nov 2011 13:27:31 +0100
+  [ Jakub Wilk ]
+  * Use canonical URIs for Vcs-* fields.
+  * Remove DM-Upload-Allowed; it's no longer used by the archive
+    software.
 
+  [ Jan Dittberner ]
+  * update debian/copyright
+  * run wrap-and-sort (affects debian/control and debian/copyright)
+  * debian/control:
+    - add myself to Uploaders
+    - bump Standards-Version to 3.9.5 (no changes)
+    - switch to debhelper 9
+  * debian/rules:
+    - add --buildsystem=python_distutils to dh sequencer invocation
+  * update debian/watch
+
+ -- Jan Dittberner <jandd at debian.org>  Mon, 24 Feb 2014 14:29:59 +0100
+
 python-fs (0.3.0-2) unstable; urgency=low
 
   * Change my e-mail address.

Modified: packages/python-fs/trunk/debian/compat
===================================================================
--- packages/python-fs/trunk/debian/compat	2014-02-24 09:49:38 UTC (rev 27909)
+++ packages/python-fs/trunk/debian/compat	2014-02-24 13:59:25 UTC (rev 27910)
@@ -1 +1 @@
-7
+9

Modified: packages/python-fs/trunk/debian/control
===================================================================
--- packages/python-fs/trunk/debian/control	2014-02-24 09:49:38 UTC (rev 27909)
+++ packages/python-fs/trunk/debian/control	2014-02-24 13:59:25 UTC (rev 27910)
@@ -2,18 +2,24 @@
 Section: python
 Priority: optional
 Maintainer: Janos Guljas <janos at resenje.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5)
-Standards-Version: 3.9.2
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+           Jan Dittberner <jandd at debian.org>
+Build-Depends: debhelper (>= 9), python-all (>= 2.5)
+Standards-Version: 3.9.5
 Homepage: http://code.google.com/p/pyfilesystem/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-fs/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-fs/trunk/
 
 Package: python-fs
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-fuse, python-xattr,
- python-pyinotify, python (>= 2.6) | python-simplejson, python-mako
-Suggests: python-pyftpdlib, python-nose
+Depends: python (>= 2.6) | python-simplejson,
+         python-fuse,
+         python-mako,
+         python-pyinotify,
+         python-xattr,
+         ${misc:Depends},
+         ${python:Depends}
+Suggests: python-nose, python-pyftpdlib
 Provides: ${python:Provides}
 Description: Python filesystem abstraction
  Pyfilesystem is a Python module that provides a common interface to many types
@@ -22,7 +28,7 @@
 
 Package: python-fs-browser
 Architecture: all
-Depends: ${misc:Depends}, python-fs, python-wxgtk2.8
+Depends: python-fs, python-wxgtk2.8, ${misc:Depends}
 Description: Python filesystem abstraction - Gtk browser
  Pyfilesystem is a Python module that provides a common interface to many types
  of filesystem, and provides some powerful features such as exposing
@@ -32,7 +38,7 @@
 
 Package: python-fs-plugin-sftp
 Architecture: all
-Depends: ${misc:Depends}, python-fs, python-paramiko
+Depends: python-fs, python-paramiko, ${misc:Depends}
 Description: Python filesystem abstraction - SFTP access
  Pyfilesystem is a Python module that provides a common interface to many types
  of filesystem, and provides some powerful features such as exposing
@@ -42,7 +48,7 @@
 
 Package: python-fs-plugin-django
 Architecture: all
-Depends: ${misc:Depends}, python-fs, python-django
+Depends: python-django, python-fs, ${misc:Depends}
 Description: Python filesystem abstraction - Django File Storage
  Pyfilesystem is a Python module that provides a common interface to many types
  of filesystem, and provides some powerful features such as exposing
@@ -52,7 +58,7 @@
 
 Package: python-fs-plugin-s3
 Architecture: all
-Depends: ${misc:Depends}, python-fs, python-boto
+Depends: python-boto, python-fs, ${misc:Depends}
 Description: Python filesystem abstraction - Amazon S3
  Pyfilesystem is a Python module that provides a common interface to many types
  of filesystem, and provides some powerful features such as exposing
@@ -63,7 +69,7 @@
 
 Package: python-fs-plugin-webdav
 Architecture: all
-Depends: ${misc:Depends}, python-fs, python-dexml
+Depends: python-dexml, python-fs, ${misc:Depends}
 Description: Python filesystem abstraction - WebDAV
  Pyfilesystem is a Python module that provides a common interface to many types
  of filesystem, and provides some powerful features such as exposing
@@ -74,7 +80,7 @@
 
 Package: python-fs-plugin-tahoe-lafs
 Architecture: all
-Depends: ${misc:Depends}, python-fs, tahoe-lafs
+Depends: python-fs, tahoe-lafs, ${misc:Depends}
 Description: Python filesystem abstraction - Tahoe-LAFS
  Pyfilesystem is a Python module that provides a common interface to many types
  of filesystem, and provides some powerful features such as exposing
@@ -82,4 +88,3 @@
  .
  This package is a dependency package, which depends on tahoe-lafs required
  for accessing Tahoe Least Authority File System.
-

Modified: packages/python-fs/trunk/debian/copyright
===================================================================
--- packages/python-fs/trunk/debian/copyright	2014-02-24 09:49:38 UTC (rev 27909)
+++ packages/python-fs/trunk/debian/copyright	2014-02-24 13:59:25 UTC (rev 27910)
@@ -1,11 +1,11 @@
-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: Pyfilesystem
 Upstream-Contact: Will McGugan <will at willmcgugan.com>, Ryan Kelly <ryan at rfk.id.au>
 Source: http://code.google.com/p/pyfilesystem/
 
 Files: *
-Copyright: 2009-2010, Will McGugan <will at willmcgugan.com> and contributors
-License: BSD
+Copyright: 2009-2011, Will McGugan <will at willmcgugan.com> and contributors
+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:
@@ -60,7 +60,7 @@
 
 Files: debian/*
 Copyright: 2011 Janos Guljas <janos at resenje.org>
-License: BSD
+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:

Modified: packages/python-fs/trunk/debian/python-fs.install
===================================================================
--- packages/python-fs/trunk/debian/python-fs.install	2014-02-24 09:49:38 UTC (rev 27909)
+++ packages/python-fs/trunk/debian/python-fs.install	2014-02-24 13:59:25 UTC (rev 27910)
@@ -1,2 +1,2 @@
+usr/bin/*
 usr/lib/python*
-usr/bin/*

Modified: packages/python-fs/trunk/debian/rules
===================================================================
--- packages/python-fs/trunk/debian/rules	2014-02-24 09:49:38 UTC (rev 27909)
+++ packages/python-fs/trunk/debian/rules	2014-02-24 13:59:25 UTC (rev 27910)
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2 --buildsystem=python_distutils

Modified: packages/python-fs/trunk/debian/watch
===================================================================
--- packages/python-fs/trunk/debian/watch	2014-02-24 09:49:38 UTC (rev 27909)
+++ packages/python-fs/trunk/debian/watch	2014-02-24 13:59:25 UTC (rev 27910)
@@ -1,2 +1,4 @@
 version=3
-http://googlecode.debian.net/p/pyfilesystem/fs-(.*).tar.gz
+opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/,\
+downloadurlmangle=s%.*/([^/]*)/downloads/detail\?name=([^=&]*).*%http://$1.googlecode.com/files/$2%,filenamemangle=s/.*name=([^&]+).*/$1/ \
+http://code.google.com/p/pyfilesystem/downloads/list?can=1 .*=fs-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)|zip).*




More information about the Python-modules-commits mailing list