gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [ascension] branch master updated: fixed a major GNS2DNS bu


From: gnunet
Subject: [GNUnet-SVN] [ascension] branch master updated: fixed a major GNS2DNS bug that added a lot of false records
Date: Tue, 04 Jun 2019 18:36:45 +0200

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

rexxnor pushed a commit to branch master
in repository ascension.

The following commit(s) were added to refs/heads/master by this push:
     new 05839db  fixed a major GNS2DNS bug that added a lot of false records
05839db is described below

commit 05839dbf8f496051cd8d794dab4098c47039eccb
Author: rexxnor <address@hidden>
AuthorDate: Tue Jun 4 18:35:34 2019 +0200

    fixed a major GNS2DNS bug that added a lot of false records
---
 ascension-0.11.5.tar.gz                            | Bin 11056 -> 11061 bytes
 ascension/ascension.py                             |   4 +--
 deb_dist/ascension-0.11.5/ascension/ascension.py   |   4 +--
 deb_dist/ascension-0.11.5/debian/changelog         |   2 +-
 deb_dist/ascension-0.11.5/debian/copyright         |  21 --------------
 .../debian/python3-ascension/DEBIAN/control        |   2 +-
 .../debian/python3-ascension/DEBIAN/md5sums        |   5 ++--
 .../doc/python3-ascension/changelog.Debian.gz      | Bin 161 -> 162 bytes
 .../usr/share/doc/python3-ascension/copyright      |  21 --------------
 deb_dist/ascension-0.11.5/debian/rules             |   2 +-
 deb_dist/ascension_0.11.5-1.debian.tar.xz          | Bin 1892 -> 1672 bytes
 deb_dist/ascension_0.11.5-1.dsc                    |  12 ++++----
 deb_dist/ascension_0.11.5-1_amd64.buildinfo        |  16 +++++------
 deb_dist/ascension_0.11.5-1_amd64.changes          |  32 ++++++++++-----------
 deb_dist/ascension_0.11.5-1_source.buildinfo       |  10 +++----
 deb_dist/ascension_0.11.5-1_source.changes         |  26 ++++++++---------
 deb_dist/ascension_0.11.5.orig.tar.gz              | Bin 11056 -> 11061 bytes
 deb_dist/python3-ascension_0.11.5-1_all.deb        | Bin 12114 -> 11816 bytes
 18 files changed, 57 insertions(+), 100 deletions(-)

diff --git a/ascension-0.11.5.tar.gz b/ascension-0.11.5.tar.gz
index 532cbf7..ef7805d 100644
Binary files a/ascension-0.11.5.tar.gz and b/ascension-0.11.5.tar.gz differ
diff --git a/ascension/ascension.py b/ascension/ascension.py
index c49284c..681e3c7 100644
--- a/ascension/ascension.py
+++ b/ascension/ascension.py
@@ -397,14 +397,14 @@ class Ascender():
             nameserver = str(record.target)
             if nameserver[-1] == ".":
                 nameserver = nameserver[:-1]
-            if value[-1] == ".":
+            if str(value)[-1] == ".":
                 # FQDN provided
                 if value.endswith(".%s." % zonename):
                     # in bailiwick
                     value = self.resolve_glue(record.target)
                 else:
                      # out of bailiwick
-                    value = 'address@hidden' % (zonename, nameserver)
+                    value = 'address@hidden' % (str(label), zonename, 
nameserver)
             else:
                 # Name is relative to zone, must be in bailiwick
                 value = self.resolve_glue(record.target)
diff --git a/deb_dist/ascension-0.11.5/ascension/ascension.py 
b/deb_dist/ascension-0.11.5/ascension/ascension.py
index c49284c..681e3c7 100644
--- a/deb_dist/ascension-0.11.5/ascension/ascension.py
+++ b/deb_dist/ascension-0.11.5/ascension/ascension.py
@@ -397,14 +397,14 @@ class Ascender():
             nameserver = str(record.target)
             if nameserver[-1] == ".":
                 nameserver = nameserver[:-1]
