[Python-apps-commits] r9313 - in packages/xtree/trunk (11 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sat Dec 15 13:51:19 UTC 2012


    Date: Saturday, December 15, 2012 @ 13:51:17
  Author: dktrkranz
Revision: 9313

[svn-inject] Applying Debian modifications (0.2-1) to trunk

Added:
  packages/xtree/trunk/debian/
  packages/xtree/trunk/debian/changelog
  packages/xtree/trunk/debian/compat
  packages/xtree/trunk/debian/control
  packages/xtree/trunk/debian/copyright
  packages/xtree/trunk/debian/docs
  packages/xtree/trunk/debian/links
  packages/xtree/trunk/debian/rules
  packages/xtree/trunk/debian/source/
  packages/xtree/trunk/debian/source/format
  packages/xtree/trunk/debian/watch

Added: packages/xtree/trunk/debian/changelog
===================================================================
--- packages/xtree/trunk/debian/changelog	                        (rev 0)
+++ packages/xtree/trunk/debian/changelog	2012-12-15 13:51:17 UTC (rev 9313)
@@ -0,0 +1,5 @@
+xtree (0.2-1) experimental; urgency=low
+
+  * Initial release (Closes: #695629).
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Sat, 15 Dec 2012 14:39:57 +0100

Added: packages/xtree/trunk/debian/compat
===================================================================
--- packages/xtree/trunk/debian/compat	                        (rev 0)
+++ packages/xtree/trunk/debian/compat	2012-12-15 13:51:17 UTC (rev 9313)
@@ -0,0 +1 @@
+9

Added: packages/xtree/trunk/debian/control
===================================================================
--- packages/xtree/trunk/debian/control	                        (rev 0)
+++ packages/xtree/trunk/debian/control	2012-12-15 13:51:17 UTC (rev 9313)
@@ -0,0 +1,21 @@
+Source: xtree
+Section: utils
+Priority: optional
+Maintainer: Luca Falavigna <dktrkranz at debian.org>
+Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~)
+Standards-Version: 3.9.4
+Homepage: https://github.com/dktrkranz/xtree
+X-Python-Version: >= 2.7
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/xtree/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/xtree/trunk/
+
+Package: xtree
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-magic
+Description: gather files scattered across several subdirectories
+ xtree can easily convert an archive or a directory populated by a lot of
+ nested subdirectories into a flat tree structure, or the other way round.
+ .
+ This is particularly useful to move files scattered across a lot of
+ subdirectories into a single directory, or to move files grouped by
+ a common pattern into corresponding subdirectories.

Added: packages/xtree/trunk/debian/copyright
===================================================================
--- packages/xtree/trunk/debian/copyright	                        (rev 0)
+++ packages/xtree/trunk/debian/copyright	2012-12-15 13:51:17 UTC (rev 9313)
@@ -0,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: xtree
+Source: http://pypi.python.org/packages/source/x/xtree/
+
+Files: *
+Copyright: 2012 Luca Falavigna <dktrkranz at debian.org>
+License: GPL-3+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 3 of the License.
+ . 
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ . 
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-3'.

Added: packages/xtree/trunk/debian/docs
===================================================================
--- packages/xtree/trunk/debian/docs	                        (rev 0)
+++ packages/xtree/trunk/debian/docs	2012-12-15 13:51:17 UTC (rev 9313)
@@ -0,0 +1,2 @@
+AUTHORS
+ChangeLog

Added: packages/xtree/trunk/debian/links
===================================================================
--- packages/xtree/trunk/debian/links	                        (rev 0)
+++ packages/xtree/trunk/debian/links	2012-12-15 13:51:17 UTC (rev 9313)
@@ -0,0 +1 @@
+usr/share/xtree/xtree	usr/bin/xtree

Added: packages/xtree/trunk/debian/rules
===================================================================
--- packages/xtree/trunk/debian/rules	                        (rev 0)
+++ packages/xtree/trunk/debian/rules	2012-12-15 13:51:17 UTC (rev 9313)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2
+
+override_dh_auto_install:
+	dh_auto_install -- --install-scripts=/usr/share/xtree \
+		--install-lib=/usr/share/xtree
+	find debian/xtree -name "*.egg-info" -delete
+
+override_dh_auto_test:
+	python -m unittest discover -s tests


Property changes on: packages/xtree/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/xtree/trunk/debian/source/format
===================================================================
--- packages/xtree/trunk/debian/source/format	                        (rev 0)
+++ packages/xtree/trunk/debian/source/format	2012-12-15 13:51:17 UTC (rev 9313)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/xtree/trunk/debian/watch
===================================================================
--- packages/xtree/trunk/debian/watch	                        (rev 0)
+++ packages/xtree/trunk/debian/watch	2012-12-15 13:51:17 UTC (rev 9313)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/x/xtree/xtree-([0-9.]+)\.tar\.gz




More information about the Python-apps-commits mailing list