[Python-apps-commits] r14349 - in packages/hg-git/trunk/debian (changelog control copyright)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Fri Aug 25 23:53:50 UTC 2017


    Date: Friday, August 25, 2017 @ 23:53:49
  Author: mithrandi
Revision: 14349

Build-Depend on openssh-client for the tests.

Modified:
  packages/hg-git/trunk/debian/changelog
  packages/hg-git/trunk/debian/control
  packages/hg-git/trunk/debian/copyright

Modified: packages/hg-git/trunk/debian/changelog
===================================================================
--- packages/hg-git/trunk/debian/changelog	2017-08-25 23:47:46 UTC (rev 14348)
+++ packages/hg-git/trunk/debian/changelog	2017-08-25 23:53:49 UTC (rev 14349)
@@ -3,6 +3,7 @@
   * New upstream release.
     - Drop all patches (applied/obsoleted upstream).
   * Fix debian/watch.
+  * Build-Depend on openssh-client for the tests.
 
  -- Tristan Seligmann <mithrandi at debian.org>  Sat, 26 Aug 2017 01:43:45 +0200
 

Modified: packages/hg-git/trunk/debian/control
===================================================================
--- packages/hg-git/trunk/debian/control	2017-08-25 23:47:46 UTC (rev 14348)
+++ packages/hg-git/trunk/debian/control	2017-08-25 23:53:49 UTC (rev 14349)
@@ -4,12 +4,13 @@
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends:
  debhelper (>= 9),
- python (>= 2.6.6-3~),
  dh-python,
- unzip,
+ git,
  mercurial,
+ openssh-client,
+ python (>= 2.6.6-3~),
  python-dulwich,
- git,
+ unzip,
 Standards-Version: 3.9.8
 X-Python-Version: >= 2.5
 Homepage: https://hg-git.github.io/
@@ -19,10 +20,10 @@
 Package: mercurial-git
 Architecture: all
 Depends:
+ mercurial (>= 1.9.1-1~),
+ python-dulwich (>= 0.9.7),
  ${misc:Depends},
  ${python:Depends},
- mercurial (>= 1.9.1-1~),
- python-dulwich (>= 0.9.7)
 Description: Git plugin for Mercurial
  The Hg-Git plugin for Mercurial adds the ability to push and pull to/from
  a Git server repository. This means you can collaborate on Git based

Modified: packages/hg-git/trunk/debian/copyright
===================================================================
--- packages/hg-git/trunk/debian/copyright	2017-08-25 23:47:46 UTC (rev 14348)
+++ packages/hg-git/trunk/debian/copyright	2017-08-25 23:53:49 UTC (rev 14349)
@@ -17,4 +17,4 @@
 
 License: GPL-2
  On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2" 
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2"




More information about the Python-apps-commits mailing list