-            if value[-1] == ".":
+            if str(value)[-1] == ".":
                 # FQDN provided
                 if value.endswith(".%s." % zonename):
                     # in bailiwick
                     value = self.resolve_glue(record.target)
                 else:
                      # out of bailiwick
-                    value = 'address@hidden' % (zonename, nameserver)
+                    value = 'address@hidden' % (str(label), zonename, 
nameserver)
             else:
                 # Name is relative to zone, must be in bailiwick
                 value = self.resolve_glue(record.target)
diff --git a/deb_dist/ascension-0.11.5/debian/changelog 
b/deb_dist/ascension-0.11.5/debian/changelog
index ad7d11f..bc34a4e 100644
--- a/deb_dist/ascension-0.11.5/debian/changelog
+++ b/deb_dist/ascension-0.11.5/debian/changelog
@@ -2,4 +2,4 @@ ascension (0.11.5-1) unstable; urgency=low
 
   * source package automatically created by stdeb 0.8.5
 
- -- rexxnor <address@hidden>  Mon, 03 Jun 2019 12:17:03 +0000
+ -- rexxnor <address@hidden>  Tue, 04 Jun 2019 16:33:58 +0000
diff --git a/deb_dist/ascension-0.11.5/debian/copyright 
b/deb_dist/ascension-0.11.5/debian/copyright
deleted file mode 100644
index e02fffd..0000000
--- a/deb_dist/ascension-0.11.5/debian/copyright
+++ /dev/null
@@ -1,21 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: python3-ascension
-Source: <https://git.gnunet.org/ascension.git/>
-
-Files: *
-Copyright: 2019 GNUnet e.V.
-License: AGPL-3.0
- Source: python3-ascension
- Section: contrib
- Priority: optional
- Maintainer: rexxnor <address@hidden>
- Build-Depends: debhelper (>= 9), python3-ascension, bind9
- Standards-Version: 3.9.8
- Homepage: https://git.gnunet.org/ascension.git/
-
- Package: ascension-bind
- Architecture: any
- Depends: ${shlibs:Depends}, ${misc:Depends}
- Description: Tool to migrate DNS Zones to the GNU Name System
- Tool to easily migrate existing DNS Zones into the GNU Name System using
- incremental zone transfers (AXFR/IXFR).
diff --git a/deb_dist/ascension-0.11.5/debian/python3-ascension/DEBIAN/control 
b/deb_dist/ascension-0.11.5/debian/python3-ascension/DEBIAN/control
index 69a1679..35dcbaf 100644
--- a/deb_dist/ascension-0.11.5/debian/python3-ascension/DEBIAN/control
+++ b/deb_dist/ascension-0.11.5/debian/python3-ascension/DEBIAN/control
@@ -3,7 +3,7 @@ Source: ascension
 Version: 0.11.5-1
 Architecture: all
 Maintainer: rexxnor <address@hidden>
-Installed-Size: 62
+Installed-Size: 61
 Depends: python3-coverage, python3-dnspython, python3-docopt, python3-mock, 
python3-pbr, python3-six, python3:any (>= 3.3.2-2~)
 Section: python
 Priority: optional
diff --git a/deb_dist/ascension-0.11.5/debian/python3-ascension/DEBIAN/md5sums 
b/deb_dist/ascension-0.11.5/debian/python3-ascension/DEBIAN/md5sums
index 0625ee7..d7167de 100644
--- a/deb_dist/ascension-0.11.5/debian/python3-ascension/DEBIAN/md5sums
+++ b/deb_dist/ascension-0.11.5/debian/python3-ascension/DEBIAN/md5sums
@@ -5,7 +5,6 @@ b9326cd655bd4569eaeb5f029ae298d4  
usr/lib/python3/dist-packages/ascension-0.11.5
 d41d8cd98f00b204e9800998ecf8427e  
usr/lib/python3/dist-packages/ascension-0.11.5.egg-info/requires.txt
 e616e4373e7b199db038fd8e938a3188  
usr/lib/python3/dist-packages/ascension-0.11.5.egg-info/top_level.txt
 d41d8cd98f00b204e9800998ecf8427e  
usr/lib/python3/dist-packages/ascension/__init__.py
-e64a2e369d0fa15c15625f1b383dba1a  
usr/lib/python3/dist-packages/ascension/ascension.py
+6333530ffe71784c28228d4e3d3d1654  
usr/lib/python3/dist-packages/ascension/ascension.py
 de060b4ca299c6460ff508aed915526b  usr/man/man1/ascension.1
-3fde32fec7c26bfb692fd5795fe5bae8  
usr/share/doc/python3-ascension/changelog.Debian.gz
-42cbfd228642e598041a4f8583b17259  usr/share/doc/python3-ascension/copyright
+02e64d8d9b8e4d59cc55977c476498c6  
usr/share/doc/python3-ascension/changelog.Debian.gz
diff --git 
a/deb_dist/ascension-0.11.5/debian/python3-ascension/usr/share/doc/python3-ascension/changelog.Debian.gz
 
b/deb_dist/ascension-0.11.5/debian/python3-ascension/usr/share/doc/python3-ascension/changelog.Debian.gz
index 87db07f..fcf2029 100644
Binary files 
a/deb_dist/ascension-0.11.5/debian/python3-ascension/usr/share/doc/python3-ascension/changelog.Debian.gz
 and 
b/deb_dist/ascension-0.11.5/debian/python3-ascension/usr/share/doc/python3-ascension/changelog.Debian.gz
 differ
diff --git 
a/deb_dist/ascension-0.11.5/debian/python3-ascension/usr/share/doc/python3-ascension/copyright
 
b/deb_dist/ascension-0.11.5/debian/python3-ascension/usr/share/doc/python3-ascension/copyright
deleted file mode 100644
index e02fffd..0000000
--- 
a/deb_dist/ascension-0.11.5/debian/python3-ascension/usr/share/doc/python3-ascension/copyright
+++ /dev/null
@@ -1,21 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: python3-ascension
-Source: <https://git.gnunet.org/ascension.git/>
-
-Files: *
-Copyright: 2019 GNUnet e.V.
-License: AGPL-3.0
- Source: python3-ascension
- Section: contrib
- Priority: optional
- Maintainer: rexxnor <address@hidden>
- Build-Depends: debhelper (>= 9), python3-ascension, bind9
- Standards-Version: 3.9.8
- Homepage: https://git.gnunet.org/ascension.git/
-
- Package: ascension-bind
- Architecture: any
- Depends: ${shlibs:Depends}, ${misc:Depends}
- Description: Tool to migrate DNS Zones to the GNU Name System
- Tool to easily migrate existing DNS Zones into the GNU Name System using
- incremental zone transfers (AXFR/IXFR).
diff --git a/deb_dist/ascension-0.11.5/debian/rules 
b/deb_dist/ascension-0.11.5/debian/rules
index 49ae69d..72eade8 100755
--- a/deb_dist/ascension-0.11.5/debian/rules
+++ b/deb_dist/ascension-0.11.5/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 # This file was automatically generated by stdeb 0.8.5 at
-# Mon, 03 Jun 2019 12:17:03 +0000
+# Tue, 04 Jun 2019 16:33:58 +0000
 
 %:
        dh $@ --with python3 --buildsystem=python_distutils
diff --git a/deb_dist/ascension_0.11.5-1.debian.tar.xz 
b/deb_dist/ascension_0.11.5-1.debian.tar.xz
index 750e05f..0d31aa3 100644
Binary files a/deb_dist/ascension_0.11.5-1.debian.tar.xz and 
b/deb_dist/ascension_0.11.5-1.debian.tar.xz differ
diff --git a/deb_dist/ascension_0.11.5-1.dsc b/deb_dist/ascension_0.11.5-1.dsc
index bcd6135..a080658 100644
--- a/deb_dist/ascension_0.11.5-1.dsc
+++ b/deb_dist/ascension_0.11.5-1.dsc
@@ -9,11 +9,11 @@ Build-Depends: python3-setuptools, python3-all, debhelper (>= 
7.4.3)
 Package-List:
  python3-ascension deb python optional arch=all
 Checksums-Sha1:
- c505f4a33efadcccaad83a4880217a76bb7fd0f1 11056 ascension_0.11.5.orig.tar.gz
- a28cc1cb517b7ec9717da89e97a4111b1c78aa85 1892 ascension_0.11.5-1.debian.tar.xz
+ 6645452d19d03f2296824f4870c292c068d105ee 11061 ascension_0.11.5.orig.tar.gz
+ 743623400f8a42e95e3c64744fa11b2f4ca3e858 1672 ascension_0.11.5-1.debian.tar.xz
 Checksums-Sha256:
- aff6025d7f35676701738602560c574e253bb248a18915c654b32325898af33e 11056 
ascension_0.11.5.orig.tar.gz
- a2299ad9433793774d27459963d1a32bdda8ea10ba37facdfbc47be15bb4d953 1892 
ascension_0.11.5-1.debian.tar.xz
+ 0297719d0f2a9184660b58475bd33189f6dcde10ef9be22ca2bc8cc4952782d2 11061 
ascension_0.11.5.orig.tar.gz
+ 702bdfa0583d91e605f815403faaccef018fdc92fa2c4830c9a3431d34566f9b 1672 
ascension_0.11.5-1.debian.tar.xz
 Files:
- 278f98a45d3dbf582561088563b952cc 11056 ascension_0.11.5.orig.tar.gz
- 1cf08613f9b2be80a571f025e4c67081 1892 ascension_0.11.5-1.debian.tar.xz
+ 174806fad05171d995d67daad4603cae 11061 ascension_0.11.5.orig.tar.gz
+ 201b4bd7cbcddc8ced71b460eef6a598 1672 ascension_0.11.5-1.debian.tar.xz
diff --git a/deb_dist/ascension_0.11.5-1_amd64.buildinfo 
b/deb_dist/ascension_0.11.5-1_amd64.buildinfo
index 4e14ba4..d53f1eb 100644
--- a/deb_dist/ascension_0.11.5-1_amd64.buildinfo
+++ b/deb_dist/ascension_0.11.5-1_amd64.buildinfo
@@ -4,17 +4,17 @@ Binary: python3-ascension
 Architecture: all source
 Version: 0.11.5-1
 Checksums-Md5:
- be1f8410a8604afce7d5350234d136cc 846 ascension_0.11.5-1.dsc
- 5bf09d7aa539743c9853f5f9c19db19d 12114 python3-ascension_0.11.5-1_all.deb
+ 74b89d12e9d3ecf3674cec4ae6845d29 846 ascension_0.11.5-1.dsc
+ 80e7563f063ff630bbcf157d38a01162 11816 python3-ascension_0.11.5-1_all.deb
 Checksums-Sha1:
- d92fd96995f4537621f08066725107e60e4651d5 846 ascension_0.11.5-1.dsc
- d187b4a7dd70ed77be4734ef34879d6ad8cfb0b6 12114 
python3-ascension_0.11.5-1_all.deb
+ bb41b6cf44af1c428790f371b286231dd9821c7f 846 ascension_0.11.5-1.dsc
+ 44cebafe774920d988013a9cdf5dbb2628202143 11816 
python3-ascension_0.11.5-1_all.deb
 Checksums-Sha256:
- aec93f91b3faae23b75161a1e19164e01ef06cba8de3c03d13d9e335e82c4ade 846 
ascension_0.11.5-1.dsc
- 78c65668a7bfe4b52fee9fd84baa68af2410fe3430c8ed457241036971dfcdd0 12114 
python3-ascension_0.11.5-1_all.deb
+ 6fced0b8e9966bd7104022b59366c69b0a5deb659527c5520c1b73406f24cf55 846 
ascension_0.11.5-1.dsc
+ 8ffd300c8d4bdaf0fa372a0e47c6068df1d4b059753f7dc331a11077b210f3a9 11816 
python3-ascension_0.11.5-1_all.deb
 Build-Origin: Debian
 Build-Architecture: amd64
-Build-Date: Mon, 03 Jun 2019 12:18:01 +0000
+Build-Date: Tue, 04 Jun 2019 16:34:42 +0000
 Installed-Build-Depends:
  autoconf (= 2.69-10),
  automake (= 1:1.15-6),
@@ -177,4 +177,4 @@ Installed-Build-Depends:
  zlib1g (= 1:1.2.8.dfsg-5)
 Environment:
  DEB_BUILD_OPTIONS="parallel=2"
- SOURCE_DATE_EPOCH="1559564223"
+ SOURCE_DATE_EPOCH="1559666038"
diff --git a/deb_dist/ascension_0.11.5-1_amd64.changes 
b/deb_dist/ascension_0.11.5-1_amd64.changes
index cc260aa..dc0417f 100644
--- a/deb_dist/ascension_0.11.5-1_amd64.changes
+++ b/deb_dist/ascension_0.11.5-1_amd64.changes
@@ -1,5 +1,5 @@
 Format: 1.8
-Date: Mon, 03 Jun 2019 12:17:03 +0000
+Date: Tue, 04 Jun 2019 16:33:58 +0000
 Source: ascension
 Binary: python3-ascension
 Architecture: source all
@@ -15,20 +15,20 @@ Changes:
  .
    * source package automatically created by stdeb 0.8.5
 Checksums-Sha1:
- d92fd96995f4537621f08066725107e60e4651d5 846 ascension_0.11.5-1.dsc
- c505f4a33efadcccaad83a4880217a76bb7fd0f1 11056 ascension_0.11.5.orig.tar.gz
- a28cc1cb517b7ec9717da89e97a4111b1c78aa85 1892 ascension_0.11.5-1.debian.tar.xz
- 02abf5f2fa288105697a6335697cfbbeba9cfbb0 5432 
ascension_0.11.5-1_amd64.buildinfo
- d187b4a7dd70ed77be4734ef34879d6ad8cfb0b6 12114 
python3-ascension_0.11.5-1_all.deb
+ bb41b6cf44af1c428790f371b286231dd9821c7f 846 ascension_0.11.5-1.dsc
+ 6645452d19d03f2296824f4870c292c068d105ee 11061 ascension_0.11.5.orig.tar.gz
+ 743623400f8a42e95e3c64744fa11b2f4ca3e858 1672 ascension_0.11.5-1.debian.tar.xz
+ e0e3b097aa851a7d9bf359fcc75aed46d21c7396 5432 
ascension_0.11.5-1_amd64.buildinfo
+ 44cebafe774920d988013a9cdf5dbb2628202143 11816 
python3-ascension_0.11.5-1_all.deb
 Checksums-Sha256:
- aec93f91b3faae23b75161a1e19164e01ef06cba8de3c03d13d9e335e82c4ade 846 
ascension_0.11.5-1.dsc
- aff6025d7f35676701738602560c574e253bb248a18915c654b32325898af33e 11056 
ascension_0.11.5.orig.tar.gz
- a2299ad9433793774d27459963d1a32bdda8ea10ba37facdfbc47be15bb4d953 1892 
ascension_0.11.5-1.debian.tar.xz
- f24035835a2005c1603f83d8d32200dbf21d583974b5d914a754cd387153a6df 5432 
ascension_0.11.5-1_amd64.buildinfo
- 78c65668a7bfe4b52fee9fd84baa68af2410fe3430c8ed457241036971dfcdd0 12114 
python3-ascension_0.11.5-1_all.deb
+ 6fced0b8e9966bd7104022b59366c69b0a5deb659527c5520c1b73406f24cf55 846 
ascension_0.11.5-1.dsc
+ 0297719d0f2a9184660b58475bd33189f6dcde10ef9be22ca2bc8cc4952782d2 11061 
ascension_0.11.5.orig.tar.gz
+ 702bdfa0583d91e605f815403faaccef018fdc92fa2c4830c9a3431d34566f9b 1672 
ascension_0.11.5-1.debian.tar.xz
+ 9ff93f662b7b468ec620e494f6d56de2816ecbc91d42262262c49669a97c6054 5432 
ascension_0.11.5-1_amd64.buildinfo
+ 8ffd300c8d4bdaf0fa372a0e47c6068df1d4b059753f7dc331a11077b210f3a9 11816 
python3-ascension_0.11.5-1_all.deb
 Files:
