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 bug in manpage


From: gnunet
Subject: [GNUnet-SVN] [ascension] branch master updated: fixed bug in manpage
Date: Thu, 13 Jun 2019 12:44:05 +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 6e06ef0  fixed bug in manpage
6e06ef0 is described below

commit 6e06ef043933082cef4a726c6fd597bfef61989d
Author: rexxnor <address@hidden>
AuthorDate: Thu Jun 13 12:41:00 2019 +0200

    fixed bug in manpage
---
 ascension-0.11.5.tar.gz                            | Bin 11044 -> 11049 bytes
 ascension.1                                        |   6 ++--
 deb_dist/ascension-0.11.5/ascension.1              |   6 ++--
 deb_dist/ascension-0.11.5/debian/changelog         |   2 +-
 .../debian/python3-ascension/DEBIAN/md5sums        |   4 +--
 .../python3-ascension/usr/man/man1/ascension.1     |   6 ++--
 .../doc/python3-ascension/changelog.Debian.gz      | Bin 162 -> 162 bytes
 deb_dist/ascension-0.11.5/debian/rules             |   2 +-
 deb_dist/ascension_0.11.5-1.debian.tar.xz          | Bin 1668 -> 1668 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 11044 -> 11049 bytes
 deb_dist/python3-ascension_0.11.5-1_all.deb        | Bin 11810 -> 11798 bytes
 helpers/ascension.1                                |   6 ++--
 17 files changed, 64 insertions(+), 64 deletions(-)

diff --git a/ascension-0.11.5.tar.gz b/ascension-0.11.5.tar.gz
index e89d943..39058ce 100644
Binary files a/ascension-0.11.5.tar.gz and b/ascension-0.11.5.tar.gz differ
diff --git a/ascension.1 b/ascension.1
index ae01bb0..c28f84b 100644
--- a/ascension.1
+++ b/ascension.1
@@ -52,13 +52,13 @@ must be installed and running.
 .It Ar domain Fl d Fl p Fl s -minimum-ttl=<ttl> -dry-run
 Migrate the DOMAIN passed as domain.
 The debug, public and standalone options are optional.
-.It Ar domain port Fl d Fl p Fl s -minimum-ttl=<ttl -dry-run>
+.It Ar domain port Fl d Fl p Fl s -minimum-ttl=<ttl> -dry-run
 Migrate the DOMAIN domain, using port for zone transfer.
 The debug, public and standalone options are optional.
-.It Ar domain Fl n Ar transferns Fl d Fl p Fl s -minimum-ttl=<ttl -dry-run>
+.It Ar domain Fl n Ar transferns Fl d Fl p Fl s -minimum-ttl=<ttl> -dry-run
 Migrate the DOMAIN domain from the DNS server transferns.
 The debug, public and standalone options are optional.
-.It Ar domain Fl n Ar transferns Ar port Fl d Fl p Fl s -minimum-ttl=<ttl 
-dry-run>
+.It Ar domain Fl n Ar transferns Ar port Fl d Fl p Fl s -minimum-ttl=<ttl> 
-dry-run
 Migrate the DOMAIN domain from the DNS server transferns using port for the 
zone transfer.
 The debug, public and standalone options are optional.
 .It Fl s | \-standalone
diff --git a/deb_dist/ascension-0.11.5/ascension.1 
b/deb_dist/ascension-0.11.5/ascension.1
index ae01bb0..c28f84b 100644
--- a/deb_dist/ascension-0.11.5/ascension.1
+++ b/deb_dist/ascension-0.11.5/ascension.1
@@ -52,13 +52,13 @@ must be installed and running.
 .It Ar domain Fl d Fl p Fl s -minimum-ttl=<ttl> -dry-run
 Migrate the DOMAIN passed as domain.
 The debug, public and standalone options are optional.
-.It Ar domain port Fl d Fl p Fl s -minimum-ttl=<ttl -dry-run>
+.It Ar domain port Fl d Fl p Fl s -minimum-ttl=<ttl> -dry-run
 Migrate the DOMAIN domain, using port for zone transfer.
 The debug, public and standalone options are optional.
-.It Ar domain Fl n Ar transferns Fl d Fl p Fl s -minimum-ttl=<ttl -dry-run>
+.It Ar domain Fl n Ar transferns Fl d Fl p Fl s -minimum-ttl=<ttl> -dry-run
 Migrate the DOMAIN domain from the DNS server transferns.
 The debug, public and standalone options are optional.
-.It Ar domain Fl n Ar transferns Ar port Fl d Fl p Fl s -minimum-ttl=<ttl 
-dry-run>
+.It Ar domain Fl n Ar transferns Ar port Fl d Fl p Fl s -minimum-ttl=<ttl> 
-dry-run
 Migrate the DOMAIN domain from the DNS server transferns using port for the 
zone transfer.
 The debug, public and standalone options are optional.
 .It Fl s | \-standalone
diff --git a/deb_dist/ascension-0.11.5/debian/changelog 
b/deb_dist/ascension-0.11.5/debian/changelog
index 7b1d692..e8054e7 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, 10 Jun 2019 09:04:59 +0000
+ -- rexxnor <address@hidden>  Thu, 13 Jun 2019 10:41:28 +0000
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 c3ee02e..d68c3e9 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
@@ -6,5 +6,5 @@ d41d8cd98f00b204e9800998ecf8427e  
usr/lib/python3/dist-packages/ascension-0.11.5
 e616e4373e7b199db038fd8e938a3188  
usr/lib/python3/dist-packages/ascension-0.11.5.egg-info/top_level.txt
 d41d8cd98f00b204e9800998ecf8427e  
usr/lib/python3/dist-packages/ascension/__init__.py
 09bacc1c6dadf140cb8ea0c184b8277a  
usr/lib/python3/dist-packages/ascension/ascension.py
-de060b4ca299c6460ff508aed915526b  usr/man/man1/ascension.1
-ef44ced94a2ed58b7da00c6b7c6f0293  
usr/share/doc/python3-ascension/changelog.Debian.gz
+39df66d80ba29af1e364404d9f28012c  usr/man/man1/ascension.1
+148bfb8f45db94a92ddaf7793c49fa47  
usr/share/doc/python3-ascension/changelog.Debian.gz
diff --git 
a/deb_dist/ascension-0.11.5/debian/python3-ascension/usr/man/man1/ascension.1 
b/deb_dist/ascension-0.11.5/debian/python3-ascension/usr/man/man1/ascension.1
index ae01bb0..c28f84b 100644
--- 
a/deb_dist/ascension-0.11.5/debian/python3-ascension/usr/man/man1/ascension.1
+++ 
b/deb_dist/ascension-0.11.5/debian/python3-ascension/usr/man/man1/ascension.1
@@ -52,13 +52,13 @@ must be installed and running.
 .It Ar domain Fl d Fl p Fl s -minimum-ttl=<ttl> -dry-run
 Migrate the DOMAIN passed as domain.
 The debug, public and standalone options are optional.
-.It Ar domain port Fl d Fl p Fl s -minimum-ttl=<ttl -dry-run>
+.It Ar domain port Fl d Fl p Fl s -minimum-ttl=<ttl> -dry-run
 Migrate the DOMAIN domain, using port for zone transfer.
 The debug, public and standalone options are optional.
-.It Ar domain Fl n Ar transferns Fl d Fl p Fl s -minimum-ttl=<ttl -dry-run>
+.It Ar domain Fl n Ar transferns Fl d Fl p Fl s -minimum-ttl=<ttl> -dry-run
 Migrate the DOMAIN domain from the DNS server transferns.
 The debug, public and standalone options are optional.
