[Python-modules-commits] [python-asyncssh] 08/08: Convert from git-dpm to patches unapplied format

Vincent Bernat bernat at moszumanska.debian.org
Mon Sep 18 10:02:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

bernat pushed a commit to branch debian/master
in repository python-asyncssh.

commit bd1c35b51cb44e832bdc9357132919ffed71512a
Author: Vincent Bernat <bernat at debian.org>
Date:   Mon Sep 18 12:02:07 2017 +0200

    Convert from git-dpm to patches unapplied format
---
 debian/.git-dpm                   | 11 -----------
 debian/gbp.conf                   |  2 ++
 docs/rftheme/static/rftheme.css_t |  2 +-
 docs/rftheme/theme.conf           |  2 +-
 tests/test_auth_keys.py           |  2 --
 5 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index f82c6fd..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,11 +0,0 @@
-# see git-dpm(1) from git-dpm package
-8ad4e85cc2c16e078e74278b8c4aca77ac96cf68
-8ad4e85cc2c16e078e74278b8c4aca77ac96cf68
-0dc15b0d2a6d3a2bb983e7d42845220212169792
-0dc15b0d2a6d3a2bb983e7d42845220212169792
-python-asyncssh_1.10.1.orig.tar.gz
-8a1437dfa9700db2c501a23bccc8c38d2768e8a1
-290352
-debianTag="debian/%e%v"
-patchedTag="patched/%e%v"
-upstreamTag="upstream/%e%u"
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..3879982
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+debian-branch=debian/master
diff --git a/docs/rftheme/static/rftheme.css_t b/docs/rftheme/static/rftheme.css_t
index 77fe744..66aad65 100644
--- a/docs/rftheme/static/rftheme.css_t
+++ b/docs/rftheme/static/rftheme.css_t
@@ -1,4 +1,4 @@
- at import url("default.css");
+ at import url("classic.css");
 
 .tight-list * {
     line-height: 110% !important;
diff --git a/docs/rftheme/theme.conf b/docs/rftheme/theme.conf
index a417128..1c2b15e 100644
--- a/docs/rftheme/theme.conf
+++ b/docs/rftheme/theme.conf
@@ -1,4 +1,4 @@
 [theme]
-inherit = default
+inherit = classic
 stylesheet = rftheme.css
 pygments_style = sphinx
diff --git a/tests/test_auth_keys.py b/tests/test_auth_keys.py
index d36ef50..0bb50fe 100644
--- a/tests/test_auth_keys.py
+++ b/tests/test_auth_keys.py
@@ -13,7 +13,6 @@
 """Unit tests for matching against authorized_keys file"""
 
 from unittest.mock import patch
-import unittest
 
 import asyncssh
 
@@ -56,7 +55,6 @@ class _TestAuthorizedKeys(TempDirTestCase):
         else:
             return asyncssh.import_authorized_keys(auth_keys)
 
-    @unittest.skip("network access is required for those tests")
     def test_matches(self):
         """Test authorized keys matching"""
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-asyncssh.git



More information about the Python-modules-commits mailing list