- be1f8410a8604afce7d5350234d136cc 846 python optional ascension_0.11.5-1.dsc
- 278f98a45d3dbf582561088563b952cc 11056 python optional 
ascension_0.11.5.orig.tar.gz
- 1cf08613f9b2be80a571f025e4c67081 1892 python optional 
ascension_0.11.5-1.debian.tar.xz
- 6d10a8c26b788530aa9e8db50da1b8b3 5432 python optional 
ascension_0.11.5-1_amd64.buildinfo
- 5bf09d7aa539743c9853f5f9c19db19d 12114 python optional 
python3-ascension_0.11.5-1_all.deb
+ 74b89d12e9d3ecf3674cec4ae6845d29 846 python optional ascension_0.11.5-1.dsc
+ 174806fad05171d995d67daad4603cae 11061 python optional 
ascension_0.11.5.orig.tar.gz
+ 201b4bd7cbcddc8ced71b460eef6a598 1672 python optional 
ascension_0.11.5-1.debian.tar.xz
+ 56f5b55ad472cd382defde80b625355b 5432 python optional 
ascension_0.11.5-1_amd64.buildinfo
+ 80e7563f063ff630bbcf157d38a01162 11816 python optional 
python3-ascension_0.11.5-1_all.deb
diff --git a/deb_dist/ascension_0.11.5-1_source.buildinfo 
b/deb_dist/ascension_0.11.5-1_source.buildinfo
index 1d4de5d..9a44ad6 100644
--- a/deb_dist/ascension_0.11.5-1_source.buildinfo
+++ b/deb_dist/ascension_0.11.5-1_source.buildinfo
@@ -4,14 +4,14 @@ Binary: python3-ascension
 Architecture: source
 Version: 0.11.5-1
 Checksums-Md5:
- 259da59f6104228e5d80e6db9147ba09 846 ascension_0.11.5-1.dsc
+ 1de9662925c0c544c5c44b012c6a0d83 846 ascension_0.11.5-1.dsc
 Checksums-Sha1:
- f395caca3ac3d488ae9f06224cad3d469898d2e8 846 ascension_0.11.5-1.dsc
+ 06fa87c859ab1fb328eb775e40277d95e57a5fcc 846 ascension_0.11.5-1.dsc
 Checksums-Sha256:
- 6ac55686d2349de045df07a38cebae73bb42c585a3c0698838b2b02eb37b4607 846 
ascension_0.11.5-1.dsc
+ 8a0037172f62e88e49e6f431bb868ce24198fb873a12aec5001251cbb92cc771 846 
ascension_0.11.5-1.dsc
 Build-Origin: Debian
 Build-Architecture: amd64
-Build-Date: Mon, 03 Jun 2019 12:17:06 +0000
+Build-Date: Tue, 04 Jun 2019 16:34:00 +0000
 Installed-Build-Depends:
  autoconf (= 2.69-10),
  automake (= 1:1.15-6),
@@ -174,4 +174,4 @@ Installed-Build-Depends:
  zlib1g (= 1:1.2.8.dfsg-5)
 Environment:
  DEB_BUILD_OPTIONS="parallel=2"
- SOURCE_DATE_EPOCH="1559564223"
+ SOURCE_DATE_EPOCH="1559666038"
diff --git a/deb_dist/ascension_0.11.5-1_source.changes 
b/deb_dist/ascension_0.11.5-1_source.changes
index afe1a2e..3693046 100644
--- a/deb_dist/ascension_0.11.5-1_source.changes
+++ b/deb_dist/ascension_0.11.5-1_source.changes
@@ -1,5 +1,5 @@
 Format: 1.8
-Date: Mon, 03 Jun 2019 12:17:03 +0000
+Date: Tue, 04 Jun 2019 16:33:58 +0000
 Source: ascension
 Binary: python3-ascension
 Architecture: source
@@ -15,17 +15,17 @@ Changes:
  .
    * source package automatically created by stdeb 0.8.5
 Checksums-Sha1:
