[Python-modules-commits] [mrtparse] 01/01: Convert from git-dpm to patches unapplied format

Vincent Bernat bernat at moszumanska.debian.org
Mon Sep 18 17:39:50 UTC 2017


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

bernat pushed a commit to branch debian/master
in repository mrtparse.

commit 20349a1e4317390b9c8614b8a205001a4e5704ff
Author: Vincent Bernat <bernat at debian.org>
Date:   Mon Sep 18 19:39:43 2017 +0200

    Convert from git-dpm to patches unapplied format
---
 debian/.git-dpm      | 11 -----------
 debian/gbp.conf      |  2 ++
 mrtparse/__init__.py |  2 +-
 3 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index 5025a42..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,11 +0,0 @@
-# see git-dpm(1) from git-dpm package
-339549b71519ed136f1a3027e86e031c34f43d9b
-339549b71519ed136f1a3027e86e031c34f43d9b
-60a7b2e8e45ce7ec42f893676692b0a86f562d98
-60a7b2e8e45ce7ec42f893676692b0a86f562d98
-mrtparse_1.5.orig.tar.gz
-e6d3a0796da8bb564c15fca842b4d2e702b7192a
-33753
-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/mrtparse/__init__.py b/mrtparse/__init__.py
index 1fff55f..41c5efa 100644
--- a/mrtparse/__init__.py
+++ b/mrtparse/__init__.py
@@ -1189,7 +1189,7 @@ class BgpAttr(Base):
         self.as4_aggr = None
         self.aigp = None
         self.attr_set = None
-        self.large_comm = None
+        self.larg_comm = None
         self.val = None
 
     def unpack(self, af=0):

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



More information about the Python-modules-commits mailing list