[Python-apps-commits] r8441 - in legit/legit/trunk (11 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Sun Apr 8 11:36:44 UTC 2012


    Date: Sunday, April 8, 2012 @ 11:36:41
  Author: takaki
Revision: 8441

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

Added:
  legit/legit/trunk/debian/
  legit/legit/trunk/debian/changelog
  legit/legit/trunk/debian/compat
  legit/legit/trunk/debian/control
  legit/legit/trunk/debian/copyright
  legit/legit/trunk/debian/docs
  legit/legit/trunk/debian/rules
  legit/legit/trunk/debian/source/
  legit/legit/trunk/debian/source/format
  legit/legit/trunk/debian/source/options
  legit/legit/trunk/debian/watch


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

Added: legit/legit/trunk/debian/changelog
===================================================================
--- legit/legit/trunk/debian/changelog	                        (rev 0)
+++ legit/legit/trunk/debian/changelog	2012-04-08 11:36:41 UTC (rev 8441)
@@ -0,0 +1,5 @@
+legit (0.1.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #667512)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Wed, 04 Apr 2012 23:51:55 +0900

Added: legit/legit/trunk/debian/compat
===================================================================
--- legit/legit/trunk/debian/compat	                        (rev 0)
+++ legit/legit/trunk/debian/compat	2012-04-08 11:36:41 UTC (rev 8441)
@@ -0,0 +1 @@
+8

Added: legit/legit/trunk/debian/control
===================================================================
--- legit/legit/trunk/debian/control	                        (rev 0)
+++ legit/legit/trunk/debian/control	2012-04-08 11:36:41 UTC (rev 8441)
@@ -0,0 +1,22 @@
+Source: legit
+Section: devel
+Priority: extra
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: debhelper (>= 8.0.0),
+	python-all,
+	python-setuptools
+Standards-Version: 3.9.3
+Homepage: https://github.com/kennethreitz/legit
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/legit/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/legit/trunk/
+
+Package: legit
+Architecture: all
+Depends: python-clint (>= 0.2.4)
+	, python-git (>= 0.3.0)
+	, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: Git extension to assist in manipulating branches
+ This program provides several commands that help to automate
+ certain tasks with Git: seamless branch switching, syncing repository,
+ creating and merging branches, manipulating remote branches.

Added: legit/legit/trunk/debian/copyright
===================================================================
--- legit/legit/trunk/debian/copyright	                        (rev 0)
+++ legit/legit/trunk/debian/copyright	2012-04-08 11:36:41 UTC (rev 8441)
@@ -0,0 +1,36 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: legit
+Source: http://pypi.python.org/pypi/legit
+
+Files: *
+Copyright: 2011, Kenneth Reitz
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2012 TANIGUCHI Takaki <takaki at debian.org>
+License: BSD-3-Clause
+
+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:
+ 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. Neither the name of the University nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``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 REGENTS OR CONTRIBUTORS 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.

Added: legit/legit/trunk/debian/docs
===================================================================
--- legit/legit/trunk/debian/docs	                        (rev 0)
+++ legit/legit/trunk/debian/docs	2012-04-08 11:36:41 UTC (rev 8441)
@@ -0,0 +1,2 @@
+README.rst
+reqs.txt

Added: legit/legit/trunk/debian/rules
===================================================================
--- legit/legit/trunk/debian/rules	                        (rev 0)
+++ legit/legit/trunk/debian/rules	2012-04-08 11:36:41 UTC (rev 8441)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@  --with python2


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

Added: legit/legit/trunk/debian/source/format
===================================================================
--- legit/legit/trunk/debian/source/format	                        (rev 0)
+++ legit/legit/trunk/debian/source/format	2012-04-08 11:36:41 UTC (rev 8441)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: legit/legit/trunk/debian/source/options
===================================================================
--- legit/legit/trunk/debian/source/options	                        (rev 0)
+++ legit/legit/trunk/debian/source/options	2012-04-08 11:36:41 UTC (rev 8441)
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"

Added: legit/legit/trunk/debian/watch
===================================================================
--- legit/legit/trunk/debian/watch	                        (rev 0)
+++ legit/legit/trunk/debian/watch	2012-04-08 11:36:41 UTC (rev 8441)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/l/legit/legit-(.*)\.tar\.gz




More information about the Python-apps-commits mailing list