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

[SCM] Debian package checker branch, master, updated. 2.3.4-77-gfff50c3



The following commit has been merged in the master branch:
commit 50b872927ddd2070f93f7e869fbc07d22c9c4c23
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Fri Apr 2 17:48:24 2010 +0100

    Add a source package test for xz tarballs

diff --git a/t/source/unpack-srcpkg-lzma/Makefile b/t/source/unpack-srcpkg-xz/Makefile
similarity index 84%
copy from t/source/unpack-srcpkg-lzma/Makefile
copy to t/source/unpack-srcpkg-xz/Makefile
index e4c9ad1..566deba 100644
--- a/t/source/unpack-srcpkg-lzma/Makefile
+++ b/t/source/unpack-srcpkg-xz/Makefile
@@ -1,10 +1,10 @@
-name = unpack-srcpkg-lzma
+name = unpack-srcpkg-xz
 dir  = $(name)-1.0
 
 all:
 	mkdir $(dir)
 	echo 'Some upstream README' > $(dir)/README
-	tar -c -f $(name)_1.0.orig.tar.lzma --lzma $(dir)
+	tar -c -f $(name)_1.0.orig.tar.xz --xz $(dir)
 	mkdir $(dir)/debian
 	cp changelog copyright control rules $(dir)/debian/
 	echo 7 > $(dir)/debian/compat
diff --git a/t/source/package-version-0/changelog b/t/source/unpack-srcpkg-xz/changelog
similarity index 60%
copy from t/source/package-version-0/changelog
copy to t/source/unpack-srcpkg-xz/changelog
index c3d8902..6a551cc 100644
--- a/t/source/package-version-0/changelog
+++ b/t/source/unpack-srcpkg-xz/changelog
@@ -1,9 +1,9 @@
-package-version-0 (0) unstable; urgency=low
+unpack-srcpkg-xz (1.0-1) unstable; urgency=low
 
   * Lintian Test Suite.
-  * Test: package-version-0
+  * Test: unpack-srcpkg-xz
 
   * Suppress "should close ITP bug" messages.  (Closes: #123456)
 
- -- Debian Lintian Maintainers <lintian-maint@debian.org>  Fri, 12 Jun 2009 21:08:23 +0100
+ -- Debian Lintian Maintainers <lintian-maint@debian.org>  Fri,  2 Apr 2010 17:35:22 +0100
 
diff --git a/t/source/package-version-0/control b/t/source/unpack-srcpkg-xz/control
similarity index 73%
copy from t/source/package-version-0/control
copy to t/source/unpack-srcpkg-xz/control
index 37ee29d..e6c7b33 100644
--- a/t/source/package-version-0/control
+++ b/t/source/unpack-srcpkg-xz/control
@@ -1,15 +1,14 @@
-Source: package-version-0
+Source: unpack-srcpkg-xz
 Section: devel
 Priority: optional
 Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
 Build-Depends: debhelper (>= 7)
-Standards-Version: 3.8.1
+Standards-Version: 3.8.4
 
-Package: package-version-0
+Package: unpack-srcpkg-xz
 Architecture: all
 Depends: ${misc:Depends}
-Description: Test for package versions of "0"
+Description: Test package for xz-compressed source packages
  This is a test package designed to exercise some feature or tag of
  Lintian.  It is part of the Lintian test suite and may do very odd
  things.  It should not be installed like a regular package.
-
diff --git a/t/debs/control-field-traversal-4/copyright b/t/source/unpack-srcpkg-xz/copyright
similarity index 100%
copy from t/debs/control-field-traversal-4/copyright
copy to t/source/unpack-srcpkg-xz/copyright
diff --git a/t/source/control-field-traversal-1/rules b/t/source/unpack-srcpkg-xz/rules
similarity index 100%
copy from t/source/control-field-traversal-1/rules
copy to t/source/unpack-srcpkg-xz/rules
diff --git a/t/debs/deb-format-record-size/tags b/t/source/unpack-srcpkg-xz/tags
similarity index 100%
copy from t/debs/deb-format-record-size/tags
copy to t/source/unpack-srcpkg-xz/tags

-- 
Debian package checker


Reply to: