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

[SCM] Debian package checker branch, master, updated. 2.5.13-32-gdaf7431



The following commit has been merged in the master branch:
commit 336d4604845f548996b874e1d7cc2e094edd16e0
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Jun 16 11:19:59 2013 +0200

    t: Remove failing test that has been disabled for 3 years
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/t/source/unpack-srcpkg-lzma/Makefile b/t/source/unpack-srcpkg-lzma/Makefile
deleted file mode 100644
index e4c9ad1..0000000
--- a/t/source/unpack-srcpkg-lzma/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-name = unpack-srcpkg-lzma
-dir  = $(name)-1.0
-
-all:
-	mkdir $(dir)
-	echo 'Some upstream README' > $(dir)/README
-	tar -c -f $(name)_1.0.orig.tar.lzma --lzma $(dir)
-	mkdir $(dir)/debian
-	cp changelog copyright control rules $(dir)/debian/
-	echo 7 > $(dir)/debian/compat
-	touch $(dir)/debian/watch
-	mkdir $(dir)/debian/source
-	echo '3.0 (quilt)' > $(dir)/debian/source/format
-	echo 'Information about patching' > $(dir)/debian/README.source
-	dpkg-source -sp -b $(dir)
-
-clean:
-	rm -rf $(dir)
-	rm -f $(name)_1.0*
diff --git a/t/source/unpack-srcpkg-lzma/desc b/t/source/unpack-srcpkg-lzma/desc
deleted file mode 100644
index f85715e..0000000
--- a/t/source/unpack-srcpkg-lzma/desc
+++ /dev/null
@@ -1,5 +0,0 @@
-Testname: unpack-srcpkg-lzma
-Sequence: 6000
-Version: 1.0-1
-Type: non-native
-Description: Test package for lzma-compressed source packages
diff --git a/t/source/unpack-srcpkg-lzma/skip b/t/source/unpack-srcpkg-lzma/skip
deleted file mode 100644
index 76c97ed..0000000
--- a/t/source/unpack-srcpkg-lzma/skip
+++ /dev/null
@@ -1,8 +0,0 @@
-Currently fails with:
-
-unxz: (stdin): File format not recognized
-tar: This does not look like a tar archive
-tar: Exiting with failure status due to previous errors
-dpkg-source: error: tar --no-same-owner --no-same-permissions -xkf - gave error exit status 2
-
-because dpkg-source doesn't tell tar how to decompress the file.
diff --git a/t/source/unpack-srcpkg-lzma/tags b/t/source/unpack-srcpkg-lzma/tags
deleted file mode 100644
index e69de29..0000000

-- 
Debian package checker


Reply to: