[Python-apps-commits] r12046 - in packages/vulture/trunk (11 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Tue Jun 23 14:20:49 UTC 2015


    Date: Tuesday, June 23, 2015 @ 14:20:48
  Author: danstender-guest
Revision: 12046

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

Added:
  packages/vulture/trunk/debian/
  packages/vulture/trunk/debian/changelog
  packages/vulture/trunk/debian/compat
  packages/vulture/trunk/debian/control
  packages/vulture/trunk/debian/copyright
  packages/vulture/trunk/debian/rules
  packages/vulture/trunk/debian/source/
  packages/vulture/trunk/debian/source/format
  packages/vulture/trunk/debian/source/options
  packages/vulture/trunk/debian/vulture.txt
  packages/vulture/trunk/debian/watch


Property changes on: packages/vulture/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/vulture/trunk/debian/changelog
===================================================================
--- packages/vulture/trunk/debian/changelog	                        (rev 0)
+++ packages/vulture/trunk/debian/changelog	2015-06-23 14:20:48 UTC (rev 12046)
@@ -0,0 +1,5 @@
+vulture (0.6-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #788222).
+
+ -- Daniel Stender <debian at danielstender.com>  Tue, 23 Jun 2015 15:42:03 +0200

Added: packages/vulture/trunk/debian/compat
===================================================================
--- packages/vulture/trunk/debian/compat	                        (rev 0)
+++ packages/vulture/trunk/debian/compat	2015-06-23 14:20:48 UTC (rev 12046)
@@ -0,0 +1 @@
+9

Added: packages/vulture/trunk/debian/control
===================================================================
--- packages/vulture/trunk/debian/control	                        (rev 0)
+++ packages/vulture/trunk/debian/control	2015-06-23 14:20:48 UTC (rev 12046)
@@ -0,0 +1,28 @@
+Source: vulture
+Section: python
+Priority: optional
+Maintainer: Daniel Stender <debian at danielstender.com>
+Uploaders:
+ Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python,
+ python-setuptools,
+ txt2man
+Standards-Version: 3.9.6
+Homepage: https://bitbucket.org/jendrikseipp/vulture
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/vulture/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/vulture/trunk/
+X-Python-Version: >= 2.6
+
+Package: vulture
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends}
+Description: scans for unused ("dead") code in a Pyton program
+ Vulture uses static code analysis to find unused classes, functions and
+ variables in Python code. This helps to cleanup and find errors in
+ programs. However, the user has to be aware that the static method has
+ its limitations.

Added: packages/vulture/trunk/debian/copyright
===================================================================
--- packages/vulture/trunk/debian/copyright	                        (rev 0)
+++ packages/vulture/trunk/debian/copyright	2015-06-23 14:20:48 UTC (rev 12046)
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: vulture
+Upstream-Contact: Jendrik Seipp <jendrikseipp at web.de>
+Source: https://bitbucket.org/jendrikseipp/vulture
+
+Files: *
+Copyright: 2012-2014 Jendrik Seipp
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: 2015 Daniel Stender <debian at danielstender.com>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ This program 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, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ 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 program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

Added: packages/vulture/trunk/debian/rules
===================================================================
--- packages/vulture/trunk/debian/rules	                        (rev 0)
+++ packages/vulture/trunk/debian/rules	2015-06-23 14:20:48 UTC (rev 12046)
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+#export DEB_BUILD_OPTIONS=nocheck
+export PYBUILD_NAME=vulture
+
+VERSION := $(shell dpkg-parsechangelog -Sversion | cut -d- -f1)
+DEBDATE := $(shell dpkg-parsechangelog -Sdate | date -u +"%F" -f -)
+
+%:
+	dh $@ --with python2 --buildsystem=pybuild
+
+override_dh_installdocs:
+	dh_installdocs README.txt
+
+override_dh_installchangelogs:
+	dh_installchangelogs NEWS.txt
+
+override_dh_installman:
+	txt2man -s 1 -v "vulture" -t "vulture" -r "$(VERSION)" -d "$(DEBDATE)" debian/vulture.txt > .pybuild/vulture.1
+	dh_installman .pybuild/vulture.1


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

Added: packages/vulture/trunk/debian/source/format
===================================================================
--- packages/vulture/trunk/debian/source/format	                        (rev 0)
+++ packages/vulture/trunk/debian/source/format	2015-06-23 14:20:48 UTC (rev 12046)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/vulture/trunk/debian/source/options
===================================================================
--- packages/vulture/trunk/debian/source/options	                        (rev 0)
+++ packages/vulture/trunk/debian/source/options	2015-06-23 14:20:48 UTC (rev 12046)
@@ -0,0 +1 @@
+diff-ignore="^[^/]+\.egg-info/"
\ No newline at end of file

Added: packages/vulture/trunk/debian/vulture.txt
===================================================================
--- packages/vulture/trunk/debian/vulture.txt	                        (rev 0)
+++ packages/vulture/trunk/debian/vulture.txt	2015-06-23 14:20:48 UTC (rev 12046)
@@ -0,0 +1,25 @@
+NAME
+  vulture - searches for unused ("dead") code in a Python program
+
+SYNOPSIS
+  vulture [options] <path>
+  
+DESCRIPTION
+  Vulture scans for unused classes, functions and variables.
+
+  Due to Python's dynamic nature it's impossible to find all ununsed code for a
+  static code analyzer, because it ignores scopes and scans only token names.
+  Additionally, some dynamic items that are not explicitly called in the code may
+  be incorrectly reported.
+  
+OPTIONS
+  -h, --help
+
+  --exclude=<exclude>
+
+      comma-separated list of filename patterns to exclude (e.g. svn,external)
+
+  -v, --verbose
+
+AUTHORS
+  vulture was written by Jendrik Seipp <jendrikseipp at web.de>

Added: packages/vulture/trunk/debian/watch
===================================================================
--- packages/vulture/trunk/debian/watch	                        (rev 0)
+++ packages/vulture/trunk/debian/watch	2015-06-23 14:20:48 UTC (rev 12046)
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/vulture/vulture-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file




More information about the Python-apps-commits mailing list