Codebase list dnspython / 545bf2c
Convert git repository from git-dpm to gbp layout Ondřej Nový 5 years ago
3 changed file(s) with 2 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
+0
-11
debian/.git-dpm less more
0 # see git-dpm(1) from git-dpm package
1 0d1947c117c43af0498ff5563d7acfed903e9bfa
2 0d1947c117c43af0498ff5563d7acfed903e9bfa
3 131bfc40a93a1cd64c3a1bccbe3391608733a8dd
4 131bfc40a93a1cd64c3a1bccbe3391608733a8dd
5 dnspython_1.15.0.orig.tar.gz
6 fcb8edb4b307f68a27cd356e7b44f53512b63b5e
7 144073
8 debianTag="debian/%e%v"
9 patchedTag="patched/%e%v"
10 upstreamTag="upstream/%e%u"
11
22 * d/control: Set Vcs-* to salsa.debian.org
33 * d/control: Remove ancient X-Python3-Version field
4 * Convert git repository from git-dpm to gbp layout
45
56 -- Ondřej Nový <onovy@debian.org> Tue, 13 Feb 2018 10:17:11 +0100
67
176176 def testToFileFilename(self):
177177 z = dns.zone.from_file(here('example'), 'example')
178178 try:
179 z.to_file(here('example3-filename.out'))
179 z.to_file('example3-filename.out')
180180 ok = filecmp.cmp(here('example3-filename.out'),
181181 here('example3.good'))
182182 finally: