From: don Date: Wed, 24 Jun 2009 05:44:02 +0000 (+0000) Subject: * Update standards version; no changes X-Git-Tag: debian/20170521-1~33 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ba56ac7f2289bd80f7aefea91a5e50130bd21af3;p=perltidy.git * Update standards version; no changes * Bump dh_compat to 5 * Promote homepage * Fix debian/copyright --- diff --git a/debian/changelog b/debian/changelog index fe07adb8..54c7130a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ -perltidy (20090616-1) UNRELEASED; urgency=low +perltidy (20090616-1) unstable; urgency=low * New upstream release + * Update standards version; no changes + * Bump dh_compat to 5 + * Promote homepage + * Fix debian/copyright - -- Don Armstrong Tue, 23 Jun 2009 22:28:04 -0700 + -- Don Armstrong Tue, 23 Jun 2009 22:43:49 -0700 perltidy (20071205-2) unstable; urgency=low diff --git a/debian/compat b/debian/compat index bf0d87ab..7813681f 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 \ No newline at end of file +5 \ No newline at end of file diff --git a/debian/control b/debian/control index b9445eb7..8c472693 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,10 @@ Source: perltidy Section: devel Priority: optional Maintainer: Don Armstrong -Build-Depends: debhelper (>= 4) +Build-Depends: debhelper (>= 5) Build-Depends-Indep: perl (>= 5.6.0-16) -Standards-Version: 3.7.2 +Standards-Version: 3.8.2 +Homepage: http://perltidy.sourceforge.net/ Package: perltidy Architecture: all @@ -21,4 +22,3 @@ Description: Perl script indenter and reformatter even generate colored output in HTML for scripts. See examples at http://perltidy.sourceforge.net/ . - Homepage: http://perltidy.sourceforge.net/ diff --git a/debian/copyright b/debian/copyright index 8cc9b9de..b58e0563 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,12 +1,21 @@ This is the debian package for the Perl::Tidy module. It was created by Aubin Paul using dh-make-perl. -This copyright info was automatically extracted from the perl module. -It may not be accurate, so you better check the module sources -if don't want to get into legal troubles. - The upstream author is: Steve Hancock -This program is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License Version 2, found on Debian systems -in the file /usr/share/common-licenses/GPL +Copyright (c) 2000-2009 by Steve Hancock +Distributed under the GPL license agreement; see file COPYING + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA