Browse Source

Update README.Debian

Christoph Biedl 3 years ago
parent
commit
e92cb02982
1 changed files with 3 additions and 3 deletions
  1. 3 3
      debian/README.Debian

+ 3 - 3
debian/README.Debian

@@ -9,15 +9,15 @@ Running upstream's test
 -----------------------
 Upstream included some huge dump files to be tested for regressions
 during build. They have been removed from the Debian source package as
-they are pretty huge: Full upstream tarball: 42 Mbyte, after re-packing
-some 41 kbyte.
+they are pretty huge: Full upstream tarball: 51 Mbyte, after re-packing
+some 43 kbyte.
 
 To run the test during build:
 
 * Download the full upstream tarball from
     https://bitbucket.org/ripencc/bgpdump/downloads/?tab=tags
 * Unpack the test files:
-$ tar --wildcards --strip-components=1 -xjvf <upstream.tar>.bz2 '*/test_*'
+$ tar --wildcards --strip-components=1 -xavf <upstream.tar>.gz '*/test_*'
 * Add the list to include-binaries so dpkg-source will not complain:
 $ ls -1 test_*/* >>debian/source/include-binaries