- f395caca3ac3d488ae9f06224cad3d469898d2e8 846 ascension_0.11.5-1.dsc
- c505f4a33efadcccaad83a4880217a76bb7fd0f1 11056 ascension_0.11.5.orig.tar.gz
- a1705a3e261a5774d12dfcf435c87c63c817653f 1140 ascension_0.11.5-1.debian.tar.xz
- 56f34bb9aa0fc338077562a5054569679405f0e8 5163 
ascension_0.11.5-1_source.buildinfo
+ 06fa87c859ab1fb328eb775e40277d95e57a5fcc 846 ascension_0.11.5-1.dsc
+ 6645452d19d03f2296824f4870c292c068d105ee 11061 ascension_0.11.5.orig.tar.gz
+ 661b1f49830c3dace00e5706508bf335107dde95 1140 ascension_0.11.5-1.debian.tar.xz
+ 2e4bcb33deda39f7a64bed1f7005b436311b2730 5163 
ascension_0.11.5-1_source.buildinfo
 Checksums-Sha256:
- 6ac55686d2349de045df07a38cebae73bb42c585a3c0698838b2b02eb37b4607 846 
ascension_0.11.5-1.dsc
- aff6025d7f35676701738602560c574e253bb248a18915c654b32325898af33e 11056 
ascension_0.11.5.orig.tar.gz
- d04da0e4c75755175a9da95ef7f830d3cfc1ab192e2f7331fa6789ba7f0e8b3d 1140 
ascension_0.11.5-1.debian.tar.xz
- 9738930d9a96a23aaa5ab556fe54c84036fb83b2c643c3b44ae19171809d4066 5163 
ascension_0.11.5-1_source.buildinfo
+ 8a0037172f62e88e49e6f431bb868ce24198fb873a12aec5001251cbb92cc771 846 
ascension_0.11.5-1.dsc
+ 0297719d0f2a9184660b58475bd33189f6dcde10ef9be22ca2bc8cc4952782d2 11061 
ascension_0.11.5.orig.tar.gz
+ 81c3ee2f97876c0ea9ab515a829ca58f615dfe9787f50755be0a86c40b4d630b 1140 
ascension_0.11.5-1.debian.tar.xz
+ 327b9dd313623d27ca89d522d90f8cffccae3892143fcb1f1e89161d1268a66e 5163 
ascension_0.11.5-1_source.buildinfo
 Files:
- 259da59f6104228e5d80e6db9147ba09 846 python optional ascension_0.11.5-1.dsc
- 278f98a45d3dbf582561088563b952cc 11056 python optional 
ascension_0.11.5.orig.tar.gz
- 781564f75d276d0e39d58739ea2c41b5 1140 python optional 
ascension_0.11.5-1.debian.tar.xz
- 35e961fbdf95b5afd3a4b95fe883d8d9 5163 python optional 
ascension_0.11.5-1_source.buildinfo
+ 1de9662925c0c544c5c44b012c6a0d83 846 python optional ascension_0.11.5-1.dsc
+ 174806fad05171d995d67daad4603cae 11061 python optional 
ascension_0.11.5.orig.tar.gz
+ bc1fd0f1171ac36d1601f713389c47f1 1140 python optional 
ascension_0.11.5-1.debian.tar.xz
+ c09fecbe56f03957161769c7e3118f12 5163 python optional 
ascension_0.11.5-1_source.buildinfo
diff --git a/deb_dist/ascension_0.11.5.orig.tar.gz 
b/deb_dist/ascension_0.11.5.orig.tar.gz
index 532cbf7..ef7805d 100644
Binary files a/deb_dist/ascension_0.11.5.orig.tar.gz and 
b/deb_dist/ascension_0.11.5.orig.tar.gz differ
diff --git a/deb_dist/python3-ascension_0.11.5-1_all.deb 
b/deb_dist/python3-ascension_0.11.5-1_all.deb
index 53354a6..e311502 100644
Binary files a/deb_dist/python3-ascension_0.11.5-1_all.deb and 
b/deb_dist/python3-ascension_0.11.5-1_all.deb differ

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]