From: Joey Hess Date: Thu, 19 Aug 2010 20:41:24 +0000 (-0400) Subject: Lintian fixes. X-Git-Tag: 1.11~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43993d602e0287aaa7ae1e932ca3b76499016c08;p=tools%2Fpristine-tar.git Lintian fixes. --- diff --git a/debian/changelog b/debian/changelog index 35c85c9..3f07308 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -pristine-tar (1.10) UNRELEASED; urgency=low +pristine-tar (1.10) unstable; urgency=low * pristine-gz gengz: Bugfix: Always remove uncompressed input file. * Large refactoring and modularization. (Thanks Gabriel de Perthuis @@ -6,8 +6,9 @@ pristine-tar (1.10) UNRELEASED; urgency=low * Remove environment variables used by tar, gz, and bzip2, to avoid local environment settings possibly breaking things. Closes: #498760 (probably; thanks Ralph Lange for analysis) + * Lintian fixes. - -- Joey Hess Fri, 23 Jul 2010 19:16:33 -0400 + -- Joey Hess Thu, 19 Aug 2010 16:36:25 -0400 pristine-tar (1.03) unstable; urgency=low diff --git a/debian/control b/debian/control index d2db697..decdd75 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,9 @@ Source: pristine-tar Section: utils Priority: optional -Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0), zlib1g-dev, perl +Build-Depends: debhelper (>= 7.0.50), dpkg-dev (>= 1.9.0), zlib1g-dev, perl Maintainer: Joey Hess -Standards-Version: 3.8.4 +Standards-Version: 3.9.1 Vcs-Git: git://git.kitenet.net/pristine-tar/ Vcs-Browser: http://git.kitenet.net/?p=pristine-tar Homepage: http://kitenet.net/~joey/code/pristine-tar/ diff --git a/debian/copyright b/debian/copyright index 33ca222..23b6ecc 100644 --- a/debian/copyright +++ b/debian/copyright @@ -13,8 +13,28 @@ Copyright: © 1997, 1998, 2003, 2004, 2006 Matthew R. Green © 2008 Josh Triplett © 2010 Joey Hess License: BSD-3 - On Debian systems, the complete text of the 3 clause BSD license can be - found in /usr/share/common-licenses/BSD. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. The name of the author may not be used to endorse or promote products + * derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED + * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. Files: zgz/gzip/* Copyright: © 1997, 1998, 1999, 2001, 2002, 2006, 2007 Free Software Foundation, Inc. diff --git a/pristine-tar.spec b/pristine-tar.spec index a0df3e1..6eaef73 100644 --- a/pristine-tar.spec +++ b/pristine-tar.spec @@ -1,5 +1,5 @@ Name: pristine-tar -Version: 1.04 +Version: 1.10 Release: 2%{?dist} Summary: regenerate pristine tarballs