aboutsummaryrefslogtreecommitdiff
path: root/deb_dist
diff options
context:
space:
mode:
authorrexxnor <rexxnor+gnunet@brief.li>2019-05-17 20:22:34 +0200
committerrexxnor <rexxnor+gnunet@brief.li>2019-05-17 20:22:34 +0200
commit9413c13b43e7b2e67b651995b33180cf033dc562 (patch)
tree65cd41caa28fd1ad2d0db42fcc5c0668263ceb36 /deb_dist
parent220c7c9fb7e0b709f057f5362c6bb0cefa610fa2 (diff)
downloadascension-9413c13b43e7b2e67b651995b33180cf033dc562.tar.gz
ascension-9413c13b43e7b2e67b651995b33180cf033dc562.zip
fixed ascension-bind configure script, added python3-ascension files
Diffstat (limited to 'deb_dist')
-rw-r--r--deb_dist/ascension-0.6.1/debian/python3-ascension.postinst44
-rw-r--r--deb_dist/ascension-0.6.1/debian/python3-ascension.prerm22
-rw-r--r--deb_dist/ascension_0.5.0-1.debian.tar.xzbin0 -> 1792 bytes
-rw-r--r--deb_dist/ascension_0.5.0-1.dsc20
-rw-r--r--deb_dist/ascension_0.5.0-1_amd64.buildinfo178
-rw-r--r--deb_dist/ascension_0.5.0-1_amd64.changes34
-rw-r--r--deb_dist/ascension_0.5.0-1_source.buildinfo175
-rw-r--r--deb_dist/ascension_0.5.0-1_source.changes31
-rw-r--r--deb_dist/ascension_0.5.0.orig.tar.gzbin0 -> 9836 bytes
-rw-r--r--deb_dist/ascension_0.6.1-1.debian.tar.xzbin0 -> 1680 bytes
-rw-r--r--deb_dist/ascension_0.6.1-1.dsc19
-rw-r--r--deb_dist/ascension_0.6.1-1_amd64.buildinfo180
-rw-r--r--deb_dist/ascension_0.6.1-1_amd64.changes34
-rw-r--r--deb_dist/ascension_0.6.1-1_source.buildinfo177
-rw-r--r--deb_dist/ascension_0.6.1-1_source.changes31
-rw-r--r--deb_dist/ascension_0.6.1.orig.tar.gzbin0 -> 10607 bytes
16 files changed, 945 insertions, 0 deletions
diff --git a/deb_dist/ascension-0.6.1/debian/python3-ascension.postinst b/deb_dist/ascension-0.6.1/debian/python3-ascension.postinst
new file mode 100644
index 0000000..539925a
--- /dev/null
+++ b/deb_dist/ascension-0.6.1/debian/python3-ascension.postinst
@@ -0,0 +1,44 @@
1#!/bin/sh
2# postinst script for ascension-bind
3#
4# see: dh_installdeb(1)
5# load debconf library
6set -e
7
8if ! id ascension; then
9 adduser --system ascension
10fi
11# ok if this fails as gnunet is not yet a dependency
12if ! id gnunet; then
13 addgroup --system gnunet
14 adduser ascension gnunet
15fi
16
17mkdir -p /etc/ascension.d/
18
19# add systemd unit file
20 cat > "/etc/ascension.d/gnunet-ascension.service" << EOF
21[Unit]
22Description=Starting GNUnet peer for ascension
23After=network.target
24
25[Service]
26Type=oneshot
27RemainAfterExit=yes
28User=ascension
29ExecStart=/usr/bin/gnunet-arm -s
30ExecStop=/usr/bin/gnunet-arm -e
31ExecReload=/usr/bin/gnunet-arm -r
32
33[Install]
34WantedBy=multi-user.target
35EOF
36
37# link the systemd unit file
38ln -sf "/etc/ascension.d/gnunet-ascension.service" "/lib/systemd/system/gnunet-ascension.service"
39
40# start and enable service
41deb-systemd-invoke start gnunet-ascension
42deb-systemd-invoke enable gnunet-ascension
43
44#DEBHELPER#
diff --git a/deb_dist/ascension-0.6.1/debian/python3-ascension.prerm b/deb_dist/ascension-0.6.1/debian/python3-ascension.prerm
new file mode 100644
index 0000000..c35f93a
--- /dev/null
+++ b/deb_dist/ascension-0.6.1/debian/python3-ascension.prerm
@@ -0,0 +1,22 @@
1#!/bin/sh
2# prerm script for ascension-bind
3#
4# see: dh_installdeb(1)
5# load debconf library
6set -e
7
8mkdir -p /etc/ascension.d/
9
10# remove systemd stuff
11deb-systemd-invoke disable gnunet-ascension
12deb-systemd-invoke stop gnunet-ascension
13
14# remove the systemd files
15unlink /lib/systemd/system/gnunet-ascension.service
16rm /etc/ascension.d/gnunet-ascension.service
17
18# link the systemd unit file
19deb-systemd-invoke daemon-reload
20
21exit 0
22#DEBHELPER#
diff --git a/deb_dist/ascension_0.5.0-1.debian.tar.xz b/deb_dist/ascension_0.5.0-1.debian.tar.xz
new file mode 100644
index 0000000..9e7c128
--- /dev/null
+++ b/deb_dist/ascension_0.5.0-1.debian.tar.xz
Binary files differ
diff --git a/deb_dist/ascension_0.5.0-1.dsc b/deb_dist/ascension_0.5.0-1.dsc
new file mode 100644
index 0000000..b31ace5
--- /dev/null
+++ b/deb_dist/ascension_0.5.0-1.dsc
@@ -0,0 +1,20 @@
1Format: 3.0 (quilt)
2Source: ascension
3Binary: python3-ascension
4Architecture: all
5Version: 0.5.0-1
6Maintainer: rexxnor <rexxnor+gnunet@brief.li>
7Homepage: https://gnunet.org/git/ascension.git/
8Standards-Version: 3.9.6
9Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9)
10Package-List:
11 python3-ascension deb python optional arch=all
12Checksums-Sha1:
13 d3e63b150d5f4edd8c893072874aab93cb4b36ac 9836 ascension_0.5.0.orig.tar.gz
14 68622af6c1d2ed314ff13a977ec8b71afe3f24de 1792 ascension_0.5.0-1.debian.tar.xz
15Checksums-Sha256:
16 3959924e9ac60366fa682724c358eb96dbbff02071ef8db5ba0f2e9999e3baf2 9836 ascension_0.5.0.orig.tar.gz
17 1352fb94269a102747e6bbd583ea1bb96795eecf9fac90855aba571dab2aeef4 1792 ascension_0.5.0-1.debian.tar.xz
18Files:
19 ad84dbb8c5b8236650fd9d71b759040d 9836 ascension_0.5.0.orig.tar.gz
20 417a57f8ca7fedc227176f97c4ce3aa7 1792 ascension_0.5.0-1.debian.tar.xz
diff --git a/deb_dist/ascension_0.5.0-1_amd64.buildinfo b/deb_dist/ascension_0.5.0-1_amd64.buildinfo
new file mode 100644
index 0000000..160dda8
--- /dev/null
+++ b/deb_dist/ascension_0.5.0-1_amd64.buildinfo
@@ -0,0 +1,178 @@
1Format: 1.0
2Source: ascension
3Binary: python3-ascension
4Architecture: all source
5Version: 0.5.0-1
6Checksums-Md5:
7 a8f97e653d40766d1b22246c4ec7e073 891 ascension_0.5.0-1.dsc
8 f44a7e514a50dbb02f906e694742ad61 11380 python3-ascension_0.5.0-1_all.deb
9Checksums-Sha1:
10 a6926bc20fb5ca5730b82289b647cccf5431ee10 891 ascension_0.5.0-1.dsc
11 492fae12699a67c85eb88da1453c742b736d46e1 11380 python3-ascension_0.5.0-1_all.deb
12Checksums-Sha256:
13 9be4f56fde58d55b59bfb2ad2457c60d3de5f40e825e16aa352b6d557be995e8 891 ascension_0.5.0-1.dsc
14 a46d843ac18f551d20985c43e6cc764e73ec5a2a136927d63e1cab9ba01005c3 11380 python3-ascension_0.5.0-1_all.deb
15Build-Origin: Debian
16Build-Architecture: amd64
17Build-Date: Tue, 30 Apr 2019 19:01:11 +0000
18Installed-Build-Depends:
19 autoconf (= 2.69-10),
20 automake (= 1:1.15-6),
21 autopoint (= 0.19.8.1-2),
22 autotools-dev (= 20161112.1),
23 base-files (= 9.9+deb9u7),
24 base-passwd (= 3.5.43),
25 bash (= 4.4-5),
26 binutils (= 2.28-5),
27 bsdmainutils (= 9.0.12+nmu1),
28 bsdutils (= 1:2.29.2-1+deb9u1),
29 build-essential (= 12.3),
30 bzip2 (= 1.0.6-8.1),
31 coreutils (= 8.26-3),
32 cpp (= 4:6.3.0-4),
33 cpp-6 (= 6.3.0-18+deb9u1),
34 dash (= 0.5.8-2.4),
35 debconf (= 1.5.61),
36 debhelper (= 10.2.5),
37 debianutils (= 4.8.1.1),
38 dh-autoreconf (= 14),
39 dh-python (= 2.20170125),
40 dh-strip-nondeterminism (= 0.034-1),
41 diffutils (= 1:3.5-3),
42 dpkg (= 1.18.25),
43 dpkg-dev (= 1.18.25),
44 e2fslibs (= 1.43.4-2),
45 e2fsprogs (= 1.43.4-2),
46 file (= 1:5.30-1+deb9u2),
47 findutils (= 4.6.0+git+20161106-2),
48 g++ (= 4:6.3.0-4),
49 g++-6 (= 6.3.0-18+deb9u1),
50 gcc (= 4:6.3.0-4),
51 gcc-6 (= 6.3.0-18+deb9u1),
52 gcc-6-base (= 6.3.0-18+deb9u1),
53 gettext (= 0.19.8.1-2),
54 gettext-base (= 0.19.8.1-2),
55 grep (= 2.27-2),
56 groff-base (= 1.22.3-9),
57 gzip (= 1.6-5+b1),
58 hostname (= 3.18+b1),
59 init-system-helpers (= 1.48),
60 intltool-debian (= 0.35.0+20060710.4),
61 libacl1 (= 2.2.52-3+b1),
62 libarchive-zip-perl (= 1.59-1+deb9u1),
63 libasan3 (= 6.3.0-18+deb9u1),
64 libatomic1 (= 6.3.0-18+deb9u1),
65 libattr1 (= 1:2.4.47-2+b2),
66 libaudit-common (= 1:2.6.7-2),
67 libaudit1 (= 1:2.6.7-2),
68 libblkid1 (= 2.29.2-1+deb9u1),
69 libbsd0 (= 0.8.3-1),
70 libbz2-1.0 (= 1.0.6-8.1),
71 libc-bin (= 2.24-11+deb9u3),
72 libc-dev-bin (= 2.24-11+deb9u4),
73 libc6 (= 2.24-11+deb9u4),
74 libc6-dev (= 2.24-11+deb9u4),
75 libcap-ng0 (= 0.7.7-3+b1),
76 libcc1-0 (= 6.3.0-18+deb9u1),
77 libcilkrts5 (= 6.3.0-18+deb9u1),
78 libcomerr2 (= 1.43.4-2),
79 libcroco3 (= 0.6.11-3),
80 libdb5.3 (= 5.3.28-12+deb9u1),
81 libdebconfclient0 (= 0.227),
82 libdpkg-perl (= 1.18.25),
83 libexpat1 (= 2.2.0-2+deb9u1),
84 libfdisk1 (= 2.29.2-1+deb9u1),
85 libffi6 (= 3.2.1-6),
86 libfile-stripnondeterminism-perl (= 0.034-1),
87 libgcc-6-dev (= 6.3.0-18+deb9u1),
88 libgcc1 (= 1:6.3.0-18+deb9u1),
89 libgcrypt20 (= 1.7.6-2+deb9u3),
90 libgdbm3 (= 1.8.3-14),
91 libglib2.0-0 (= 2.50.3-2),
92 libgmp10 (= 2:6.1.2+dfsg-1),
93 libgomp1 (= 6.3.0-18+deb9u1),
94 libgpg-error0 (= 1.26-2),
95 libicu57 (= 57.1-6+deb9u2),
96 libisl15 (= 0.18-1),
97 libitm1 (= 6.3.0-18+deb9u1),
98 liblsan0 (= 6.3.0-18+deb9u1),
99 liblz4-1 (= 0.0~r131-2+b1),
100 liblzma5 (= 5.2.2-1.2+b1),
101 libmagic-mgc (= 1:5.30-1+deb9u2),
102 libmagic1 (= 1:5.30-1+deb9u2),
103 libmount1 (= 2.29.2-1+deb9u1),
104 libmpc3 (= 1.0.3-1+b2),
105 libmpdec2 (= 2.4.2-1),
106 libmpfr4 (= 3.1.5-1),
107 libmpx2 (= 6.3.0-18+deb9u1),
108 libncurses5 (= 6.0+20161126-1+deb9u2),
109 libncursesw5 (= 6.0+20161126-1+deb9u2),
110 libpam-modules (= 1.1.8-3.6),
111 libpam-modules-bin (= 1.1.8-3.6),
112 libpam-runtime (= 1.1.8-3.6),
113 libpam0g (= 1.1.8-3.6),
114 libpcre3 (= 2:8.39-3),
115 libperl5.24 (= 5.24.1-3+deb9u5),
116 libpipeline1 (= 1.4.1-2),
117 libpython3-stdlib (= 3.5.3-1),
118 libpython3.5-minimal (= 3.5.3-1+deb9u1),
119 libpython3.5-stdlib (= 3.5.3-1+deb9u1),
120 libquadmath0 (= 6.3.0-18+deb9u1),
121 libreadline7 (= 7.0-3),
122 libselinux1 (= 2.6-3+b3),
123 libsemanage-common (= 2.6-2),
124 libsemanage1 (= 2.6-2),
125 libsepol1 (= 2.6-2),
126 libsigsegv2 (= 2.10-5),
127 libsmartcols1 (= 2.29.2-1+deb9u1),
128 libsqlite3-0 (= 3.16.2-5+deb9u1),
129 libss2 (= 1.43.4-2),
130 libssl1.1 (= 1.1.0j-1~deb9u1),
131 libstdc++-6-dev (= 6.3.0-18+deb9u1),
132 libstdc++6 (= 6.3.0-18+deb9u1),
133 libsystemd0 (= 232-25+deb9u8),
134 libtimedate-perl (= 2.3000-2),
135 libtinfo5 (= 6.0+20161126-1+deb9u2),
136 libtool (= 2.4.6-2),
137 libtsan0 (= 6.3.0-18+deb9u1),
138 libubsan0 (= 6.3.0-18+deb9u1),
139 libudev1 (= 232-25+deb9u8),
140 libunistring0 (= 0.9.6+really0.9.3-0.1),
141 libustr-1.0-1 (= 1.0.4-6),
142 libuuid1 (= 2.29.2-1+deb9u1),
143 libxml2 (= 2.9.4+dfsg1-2.2+deb9u2),
144 linux-libc-dev (= 4.9.168-1),
145 login (= 1:4.4-4.1),
146 m4 (= 1.4.18-1),
147 make (= 4.1-9.1),
148 man-db (= 2.7.6.1-2),
149 mawk (= 1.3.3-17+b3),
150 mime-support (= 3.60),
151 mount (= 2.29.2-1+deb9u1),
152 multiarch-support (= 2.24-11+deb9u3),
153 ncurses-base (= 6.0+20161126-1+deb9u2),
154 ncurses-bin (= 6.0+20161126-1+deb9u2),
155 passwd (= 1:4.4-4.1),
156 patch (= 2.7.5-1+deb9u1),
157 perl (= 5.24.1-3+deb9u5),
158 perl-base (= 5.24.1-3+deb9u5),
159 perl-modules-5.24 (= 5.24.1-3+deb9u5),
160 po-debconf (= 1.0.20),
161 python3 (= 3.5.3-1),
162 python3-all (= 3.5.3-1),
163 python3-minimal (= 3.5.3-1),
164 python3-pkg-resources (= 33.1.1-1),
165 python3-setuptools (= 33.1.1-1),
166 python3.5 (= 3.5.3-1+deb9u1),
167 python3.5-minimal (= 3.5.3-1+deb9u1),
168 readline-common (= 7.0-3),
169 sed (= 4.4-1),
170 sensible-utils (= 0.0.9+deb9u1),
171 sysvinit-utils (= 2.88dsf-59.9),
172 tar (= 1.29b-1.1),
173 util-linux (= 2.29.2-1+deb9u1),
174 xz-utils (= 5.2.2-1.2+b1),
175 zlib1g (= 1:1.2.8.dfsg-5)
176Environment:
177 DEB_BUILD_OPTIONS="parallel=2"
178 SOURCE_DATE_EPOCH="1556650863"
diff --git a/deb_dist/ascension_0.5.0-1_amd64.changes b/deb_dist/ascension_0.5.0-1_amd64.changes
new file mode 100644
index 0000000..cc39e8e
--- /dev/null
+++ b/deb_dist/ascension_0.5.0-1_amd64.changes
@@ -0,0 +1,34 @@
1Format: 1.8
2Date: Tue, 30 Apr 2019 19:01:03 +0000
3Source: ascension
4Binary: python3-ascension
5Architecture: source all
6Version: 0.5.0-1
7Distribution: unstable
8Urgency: low
9Maintainer: rexxnor <rexxnor+gnunet@brief.li>
10Changed-By: rexxnor <rexxnor+gnunet@brief.li>
11Description:
12 python3-ascension - Tool to migrate DNS Zones to the GNU Name System
13Changes:
14 ascension (0.5.0-1) unstable; urgency=low
15 .
16 * source package automatically created by stdeb 0.8.5
17Checksums-Sha1:
18 a6926bc20fb5ca5730b82289b647cccf5431ee10 891 ascension_0.5.0-1.dsc
19 d3e63b150d5f4edd8c893072874aab93cb4b36ac 9836 ascension_0.5.0.orig.tar.gz
20 68622af6c1d2ed314ff13a977ec8b71afe3f24de 1792 ascension_0.5.0-1.debian.tar.xz
21 01997d59e20d262b41e72b96ecd975fba19adea6 5361 ascension_0.5.0-1_amd64.buildinfo
22 492fae12699a67c85eb88da1453c742b736d46e1 11380 python3-ascension_0.5.0-1_all.deb
23Checksums-Sha256:
24 9be4f56fde58d55b59bfb2ad2457c60d3de5f40e825e16aa352b6d557be995e8 891 ascension_0.5.0-1.dsc
25 3959924e9ac60366fa682724c358eb96dbbff02071ef8db5ba0f2e9999e3baf2 9836 ascension_0.5.0.orig.tar.gz
26 1352fb94269a102747e6bbd583ea1bb96795eecf9fac90855aba571dab2aeef4 1792 ascension_0.5.0-1.debian.tar.xz
27 53813623af8d3aca6e106861f7c45f1287acecf3c0769603365e4fe6c81434aa 5361 ascension_0.5.0-1_amd64.buildinfo
28 a46d843ac18f551d20985c43e6cc764e73ec5a2a136927d63e1cab9ba01005c3 11380 python3-ascension_0.5.0-1_all.deb
29Files:
30 a8f97e653d40766d1b22246c4ec7e073 891 python optional ascension_0.5.0-1.dsc
31 ad84dbb8c5b8236650fd9d71b759040d 9836 python optional ascension_0.5.0.orig.tar.gz
32 417a57f8ca7fedc227176f97c4ce3aa7 1792 python optional ascension_0.5.0-1.debian.tar.xz
33 ac4e430e6495294e1eb002a87a7dd46f 5361 python optional ascension_0.5.0-1_amd64.buildinfo
34 f44a7e514a50dbb02f906e694742ad61 11380 python optional python3-ascension_0.5.0-1_all.deb
diff --git a/deb_dist/ascension_0.5.0-1_source.buildinfo b/deb_dist/ascension_0.5.0-1_source.buildinfo
new file mode 100644
index 0000000..b527a1b
--- /dev/null
+++ b/deb_dist/ascension_0.5.0-1_source.buildinfo
@@ -0,0 +1,175 @@
1Format: 1.0
2Source: ascension
3Binary: python3-ascension
4Architecture: source
5Version: 0.5.0-1
6Checksums-Md5:
7 20ca94d169bcfc0a2ca552b7b9b94420 891 ascension_0.5.0-1.dsc
8Checksums-Sha1:
9 898a5ff25d6a8f3f0585cc8fdefaba4c93ea15b2 891 ascension_0.5.0-1.dsc
10Checksums-Sha256:
11 df34c5cc1e5c57a17b269821181ddcd9ed04a9352e0da2aac46540ebd63bc610 891 ascension_0.5.0-1.dsc
12Build-Origin: Debian
13Build-Architecture: amd64
14Build-Date: Tue, 30 Apr 2019 19:01:05 +0000
15Installed-Build-Depends:
16 autoconf (= 2.69-10),
17 automake (= 1:1.15-6),
18 autopoint (= 0.19.8.1-2),
19 autotools-dev (= 20161112.1),
20 base-files (= 9.9+deb9u7),
21 base-passwd (= 3.5.43),
22 bash (= 4.4-5),
23 binutils (= 2.28-5),
24 bsdmainutils (= 9.0.12+nmu1),
25 bsdutils (= 1:2.29.2-1+deb9u1),
26 build-essential (= 12.3),
27 bzip2 (= 1.0.6-8.1),
28 coreutils (= 8.26-3),
29 cpp (= 4:6.3.0-4),
30 cpp-6 (= 6.3.0-18+deb9u1),
31 dash (= 0.5.8-2.4),
32 debconf (= 1.5.61),
33 debhelper (= 10.2.5),
34 debianutils (= 4.8.1.1),
35 dh-autoreconf (= 14),
36 dh-python (= 2.20170125),
37 dh-strip-nondeterminism (= 0.034-1),
38 diffutils (= 1:3.5-3),
39 dpkg (= 1.18.25),
40 dpkg-dev (= 1.18.25),
41 e2fslibs (= 1.43.4-2),
42 e2fsprogs (= 1.43.4-2),
43 file (= 1:5.30-1+deb9u2),
44 findutils (= 4.6.0+git+20161106-2),
45 g++ (= 4:6.3.0-4),
46 g++-6 (= 6.3.0-18+deb9u1),
47 gcc (= 4:6.3.0-4),
48 gcc-6 (= 6.3.0-18+deb9u1),
49 gcc-6-base (= 6.3.0-18+deb9u1),
50 gettext (= 0.19.8.1-2),
51 gettext-base (= 0.19.8.1-2),
52 grep (= 2.27-2),
53 groff-base (= 1.22.3-9),
54 gzip (= 1.6-5+b1),
55 hostname (= 3.18+b1),
56 init-system-helpers (= 1.48),
57 intltool-debian (= 0.35.0+20060710.4),
58 libacl1 (= 2.2.52-3+b1),
59 libarchive-zip-perl (= 1.59-1+deb9u1),
60 libasan3 (= 6.3.0-18+deb9u1),
61 libatomic1 (= 6.3.0-18+deb9u1),
62 libattr1 (= 1:2.4.47-2+b2),
63 libaudit-common (= 1:2.6.7-2),
64 libaudit1 (= 1:2.6.7-2),
65 libblkid1 (= 2.29.2-1+deb9u1),
66 libbsd0 (= 0.8.3-1),
67 libbz2-1.0 (= 1.0.6-8.1),
68 libc-bin (= 2.24-11+deb9u3),
69 libc-dev-bin (= 2.24-11+deb9u4),
70 libc6 (= 2.24-11+deb9u4),
71 libc6-dev (= 2.24-11+deb9u4),
72 libcap-ng0 (= 0.7.7-3+b1),
73 libcc1-0 (= 6.3.0-18+deb9u1),
74 libcilkrts5 (= 6.3.0-18+deb9u1),
75 libcomerr2 (= 1.43.4-2),
76 libcroco3 (= 0.6.11-3),
77 libdb5.3 (= 5.3.28-12+deb9u1),
78 libdebconfclient0 (= 0.227),
79 libdpkg-perl (= 1.18.25),
80 libexpat1 (= 2.2.0-2+deb9u1),
81 libfdisk1 (= 2.29.2-1+deb9u1),
82 libffi6 (= 3.2.1-6),
83 libfile-stripnondeterminism-perl (= 0.034-1),
84 libgcc-6-dev (= 6.3.0-18+deb9u1),
85 libgcc1 (= 1:6.3.0-18+deb9u1),
86 libgcrypt20 (= 1.7.6-2+deb9u3),
87 libgdbm3 (= 1.8.3-14),
88 libglib2.0-0 (= 2.50.3-2),
89 libgmp10 (= 2:6.1.2+dfsg-1),
90 libgomp1 (= 6.3.0-18+deb9u1),
91 libgpg-error0 (= 1.26-2),
92 libicu57 (= 57.1-6+deb9u2),
93 libisl15 (= 0.18-1),
94 libitm1 (= 6.3.0-18+deb9u1),
95 liblsan0 (= 6.3.0-18+deb9u1),
96 liblz4-1 (= 0.0~r131-2+b1),
97 liblzma5 (= 5.2.2-1.2+b1),
98 libmagic-mgc (= 1:5.30-1+deb9u2),
99 libmagic1 (= 1:5.30-1+deb9u2),
100 libmount1 (= 2.29.2-1+deb9u1),
101 libmpc3 (= 1.0.3-1+b2),
102 libmpdec2 (= 2.4.2-1),
103 libmpfr4 (= 3.1.5-1),
104 libmpx2 (= 6.3.0-18+deb9u1),
105 libncurses5 (= 6.0+20161126-1+deb9u2),
106 libncursesw5 (= 6.0+20161126-1+deb9u2),
107 libpam-modules (= 1.1.8-3.6),
108 libpam-modules-bin (= 1.1.8-3.6),
109 libpam-runtime (= 1.1.8-3.6),
110 libpam0g (= 1.1.8-3.6),
111 libpcre3 (= 2:8.39-3),
112 libperl5.24 (= 5.24.1-3+deb9u5),
113 libpipeline1 (= 1.4.1-2),
114 libpython3-stdlib (= 3.5.3-1),
115 libpython3.5-minimal (= 3.5.3-1+deb9u1),
116 libpython3.5-stdlib (= 3.5.3-1+deb9u1),
117 libquadmath0 (= 6.3.0-18+deb9u1),
118 libreadline7 (= 7.0-3),
119 libselinux1 (= 2.6-3+b3),
120 libsemanage-common (= 2.6-2),
121 libsemanage1 (= 2.6-2),
122 libsepol1 (= 2.6-2),
123 libsigsegv2 (= 2.10-5),
124 libsmartcols1 (= 2.29.2-1+deb9u1),
125 libsqlite3-0 (= 3.16.2-5+deb9u1),
126 libss2 (= 1.43.4-2),
127 libssl1.1 (= 1.1.0j-1~deb9u1),
128 libstdc++-6-dev (= 6.3.0-18+deb9u1),
129 libstdc++6 (= 6.3.0-18+deb9u1),
130 libsystemd0 (= 232-25+deb9u8),
131 libtimedate-perl (= 2.3000-2),
132 libtinfo5 (= 6.0+20161126-1+deb9u2),
133 libtool (= 2.4.6-2),
134 libtsan0 (= 6.3.0-18+deb9u1),
135 libubsan0 (= 6.3.0-18+deb9u1),
136 libudev1 (= 232-25+deb9u8),
137 libunistring0 (= 0.9.6+really0.9.3-0.1),
138 libustr-1.0-1 (= 1.0.4-6),
139 libuuid1 (= 2.29.2-1+deb9u1),
140 libxml2 (= 2.9.4+dfsg1-2.2+deb9u2),
141 linux-libc-dev (= 4.9.168-1),
142 login (= 1:4.4-4.1),
143 m4 (= 1.4.18-1),
144 make (= 4.1-9.1),
145 man-db (= 2.7.6.1-2),
146 mawk (= 1.3.3-17+b3),
147 mime-support (= 3.60),
148 mount (= 2.29.2-1+deb9u1),
149 multiarch-support (= 2.24-11+deb9u3),
150 ncurses-base (= 6.0+20161126-1+deb9u2),
151 ncurses-bin (= 6.0+20161126-1+deb9u2),
152 passwd (= 1:4.4-4.1),
153 patch (= 2.7.5-1+deb9u1),
154 perl (= 5.24.1-3+deb9u5),
155 perl-base (= 5.24.1-3+deb9u5),
156 perl-modules-5.24 (= 5.24.1-3+deb9u5),
157 po-debconf (= 1.0.20),
158 python3 (= 3.5.3-1),
159 python3-all (= 3.5.3-1),
160 python3-minimal (= 3.5.3-1),
161 python3-pkg-resources (= 33.1.1-1),
162 python3-setuptools (= 33.1.1-1),
163 python3.5 (= 3.5.3-1+deb9u1),
164 python3.5-minimal (= 3.5.3-1+deb9u1),
165 readline-common (= 7.0-3),
166 sed (= 4.4-1),
167 sensible-utils (= 0.0.9+deb9u1),
168 sysvinit-utils (= 2.88dsf-59.9),
169 tar (= 1.29b-1.1),
170 util-linux (= 2.29.2-1+deb9u1),
171 xz-utils (= 5.2.2-1.2+b1),
172 zlib1g (= 1:1.2.8.dfsg-5)
173Environment:
174 DEB_BUILD_OPTIONS="parallel=2"
175 SOURCE_DATE_EPOCH="1556650863"
diff --git a/deb_dist/ascension_0.5.0-1_source.changes b/deb_dist/ascension_0.5.0-1_source.changes
new file mode 100644
index 0000000..e7ca2d2
--- /dev/null
+++ b/deb_dist/ascension_0.5.0-1_source.changes
@@ -0,0 +1,31 @@
1Format: 1.8
2Date: Tue, 30 Apr 2019 19:01:03 +0000
3Source: ascension
4Binary: python3-ascension
5Architecture: source
6Version: 0.5.0-1
7Distribution: unstable
8Urgency: low
9Maintainer: rexxnor <rexxnor+gnunet@brief.li>
10Changed-By: rexxnor <rexxnor+gnunet@brief.li>
11Description:
12 python3-ascension - Tool to migrate DNS Zones to the GNU Name System
13Changes:
14 ascension (0.5.0-1) unstable; urgency=low
15 .
16 * source package automatically created by stdeb 0.8.5
17Checksums-Sha1:
18 898a5ff25d6a8f3f0585cc8fdefaba4c93ea15b2 891 ascension_0.5.0-1.dsc
19 d3e63b150d5f4edd8c893072874aab93cb4b36ac 9836 ascension_0.5.0.orig.tar.gz
20 c3c923ea2d922266f8239341c6d289ddc556de4b 1120 ascension_0.5.0-1.debian.tar.xz
21 13e47273418e0748dcb1f33e2b6f759fa711aa07 5095 ascension_0.5.0-1_source.buildinfo
22Checksums-Sha256:
23 df34c5cc1e5c57a17b269821181ddcd9ed04a9352e0da2aac46540ebd63bc610 891 ascension_0.5.0-1.dsc
24 3959924e9ac60366fa682724c358eb96dbbff02071ef8db5ba0f2e9999e3baf2 9836 ascension_0.5.0.orig.tar.gz
25 42f343feb2b822d0e51a358a538cc26c0cc184a8c1362cf720e88d29e491ec49 1120 ascension_0.5.0-1.debian.tar.xz
26 bec8cbc0846690e79d60287124aa9fb0546d8855447273e773a1aab504dd3640 5095 ascension_0.5.0-1_source.buildinfo
27Files:
28 20ca94d169bcfc0a2ca552b7b9b94420 891 python optional ascension_0.5.0-1.dsc
29 ad84dbb8c5b8236650fd9d71b759040d 9836 python optional ascension_0.5.0.orig.tar.gz
30 9f7dc3da880c044d268138d2fd3ca0cb 1120 python optional ascension_0.5.0-1.debian.tar.xz
31 66982141b50d8cdbe68df3bf23809a45 5095 python optional ascension_0.5.0-1_source.buildinfo
diff --git a/deb_dist/ascension_0.5.0.orig.tar.gz b/deb_dist/ascension_0.5.0.orig.tar.gz
new file mode 100644
index 0000000..b0468bc
--- /dev/null
+++ b/deb_dist/ascension_0.5.0.orig.tar.gz
Binary files differ
diff --git a/deb_dist/ascension_0.6.1-1.debian.tar.xz b/deb_dist/ascension_0.6.1-1.debian.tar.xz
new file mode 100644
index 0000000..1000cc0
--- /dev/null
+++ b/deb_dist/ascension_0.6.1-1.debian.tar.xz
Binary files differ
diff --git a/deb_dist/ascension_0.6.1-1.dsc b/deb_dist/ascension_0.6.1-1.dsc
new file mode 100644
index 0000000..f67221b
--- /dev/null
+++ b/deb_dist/ascension_0.6.1-1.dsc
@@ -0,0 +1,19 @@
1Format: 3.0 (quilt)
2Source: ascension
3Binary: python3-ascension
4Architecture: all
5Version: 0.6.1-1
6Maintainer: rexxnor <rexxnor+gnunet@brief.li>
7Standards-Version: 3.9.1
8Build-Depends: python3-setuptools, python3-all, debhelper (>= 7.4.3)
9Package-List:
10 python3-ascension deb python optional arch=all
11Checksums-Sha1:
12 9c4aa5763558c240e546fd43bf37d03edcf2c688 10607 ascension_0.6.1.orig.tar.gz
13 55264847dc98cafffb874c8e4360d03b49e2c544 1680 ascension_0.6.1-1.debian.tar.xz
14Checksums-Sha256:
15 dca059c4204d39680858d49e5b03c983e9c7ea2e91cc4bae75536f326ab7ad80 10607 ascension_0.6.1.orig.tar.gz
16 cea375fe2da35bee78fadb0813bd20509f0435829b8de7b008e542a7a4e811da 1680 ascension_0.6.1-1.debian.tar.xz
17Files:
18 22a8b40155cc1ad841fdf457b7414dff 10607 ascension_0.6.1.orig.tar.gz
19 f8b610441dfa17ac5dc95857dda0e00c 1680 ascension_0.6.1-1.debian.tar.xz
diff --git a/deb_dist/ascension_0.6.1-1_amd64.buildinfo b/deb_dist/ascension_0.6.1-1_amd64.buildinfo
new file mode 100644
index 0000000..45b9fa0
--- /dev/null
+++ b/deb_dist/ascension_0.6.1-1_amd64.buildinfo
@@ -0,0 +1,180 @@
1Format: 1.0
2Source: ascension
3Binary: python3-ascension
4Architecture: all source
5Version: 0.6.1-1
6Checksums-Md5:
7 b7a42317e70fdd6ec4891254a636572c 839 ascension_0.6.1-1.dsc
8 288e6cc3239e7e262cd65429ee8b90b9 11738 python3-ascension_0.6.1-1_all.deb
9Checksums-Sha1:
10 ced0995dbbdbe56f563015dc90a1c9e507709917 839 ascension_0.6.1-1.dsc
11 246b4162b631e87fb989da9397175c0252385c19 11738 python3-ascension_0.6.1-1_all.deb
12Checksums-Sha256:
13 933ea3b79e6e9652760641292fe3dd94ef99746e90e505bff805d812b68ae492 839 ascension_0.6.1-1.dsc
14 1639913584ef450c52e36fff8117d92179b5c80e0580770af85235a2556d0db0 11738 python3-ascension_0.6.1-1_all.deb
15Build-Origin: Debian
16Build-Architecture: amd64
17Build-Date: Tue, 14 May 2019 18:25:34 +0000
18Installed-Build-Depends:
19 autoconf (= 2.69-10),
20 automake (= 1:1.15-6),
21 autopoint (= 0.19.8.1-2),
22 autotools-dev (= 20161112.1),
23 base-files (= 9.9+deb9u4),
24 base-passwd (= 3.5.43),
25 bash (= 4.4-5),
26 binutils (= 2.28-5),
27 bsdmainutils (= 9.0.12+nmu1),
28 bsdutils (= 1:2.29.2-1+deb9u1),
29 build-essential (= 12.3),
30 bzip2 (= 1.0.6-8.1),
31 coreutils (= 8.26-3),
32 cpp (= 4:6.3.0-4),
33 cpp-6 (= 6.3.0-18+deb9u1),
34 dash (= 0.5.8-2.4),
35 debconf (= 1.5.61),
36 debhelper (= 12.1.1~bpo9+1),
37 debianutils (= 4.8.1.1),
38 dh-autoreconf (= 17~bpo9+1),
39 dh-python (= 2.20170125),
40 dh-strip-nondeterminism (= 0.034-1),
41 diffutils (= 1:3.5-3),
42 dpkg (= 1.18.24),
43 dpkg-dev (= 1.18.25),
44 dwz (= 0.12-1+b1),
45 e2fslibs (= 1.43.4-2),
46 e2fsprogs (= 1.43.4-2),
47 file (= 1:5.30-1+deb9u1),
48 findutils (= 4.6.0+git+20161106-2),
49 g++ (= 4:6.3.0-4),
50 g++-6 (= 6.3.0-18+deb9u1),
51 gcc (= 4:6.3.0-4),
52 gcc-6 (= 6.3.0-18+deb9u1),
53 gcc-6-base (= 6.3.0-18+deb9u1),
54 gettext (= 0.19.8.1-2),
55 gettext-base (= 0.19.8.1-2),
56 grep (= 2.27-2),
57 groff-base (= 1.22.3-9),
58 gzip (= 1.6-5+b1),
59 hostname (= 3.18+b1),
60 init-system-helpers (= 1.48),
61 intltool-debian (= 0.35.0+20060710.4),
62 libacl1 (= 2.2.52-3+b1),
63 libarchive-zip-perl (= 1.59-1+deb9u1),
64 libasan3 (= 6.3.0-18+deb9u1),
65 libatomic1 (= 6.3.0-18+deb9u1),
66 libattr1 (= 1:2.4.47-2+b2),
67 libaudit-common (= 1:2.6.7-2),
68 libaudit1 (= 1:2.6.7-2),
69 libblkid1 (= 2.29.2-1+deb9u1),
70 libbsd0 (= 0.8.3-1),
71 libbz2-1.0 (= 1.0.6-8.1),
72 libc-bin (= 2.24-11+deb9u3),
73 libc-dev-bin (= 2.24-11+deb9u4),
74 libc6 (= 2.24-11+deb9u4),
75 libc6-dev (= 2.24-11+deb9u4),
76 libcap-ng0 (= 0.7.7-3+b1),
77 libcc1-0 (= 6.3.0-18+deb9u1),
78 libcilkrts5 (= 6.3.0-18+deb9u1),
79 libcomerr2 (= 1.43.4-2),
80 libcroco3 (= 0.6.11-3),
81 libdb5.3 (= 5.3.28-12+deb9u1),
82 libdebconfclient0 (= 0.227),
83 libdpkg-perl (= 1.18.25),
84 libelf1 (= 0.168-1),
85 libexpat1 (= 2.2.0-2+deb9u1),
86 libfdisk1 (= 2.29.2-1+deb9u1),
87 libffi6 (= 3.2.1-6),
88 libfile-stripnondeterminism-perl (= 0.034-1),
89 libgcc-6-dev (= 6.3.0-18+deb9u1),
90 libgcc1 (= 1:6.3.0-18+deb9u1),
91 libgcrypt20 (= 1.7.6-2+deb9u3),
92 libgdbm3 (= 1.8.3-14),
93 libglib2.0-0 (= 2.50.3-2),
94 libgmp10 (= 2:6.1.2+dfsg-1),
95 libgomp1 (= 6.3.0-18+deb9u1),
96 libgpg-error0 (= 1.35-1~bpo9+1),
97 libicu57 (= 57.1-6+deb9u2),
98 libisl15 (= 0.18-1),
99 libitm1 (= 6.3.0-18+deb9u1),
100 liblsan0 (= 6.3.0-18+deb9u1),
101 liblz4-1 (= 0.0~r131-2+b1),
102 liblzma5 (= 5.2.2-1.2+b1),
103 libmagic-mgc (= 1:5.30-1+deb9u1),
104 libmagic1 (= 1:5.30-1+deb9u1),
105 libmount1 (= 2.29.2-1+deb9u1),
106 libmpc3 (= 1.0.3-1+b2),
107 libmpdec2 (= 2.4.2-1),
108 libmpfr4 (= 3.1.5-1),
109 libmpx2 (= 6.3.0-18+deb9u1),
110 libncurses5 (= 6.0+20161126-1+deb9u2),
111 libncursesw5 (= 6.0+20161126-1+deb9u2),
112 libpam-modules (= 1.1.8-3.6),
113 libpam-modules-bin (= 1.1.8-3.6),
114 libpam-runtime (= 1.1.8-3.6),
115 libpam0g (= 1.1.8-3.6),
116 libpcre3 (= 2:8.39-3),
117 libperl5.24 (= 5.24.1-3+deb9u2),
118 libpipeline1 (= 1.4.1-2),
119 libpython3-stdlib (= 3.5.3-1),
120 libpython3.5-minimal (= 3.5.3-1+deb9u1),
121 libpython3.5-stdlib (= 3.5.3-1+deb9u1),
122 libquadmath0 (= 6.3.0-18+deb9u1),
123 libreadline7 (= 7.0-3),
124 libselinux1 (= 2.6-3+b3),
125 libsemanage-common (= 2.6-2),
126 libsemanage1 (= 2.6-2),
127 libsepol1 (= 2.6-2),
128 libsigsegv2 (= 2.10-5),
129 libsmartcols1 (= 2.29.2-1+deb9u1),
130 libsqlite3-0 (= 3.27.2-2~bpo9+1),
131 libss2 (= 1.43.4-2),
132 libssl1.1 (= 1.1.0f-3+deb9u1),
133 libstdc++-6-dev (= 6.3.0-18+deb9u1),
134 libstdc++6 (= 6.3.0-18+deb9u1),
135 libsystemd0 (= 237-3~bpo9+1),
136 libtimedate-perl (= 2.3000-2),
137 libtinfo5 (= 6.0+20161126-1+deb9u2),
138 libtool (= 2.4.6-2),
139 libtsan0 (= 6.3.0-18+deb9u1),
140 libubsan0 (= 6.3.0-18+deb9u1),
141 libudev1 (= 237-3~bpo9+1),
142 libunistring0 (= 0.9.6+really0.9.3-0.1),
143 libustr-1.0-1 (= 1.0.4-6),
144 libuuid1 (= 2.29.2-1+deb9u1),
145 libxml2 (= 2.9.4+dfsg1-2.2+deb9u2),
146 linux-libc-dev (= 4.19.28-2~bpo9+1),
147 login (= 1:4.4-4.1),
148 m4 (= 1.4.18-1),
149 make (= 4.1-9.1),
150 man-db (= 2.7.6.1-2),
151 mawk (= 1.3.3-17+b3),
152 mime-support (= 3.60),
153 mount (= 2.29.2-1+deb9u1),
154 multiarch-support (= 2.24-11+deb9u3),
155 ncurses-base (= 6.0+20161126-1+deb9u2),
156 ncurses-bin (= 6.0+20161126-1+deb9u2),
157 passwd (= 1:4.4-4.1),
158 patch (= 2.7.5-1+b2),
159 perl (= 5.24.1-3+deb9u2),
160 perl-base (= 5.24.1-3+deb9u2),
161 perl-modules-5.24 (= 5.24.1-3+deb9u2),
162 po-debconf (= 1.0.20),
163 python3 (= 3.5.3-1),
164 python3-all (= 3.5.3-1),
165 python3-minimal (= 3.5.3-1),
166 python3-pkg-resources (= 33.1.1-1),
167 python3-setuptools (= 33.1.1-1),
168 python3.5 (= 3.5.3-1+deb9u1),
169 python3.5-minimal (= 3.5.3-1+deb9u1),
170 readline-common (= 7.0-3),
171 sed (= 4.4-1),
172 sensible-utils (= 0.0.9+deb9u1),
173 sysvinit-utils (= 2.88dsf-59.9),
174 tar (= 1.29b-1.1),
175 util-linux (= 2.29.2-1+deb9u1),
176 xz-utils (= 5.2.2-1.2+b1),
177 zlib1g (= 1:1.2.8.dfsg-5)
178Environment:
179 DEB_BUILD_OPTIONS="parallel=2"
180 SOURCE_DATE_EPOCH="1557858161"
diff --git a/deb_dist/ascension_0.6.1-1_amd64.changes b/deb_dist/ascension_0.6.1-1_amd64.changes
new file mode 100644
index 0000000..5be7074
--- /dev/null
+++ b/deb_dist/ascension_0.6.1-1_amd64.changes
@@ -0,0 +1,34 @@
1Format: 1.8
2Date: Tue, 14 May 2019 18:22:41 +0000
3Source: ascension
4Binary: python3-ascension
5Architecture: source all
6Version: 0.6.1-1
7Distribution: unstable
8Urgency: low
9Maintainer: rexxnor <rexxnor+gnunet@brief.li>
10Changed-By: rexxnor <rexxnor+gnunet@brief.li>
11Description:
12 python3-ascension - Tool to migrate DNS Zones to the GNU Name System
13Changes:
14 ascension (0.6.1-1) unstable; urgency=low
15 .
16 * source package automatically created by stdeb 0.8.5
17Checksums-Sha1:
18 ced0995dbbdbe56f563015dc90a1c9e507709917 839 ascension_0.6.1-1.dsc
19 9c4aa5763558c240e546fd43bf37d03edcf2c688 10607 ascension_0.6.1.orig.tar.gz
20 55264847dc98cafffb874c8e4360d03b49e2c544 1680 ascension_0.6.1-1.debian.tar.xz
21 d7f9a825547e156fb3b7b43896b9db0342b5ba1e 5425 ascension_0.6.1-1_amd64.buildinfo
22 246b4162b631e87fb989da9397175c0252385c19 11738 python3-ascension_0.6.1-1_all.deb
23Checksums-Sha256:
24 933ea3b79e6e9652760641292fe3dd94ef99746e90e505bff805d812b68ae492 839 ascension_0.6.1-1.dsc
25 dca059c4204d39680858d49e5b03c983e9c7ea2e91cc4bae75536f326ab7ad80 10607 ascension_0.6.1.orig.tar.gz
26 cea375fe2da35bee78fadb0813bd20509f0435829b8de7b008e542a7a4e811da 1680 ascension_0.6.1-1.debian.tar.xz
27 9b4abc5724059c81546de0095b7f3053731b7ab62e89fbb76c728ed1e0018276 5425 ascension_0.6.1-1_amd64.buildinfo
28 1639913584ef450c52e36fff8117d92179b5c80e0580770af85235a2556d0db0 11738 python3-ascension_0.6.1-1_all.deb
29Files:
30 b7a42317e70fdd6ec4891254a636572c 839 python optional ascension_0.6.1-1.dsc
31 22a8b40155cc1ad841fdf457b7414dff 10607 python optional ascension_0.6.1.orig.tar.gz
32 f8b610441dfa17ac5dc95857dda0e00c 1680 python optional ascension_0.6.1-1.debian.tar.xz
33 dec6ea80beb4be1017bd307cf2da350c 5425 python optional ascension_0.6.1-1_amd64.buildinfo
34 288e6cc3239e7e262cd65429ee8b90b9 11738 python optional python3-ascension_0.6.1-1_all.deb
diff --git a/deb_dist/ascension_0.6.1-1_source.buildinfo b/deb_dist/ascension_0.6.1-1_source.buildinfo
new file mode 100644
index 0000000..00d86a2
--- /dev/null
+++ b/deb_dist/ascension_0.6.1-1_source.buildinfo
@@ -0,0 +1,177 @@
1Format: 1.0
2Source: ascension
3Binary: python3-ascension
4Architecture: source
5Version: 0.6.1-1
6Checksums-Md5:
7 209f2e2348cc89c5c8f295bb1355a666 839 ascension_0.6.1-1.dsc
8Checksums-Sha1:
9 57bd1adf44ef08866cc7af8976cf5d288bd80378 839 ascension_0.6.1-1.dsc
10Checksums-Sha256:
11 47aaa27e61039143a62039425f2bbcb6b5cba68e0dc8334ddabbcf5297da38d0 839 ascension_0.6.1-1.dsc
12Build-Origin: Debian
13Build-Architecture: amd64
14Build-Date: Tue, 14 May 2019 18:22:43 +0000
15Installed-Build-Depends:
16 autoconf (= 2.69-10),
17 automake (= 1:1.15-6),
18 autopoint (= 0.19.8.1-2),
19 autotools-dev (= 20161112.1),
20 base-files (= 9.9+deb9u4),
21 base-passwd (= 3.5.43),
22 bash (= 4.4-5),
23 binutils (= 2.28-5),
24 bsdmainutils (= 9.0.12+nmu1),
25 bsdutils (= 1:2.29.2-1+deb9u1),
26 build-essential (= 12.3),
27 bzip2 (= 1.0.6-8.1),
28 coreutils (= 8.26-3),
29 cpp (= 4:6.3.0-4),
30 cpp-6 (= 6.3.0-18+deb9u1),
31 dash (= 0.5.8-2.4),
32 debconf (= 1.5.61),
33 debhelper (= 12.1.1~bpo9+1),
34 debianutils (= 4.8.1.1),
35 dh-autoreconf (= 17~bpo9+1),
36 dh-python (= 2.20170125),
37 dh-strip-nondeterminism (= 0.034-1),
38 diffutils (= 1:3.5-3),
39 dpkg (= 1.18.24),
40 dpkg-dev (= 1.18.25),
41 dwz (= 0.12-1+b1),
42 e2fslibs (= 1.43.4-2),
43 e2fsprogs (= 1.43.4-2),
44 file (= 1:5.30-1+deb9u1),
45 findutils (= 4.6.0+git+20161106-2),
46 g++ (= 4:6.3.0-4),
47 g++-6 (= 6.3.0-18+deb9u1),
48 gcc (= 4:6.3.0-4),
49 gcc-6 (= 6.3.0-18+deb9u1),
50 gcc-6-base (= 6.3.0-18+deb9u1),
51 gettext (= 0.19.8.1-2),
52 gettext-base (= 0.19.8.1-2),
53 grep (= 2.27-2),
54 groff-base (= 1.22.3-9),
55 gzip (= 1.6-5+b1),
56 hostname (= 3.18+b1),
57 init-system-helpers (= 1.48),
58 intltool-debian (= 0.35.0+20060710.4),
59 libacl1 (= 2.2.52-3+b1),
60 libarchive-zip-perl (= 1.59-1+deb9u1),
61 libasan3 (= 6.3.0-18+deb9u1),
62 libatomic1 (= 6.3.0-18+deb9u1),
63 libattr1 (= 1:2.4.47-2+b2),
64 libaudit-common (= 1:2.6.7-2),
65 libaudit1 (= 1:2.6.7-2),
66 libblkid1 (= 2.29.2-1+deb9u1),
67 libbsd0 (= 0.8.3-1),
68 libbz2-1.0 (= 1.0.6-8.1),
69 libc-bin (= 2.24-11+deb9u3),
70 libc-dev-bin (= 2.24-11+deb9u4),
71 libc6 (= 2.24-11+deb9u4),
72 libc6-dev (= 2.24-11+deb9u4),
73 libcap-ng0 (= 0.7.7-3+b1),
74 libcc1-0 (= 6.3.0-18+deb9u1),
75 libcilkrts5 (= 6.3.0-18+deb9u1),
76 libcomerr2 (= 1.43.4-2),
77 libcroco3 (= 0.6.11-3),
78 libdb5.3 (= 5.3.28-12+deb9u1),
79 libdebconfclient0 (= 0.227),
80 libdpkg-perl (= 1.18.25),
81 libelf1 (= 0.168-1),
82 libexpat1 (= 2.2.0-2+deb9u1),
83 libfdisk1 (= 2.29.2-1+deb9u1),
84 libffi6 (= 3.2.1-6),
85 libfile-stripnondeterminism-perl (= 0.034-1),
86 libgcc-6-dev (= 6.3.0-18+deb9u1),
87 libgcc1 (= 1:6.3.0-18+deb9u1),
88 libgcrypt20 (= 1.7.6-2+deb9u3),
89 libgdbm3 (= 1.8.3-14),
90 libglib2.0-0 (= 2.50.3-2),
91 libgmp10 (= 2:6.1.2+dfsg-1),
92 libgomp1 (= 6.3.0-18+deb9u1),
93 libgpg-error0 (= 1.35-1~bpo9+1),
94 libicu57 (= 57.1-6+deb9u2),
95 libisl15 (= 0.18-1),
96 libitm1 (= 6.3.0-18+deb9u1),
97 liblsan0 (= 6.3.0-18+deb9u1),
98 liblz4-1 (= 0.0~r131-2+b1),
99 liblzma5 (= 5.2.2-1.2+b1),
100 libmagic-mgc (= 1:5.30-1+deb9u1),
101 libmagic1 (= 1:5.30-1+deb9u1),
102 libmount1 (= 2.29.2-1+deb9u1),
103 libmpc3 (= 1.0.3-1+b2),
104 libmpdec2 (= 2.4.2-1),
105 libmpfr4 (= 3.1.5-1),
106 libmpx2 (= 6.3.0-18+deb9u1),
107 libncurses5 (= 6.0+20161126-1+deb9u2),
108 libncursesw5 (= 6.0+20161126-1+deb9u2),
109 libpam-modules (= 1.1.8-3.6),
110 libpam-modules-bin (= 1.1.8-3.6),
111 libpam-runtime (= 1.1.8-3.6),
112 libpam0g (= 1.1.8-3.6),
113 libpcre3 (= 2:8.39-3),
114 libperl5.24 (= 5.24.1-3+deb9u2),
115 libpipeline1 (= 1.4.1-2),
116 libpython3-stdlib (= 3.5.3-1),
117 libpython3.5-minimal (= 3.5.3-1+deb9u1),
118 libpython3.5-stdlib (= 3.5.3-1+deb9u1),
119 libquadmath0 (= 6.3.0-18+deb9u1),
120 libreadline7 (= 7.0-3),
121 libselinux1 (= 2.6-3+b3),
122 libsemanage-common (= 2.6-2),
123 libsemanage1 (= 2.6-2),
124 libsepol1 (= 2.6-2),
125 libsigsegv2 (= 2.10-5),
126 libsmartcols1 (= 2.29.2-1+deb9u1),
127 libsqlite3-0 (= 3.27.2-2~bpo9+1),
128 libss2 (= 1.43.4-2),
129 libssl1.1 (= 1.1.0f-3+deb9u1),
130 libstdc++-6-dev (= 6.3.0-18+deb9u1),
131 libstdc++6 (= 6.3.0-18+deb9u1),
132 libsystemd0 (= 237-3~bpo9+1),
133 libtimedate-perl (= 2.3000-2),
134 libtinfo5 (= 6.0+20161126-1+deb9u2),
135 libtool (= 2.4.6-2),
136 libtsan0 (= 6.3.0-18+deb9u1),
137 libubsan0 (= 6.3.0-18+deb9u1),
138 libudev1 (= 237-3~bpo9+1),
139 libunistring0 (= 0.9.6+really0.9.3-0.1),
140 libustr-1.0-1 (= 1.0.4-6),
141 libuuid1 (= 2.29.2-1+deb9u1),
142 libxml2 (= 2.9.4+dfsg1-2.2+deb9u2),
143 linux-libc-dev (= 4.19.28-2~bpo9+1),
144 login (= 1:4.4-4.1),
145 m4 (= 1.4.18-1),
146 make (= 4.1-9.1),
147 man-db (= 2.7.6.1-2),
148 mawk (= 1.3.3-17+b3),
149 mime-support (= 3.60),
150 mount (= 2.29.2-1+deb9u1),
151 multiarch-support (= 2.24-11+deb9u3),
152 ncurses-base (= 6.0+20161126-1+deb9u2),
153 ncurses-bin (= 6.0+20161126-1+deb9u2),
154 passwd (= 1:4.4-4.1),
155 patch (= 2.7.5-1+b2),
156 perl (= 5.24.1-3+deb9u2),
157 perl-base (= 5.24.1-3+deb9u2),
158 perl-modules-5.24 (= 5.24.1-3+deb9u2),
159 po-debconf (= 1.0.20),
160 python3 (= 3.5.3-1),
161 python3-all (= 3.5.3-1),
162 python3-minimal (= 3.5.3-1),
163 python3-pkg-resources (= 33.1.1-1),
164 python3-setuptools (= 33.1.1-1),
165 python3.5 (= 3.5.3-1+deb9u1),
166 python3.5-minimal (= 3.5.3-1+deb9u1),
167 readline-common (= 7.0-3),
168 sed (= 4.4-1),
169 sensible-utils (= 0.0.9+deb9u1),
170 sysvinit-utils (= 2.88dsf-59.9),
171 tar (= 1.29b-1.1),
172 util-linux (= 2.29.2-1+deb9u1),
173 xz-utils (= 5.2.2-1.2+b1),
174 zlib1g (= 1:1.2.8.dfsg-5)
175Environment:
176 DEB_BUILD_OPTIONS="parallel=2"
177 SOURCE_DATE_EPOCH="1557858161"
diff --git a/deb_dist/ascension_0.6.1-1_source.changes b/deb_dist/ascension_0.6.1-1_source.changes
new file mode 100644
index 0000000..492d2b5
--- /dev/null
+++ b/deb_dist/ascension_0.6.1-1_source.changes
@@ -0,0 +1,31 @@
1Format: 1.8
2Date: Tue, 14 May 2019 18:22:41 +0000
3Source: ascension
4Binary: python3-ascension
5Architecture: source
6Version: 0.6.1-1
7Distribution: unstable
8Urgency: low
9Maintainer: rexxnor <rexxnor+gnunet@brief.li>
10Changed-By: rexxnor <rexxnor+gnunet@brief.li>
11Description:
12 python3-ascension - Tool to migrate DNS Zones to the GNU Name System
13Changes:
14 ascension (0.6.1-1) unstable; urgency=low
15 .
16 * source package automatically created by stdeb 0.8.5
17Checksums-Sha1:
18 57bd1adf44ef08866cc7af8976cf5d288bd80378 839 ascension_0.6.1-1.dsc
19 9c4aa5763558c240e546fd43bf37d03edcf2c688 10607 ascension_0.6.1.orig.tar.gz
20 0a97610166be3b878bf5b2d613d7319fdd36aac9 1132 ascension_0.6.1-1.debian.tar.xz
21 56a2462264453a774897d7c744658efd7fd42071 5159 ascension_0.6.1-1_source.buildinfo
22Checksums-Sha256:
23 47aaa27e61039143a62039425f2bbcb6b5cba68e0dc8334ddabbcf5297da38d0 839 ascension_0.6.1-1.dsc
24 dca059c4204d39680858d49e5b03c983e9c7ea2e91cc4bae75536f326ab7ad80 10607 ascension_0.6.1.orig.tar.gz
25 9219bca9ca994f51ba3ec6f399401a40f1e1d8250663e7999d194b91985e205a 1132 ascension_0.6.1-1.debian.tar.xz
26 039db9a401ae90ab227c3f9b86d691df83a5e99722061f9ea41bea5039f22901 5159 ascension_0.6.1-1_source.buildinfo
27Files:
28 209f2e2348cc89c5c8f295bb1355a666 839 python optional ascension_0.6.1-1.dsc
29 22a8b40155cc1ad841fdf457b7414dff 10607 python optional ascension_0.6.1.orig.tar.gz
30 dad63133cc3b8e6239c20d2aae14ade7 1132 python optional ascension_0.6.1-1.debian.tar.xz
31 a97437e6e5f5f01aa1b2c25852033e03 5159 python optional ascension_0.6.1-1_source.buildinfo
diff --git a/deb_dist/ascension_0.6.1.orig.tar.gz b/deb_dist/ascension_0.6.1.orig.tar.gz
new file mode 100644
index 0000000..ca36286
--- /dev/null
+++ b/deb_dist/ascension_0.6.1.orig.tar.gz
Binary files differ