-.It Ar domain Fl n Ar transferns Ar port Fl d Fl p Fl s -minimum-ttl=<ttl 
-dry-run>
+.It Ar domain Fl n Ar transferns Ar port Fl d Fl p Fl s -minimum-ttl=<ttl> 
-dry-run
 Migrate the DOMAIN domain from the DNS server transferns using port for the 
zone transfer.
 The debug, public and standalone options are optional.
 .It Fl s | \-standalone
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 6a38225..e76d10c 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/rules 
b/deb_dist/ascension-0.11.5/debian/rules
index ac44afd..40bb8b5 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, 10 Jun 2019 09:04:59 +0000
+# Thu, 13 Jun 2019 10:41:28 +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 498cf97..c62d42f 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 c23c0ad..ea53c27 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:
- cfc77ea637849de7ddbb9a19e8d9c3db0da09b2e 11044 ascension_0.11.5.orig.tar.gz
- 94867b202c9ee182db726768f4d94940a7f3f754 1668 ascension_0.11.5-1.debian.tar.xz
+ b4d60725c966881ebc25aab999939301ef0b8556 11049 ascension_0.11.5.orig.tar.gz
+ 5326ef48867107f2779afa3885903259335023ea 1668 ascension_0.11.5-1.debian.tar.xz
 Checksums-Sha256:
- d4611a7d94682a88a8b36d9cf4e1ef9150771adcac4c0aeedbea1fa705a03597 11044 
ascension_0.11.5.orig.tar.gz
- 212aa23c93f78de27b3f90d14d869e422d4471fc2b8e8fce911016390afad007 1668 
ascension_0.11.5-1.debian.tar.xz
+ b79207076b1b1545e490e7d6867b131e89745ccadc9b911a16e24ac08fe8de08 11049 
ascension_0.11.5.orig.tar.gz
+ b735f1b11f5a9b9682a89b8a94bcf75e99fe62238029f0a75c3fffdb1336302a 1668 
ascension_0.11.5-1.debian.tar.xz
 Files:
- 68849b0ffed221f7230bd5a1a0057afb 11044 ascension_0.11.5.orig.tar.gz
- 01c089d09d35fd857504c4a4d0c6e7e7 1668 ascension_0.11.5-1.debian.tar.xz
+ 9bffa31fb1a5a0f087b7b1d395c403a0 11049 ascension_0.11.5.orig.tar.gz
+ 657a74f5293d1990f6de645a0fa1140e 1668 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 841e3c0..a518fff 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:
- 0308a1d8e93e8fca54275a3ae4c3a9ca 846 ascension_0.11.5-1.dsc
- ffadecc4577dd452822266ed15f80c57 11810 python3-ascension_0.11.5-1_all.deb
+ 69f931f2c791ac8d334c3af07e7aad48 846 ascension_0.11.5-1.dsc
+ 8bdedfa3e1a5e16283e50eaddf5a2051 11798 python3-ascension_0.11.5-1_all.deb
 Checksums-Sha1:
- 3e0e3d84d4282a978992fb02d80141611ee4589c 846 ascension_0.11.5-1.dsc
- 017019b5dd09ea62c9a0f44e307c6d4e10edaddd 11810 
python3-ascension_0.11.5-1_all.deb
+ c7c18e4ada8c3fe10fac9eeeb35f8adc5115f5be 846 ascension_0.11.5-1.dsc
+ b912ed9f8b2707d9b1fa28c73ebf8de5338399e4 11798 
python3-ascension_0.11.5-1_all.deb
 Checksums-Sha256:
- 894243f64294410f03cb35fc685c37e49e68f8783e71de0c6a5823ff8c95a983 846 
ascension_0.11.5-1.dsc
- b3cc9b77afdd7fe7fb318bddbf20cde1f61bbb0bf8ff28676d5267d8ef15be86 11810 
python3-ascension_0.11.5-1_all.deb
+ 271d7863c61c0a1dbb18890ef535b8d1d559333207dfd4a5d04546289cb279ad 846 
ascension_0.11.5-1.dsc
+ 44237bb83bdfa24f98fa21453fe5450a2ddb02267a26b6698c7b15b8aaf5183d 11798 
python3-ascension_0.11.5-1_all.deb
 Build-Origin: Debian
 Build-Architecture: amd64
-Build-Date: Mon, 10 Jun 2019 09:05:26 +0000
+Build-Date: Thu, 13 Jun 2019 10:41:53 +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="1560157499"
+ SOURCE_DATE_EPOCH="1560422488"
diff --git a/deb_dist/ascension_0.11.5-1_amd64.changes 
b/deb_dist/ascension_0.11.5-1_amd64.changes
index 02c98d0..0beec50 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, 10 Jun 2019 09:04:59 +0000
+Date: Thu, 13 Jun 2019 10:41:28 +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:
- 3e0e3d84d4282a978992fb02d80141611ee4589c 846 ascension_0.11.5-1.dsc
- cfc77ea637849de7ddbb9a19e8d9c3db0da09b2e 11044 ascension_0.11.5.orig.tar.gz
- 94867b202c9ee182db726768f4d94940a7f3f754 1668 ascension_0.11.5-1.debian.tar.xz
- 1f781d12869716008afb307e6e4bb302c876540d 5432 
ascension_0.11.5-1_amd64.buildinfo
- 017019b5dd09ea62c9a0f44e307c6d4e10edaddd 11810 
python3-ascension_0.11.5-1_all.deb
+ c7c18e4ada8c3fe10fac9eeeb35f8adc5115f5be 846 ascension_0.11.5-1.dsc
+ b4d60725c966881ebc25aab999939301ef0b8556 11049 ascension_0.11.5.orig.tar.gz
+ 5326ef48867107f2779afa3885903259335023ea 1668 ascension_0.11.5-1.debian.tar.xz
+ 5b5d2087a130d6d1996be9d367b6863db4b67af6 5432 
ascension_0.11.5-1_amd64.buildinfo
+ b912ed9f8b2707d9b1fa28c73ebf8de5338399e4 11798 
python3-ascension_0.11.5-1_all.deb
 Checksums-Sha256:
- 894243f64294410f03cb35fc685c37e49e68f8783e71de0c6a5823ff8c95a983 846 
ascension_0.11.5-1.dsc
- d4611a7d94682a88a8b36d9cf4e1ef9150771adcac4c0aeedbea1fa705a03597 11044 
ascension_0.11.5.orig.tar.gz
- 212aa23c93f78de27b3f90d14d869e422d4471fc2b8e8fce911016390afad007 1668 
ascension_0.11.5-1.debian.tar.xz
- 62bf0963597c0ae83fe6241bf91ec0ede1bc55f2727ef1e14e8efb8cd853cafe 5432 
ascension_0.11.5-1_amd64.buildinfo
- b3cc9b77afdd7fe7fb318bddbf20cde1f61bbb0bf8ff28676d5267d8ef15be86 11810 
python3-ascension_0.11.5-1_all.deb
+ 271d7863c61c0a1dbb18890ef535b8d1d559333207dfd4a5d04546289cb279ad 846 
ascension_0.11.5-1.dsc
+ b79207076b1b1545e490e7d6867b131e89745ccadc9b911a16e24ac08fe8de08 11049 
ascension_0.11.5.orig.tar.gz
+ b735f1b11f5a9b9682a89b8a94bcf75e99fe62238029f0a75c3fffdb1336302a 1668 
ascension_0.11.5-1.debian.tar.xz
+ bb71c7cfb386b0d54a5ac97004190ed4da3733437c97ae9f2677d26210d31888 5432 
ascension_0.11.5-1_amd64.buildinfo
+ 44237bb83bdfa24f98fa21453fe5450a2ddb02267a26b6698c7b15b8aaf5183d 11798 
python3-ascension_0.11.5-1_all.deb
 Files:
- 0308a1d8e93e8fca54275a3ae4c3a9ca 846 python optional ascension_0.11.5-1.dsc
- 68849b0ffed221f7230bd5a1a0057afb 11044 python optional 
ascension_0.11.5.orig.tar.gz
- 01c089d09d35fd857504c4a4d0c6e7e7 1668 python optional 
ascension_0.11.5-1.debian.tar.xz
- 89da52c6d73ef658e86e2faa6f71cccc 5432 python optional 
ascension_0.11.5-1_amd64.buildinfo
- ffadecc4577dd452822266ed15f80c57 11810 python optional 
python3-ascension_0.11.5-1_all.deb
+ 69f931f2c791ac8d334c3af07e7aad48 846 python optional ascension_0.11.5-1.dsc
+ 9bffa31fb1a5a0f087b7b1d395c403a0 11049 python optional 
ascension_0.11.5.orig.tar.gz
+ 657a74f5293d1990f6de645a0fa1140e 1668 python optional 
ascension_0.11.5-1.debian.tar.xz
+ 473d729570d9ac7496fc3e4fffa27e87 5432 python optional 
ascension_0.11.5-1_amd64.buildinfo
+ 8bdedfa3e1a5e16283e50eaddf5a2051 11798 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 f6bd786..9f23a7a 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:
- a5a668a766bd4148b6a2ee495b303df5 846 ascension_0.11.5-1.dsc
+ ae066bb33d2bf6c2ff555980ec878564 846 ascension_0.11.5-1.dsc
 Checksums-Sha1:
- 79ddaf65afda35ac69e472d7de0ce25d65cf96f5 846 ascension_0.11.5-1.dsc
+ 29368f9cc9d806e1a00fd587472d647960d0f891 846 ascension_0.11.5-1.dsc
 Checksums-Sha256:
- e88ca282ff36bcc93cb805c799f71c99d8b3cf32225ea54ff130c503aa91b8fc 846 
ascension_0.11.5-1.dsc
+ 873676e137d47067b5ecdf85755855753dbc90e85f8f0dd16aafa8d313fb38e6 846 
ascension_0.11.5-1.dsc
 Build-Origin: Debian
 Build-Architecture: amd64
-Build-Date: Mon, 10 Jun 2019 09:05:04 +0000
+Build-Date: Thu, 13 Jun 2019 10:41:30 +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="1560157499"
+ SOURCE_DATE_EPOCH="1560422488"
diff --git a/deb_dist/ascension_0.11.5-1_source.changes 
b/deb_dist/ascension_0.11.5-1_source.changes
index f0a6dd0..892e73f 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, 10 Jun 2019 09:04:59 +0000
+Date: Thu, 13 Jun 2019 10:41:28 +0000
 Source: ascension
 Binary: python3-ascension
 Architecture: source
@@ -15,17 +15,17 @@ Changes:
  .
    * source package automatically created by stdeb 0.8.5
 Checksums-Sha1:
- 79ddaf65afda35ac69e472d7de0ce25d65cf96f5 846 ascension_0.11.5-1.dsc
- cfc77ea637849de7ddbb9a19e8d9c3db0da09b2e 11044 ascension_0.11.5.orig.tar.gz
- d9ac32149a0996d097c6b2edd5955ffb31be99c2 1140 ascension_0.11.5-1.debian.tar.xz
- 13013196169d9628b6db3e10b125fea6a6f70652 5163 
ascension_0.11.5-1_source.buildinfo
+ 29368f9cc9d806e1a00fd587472d647960d0f891 846 ascension_0.11.5-1.dsc
+ b4d60725c966881ebc25aab999939301ef0b8556 11049 ascension_0.11.5.orig.tar.gz
+ 8397314a0407cd184887d8c44eeb7542b2559d77 1136 ascension_0.11.5-1.debian.tar.xz
+ 5c022a8f4c907e64e6805f1608af7585c95b9f88 5163 
ascension_0.11.5-1_source.buildinfo
 Checksums-Sha256:
- e88ca282ff36bcc93cb805c799f71c99d8b3cf32225ea54ff130c503aa91b8fc 846 
ascension_0.11.5-1.dsc
- d4611a7d94682a88a8b36d9cf4e1ef9150771adcac4c0aeedbea1fa705a03597 11044 
ascension_0.11.5.orig.tar.gz
- 9a41570276e2bbf2b60eef0cccde2395b46aaff9ee820e44f4378bc0c078ef94 1140 
ascension_0.11.5-1.debian.tar.xz
- c0161a4a86c374eb2f7ef2a79307ad62f9effea0e1c824f9d5b81fb134fd760f 5163 
ascension_0.11.5-1_source.buildinfo
+ 873676e137d47067b5ecdf85755855753dbc90e85f8f0dd16aafa8d313fb38e6 846 
ascension_0.11.5-1.dsc
+ b79207076b1b1545e490e7d6867b131e89745ccadc9b911a16e24ac08fe8de08 11049 
ascension_0.11.5.orig.tar.gz
+ b98915d645d089d8fa163e0c1e80389749e600b269d2dc5b92833988580257fc 1136 
ascension_0.11.5-1.debian.tar.xz
+ f91c3de9310ca229a7173d9f0e202c62e60f4361a645724777adf090d9232ed7 5163 
ascension_0.11.5-1_source.buildinfo
 Files:
- a5a668a766bd4148b6a2ee495b303df5 846 python optional ascension_0.11.5-1.dsc
- 68849b0ffed221f7230bd5a1a0057afb 11044 python optional 
ascension_0.11.5.orig.tar.gz
- cd70ac59e1ba8c63f37d81ce77b722fb 1140 python optional 
ascension_0.11.5-1.debian.tar.xz
- d8209831e29f7680d50cb0087e06965d 5163 python optional 
ascension_0.11.5-1_source.buildinfo
+ ae066bb33d2bf6c2ff555980ec878564 846 python optional ascension_0.11.5-1.dsc
+ 9bffa31fb1a5a0f087b7b1d395c403a0 11049 python optional 
ascension_0.11.5.orig.tar.gz
+ e5a540c826e5c23f5fc5fbf9690d0a20 1136 python optional 
ascension_0.11.5-1.debian.tar.xz
+ 69fd22a6cf7d00e60ab3ca9d59101734 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 e89d943..39058ce 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 c258011..e99927e 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
diff --git a/helpers/ascension.1 b/helpers/ascension.1
index ae01bb0..c28f84b 100644
--- a/helpers/ascension.1
+++ b/helpers/ascension.1
@@ -52,13 +52,13 @@ must be installed and running.
 .It Ar domain Fl d Fl p Fl s -minimum-ttl=<ttl> -dry-run
 Migrate the DOMAIN passed as domain.
 The debug, public and standalone options are optional.
-.It Ar domain port Fl d Fl p Fl s -minimum-ttl=<ttl -dry-run>
+.It Ar domain port Fl d Fl p Fl s -minimum-ttl=<ttl> -dry-run
 Migrate the DOMAIN domain, using port for zone transfer.
 The debug, public and standalone options are optional.
-.It Ar domain Fl n Ar transferns Fl d Fl p Fl s -minimum-ttl=<ttl -dry-run>
+.It Ar domain Fl n Ar transferns Fl d Fl p Fl s -minimum-ttl=<ttl> -dry-run
 Migrate the DOMAIN domain from the DNS server transferns.
 The debug, public and standalone options are optional.
-.It Ar domain Fl n Ar transferns Ar port Fl d Fl p Fl s -minimum-ttl=<ttl 
-dry-run>
+.It Ar domain Fl n Ar transferns Ar port Fl d Fl p Fl s -minimum-ttl=<ttl> 
-dry-run
 Migrate the DOMAIN domain from the DNS server transferns using port for the 
zone transfer.
 The debug, public and standalone options are optional.
 .It Fl s | \-standalone

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



reply via email to

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