[Python-apps-commits] r14171 - in packages/legit/trunk/debian (4 files)
takaki at users.alioth.debian.org
takaki at users.alioth.debian.org
Tue Jul 4 08:53:54 UTC 2017
Date: Tuesday, July 4, 2017 @ 08:53:52
Author: takaki
Revision: 14171
prepare release
Modified:
packages/legit/trunk/debian/changelog
packages/legit/trunk/debian/compat
packages/legit/trunk/debian/control
packages/legit/trunk/debian/patches/fix_import_args
Modified: packages/legit/trunk/debian/changelog
===================================================================
--- packages/legit/trunk/debian/changelog 2017-07-04 01:37:30 UTC (rev 14170)
+++ packages/legit/trunk/debian/changelog 2017-07-04 08:53:52 UTC (rev 14171)
@@ -1,8 +1,11 @@
-legit (0.1.1-5) UNRELEASED; urgency=medium
+legit (0.4.1-1) unstable; urgency=medium
* debian/watch: Switch to pypi.debian.net.
+ * New upstream release
+ * debian/compat: Bump to 10.
+ * Bump Standard-Version to 4.0.0.
- -- TANIGUCHI Takaki <takaki at debian.org> Thu, 26 Nov 2015 10:45:51 +0900
+ -- TANIGUCHI Takaki <takaki at debian.org> Tue, 04 Jul 2017 17:53:21 +0900
legit (0.1.1-4) unstable; urgency=medium
Modified: packages/legit/trunk/debian/compat
===================================================================
--- packages/legit/trunk/debian/compat 2017-07-04 01:37:30 UTC (rev 14170)
+++ packages/legit/trunk/debian/compat 2017-07-04 08:53:52 UTC (rev 14171)
@@ -1 +1 @@
-8
+10
Modified: packages/legit/trunk/debian/control
===================================================================
--- packages/legit/trunk/debian/control 2017-07-04 01:37:30 UTC (rev 14170)
+++ packages/legit/trunk/debian/control 2017-07-04 08:53:52 UTC (rev 14171)
@@ -3,11 +3,11 @@
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),
+Build-Depends: debhelper (>= 10),
python-all,
python-setuptools,
python-docutils
-Standards-Version: 3.9.6
+Standards-Version: 4.0.0
Homepage: https://github.com/kennethreitz/legit
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/legit/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/legit/trunk/
Modified: packages/legit/trunk/debian/patches/fix_import_args
===================================================================
--- packages/legit/trunk/debian/patches/fix_import_args 2017-07-04 01:37:30 UTC (rev 14170)
+++ packages/legit/trunk/debian/patches/fix_import_args 2017-07-04 08:53:52 UTC (rev 14171)
@@ -1,17 +1,8 @@
-Index: legit-0.1.1/legit/cli.py
+Index: legit-0.4.1/legit/cli.py
===================================================================
---- legit-0.1.1.orig/legit/cli.py 2012-03-25 11:01:33.000000000 +0900
-+++ legit-0.1.1/legit/cli.py 2014-09-04 15:14:54.953516555 +0900
-@@ -12,7 +12,7 @@
- from time import sleep
-
- import clint.resources
--from clint import args
-+from clint import Args
- from clint.eng import join as eng_join
- from clint.textui import colored, puts, columns
-
-@@ -21,6 +21,7 @@
+--- legit-0.4.1.orig/legit/cli.py 2017-07-04 17:48:10.166372525 +0900
++++ legit-0.4.1/legit/cli.py 2017-07-04 17:48:10.146372793 +0900
+@@ -27,6 +27,7 @@
from .helpers import is_lin, is_osx, is_win
from .scm import *
@@ -19,10 +10,3 @@
def black(s):
if settings.allow_black_foreground:
-@@ -520,4 +521,4 @@
- hv='harvest',
- har='harvest',
- h='help'
--)
-\ No newline at end of file
-+)
More information about the Python-apps-commits
mailing list