aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@netfort.gr.jp>2012-05-31 07:28:32 +0900
committerJunichi Uekawa <dancer@netfort.gr.jp>2012-05-31 07:28:32 +0900
commit5a996558033e77f61cbbcea1bead197405b96c5a (patch)
treecb719868ff8055d4bbafc5782280b9898855ede4 /debian
parent31525c5b167dfdebd07ca87ac471c7a2d09542da (diff)
downloadpbuilder-5a996558033e77f61cbbcea1bead197405b96c5a.tar
pbuilder-5a996558033e77f61cbbcea1bead197405b96c5a.tar.gz
update copyright file to be more machine-process-able, and move homepage information to debian/control
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
-rw-r--r--debian/copyright53
2 files changed, 25 insertions, 29 deletions
diff --git a/debian/control b/debian/control
index a3c4011..f4a1f94 100644
--- a/debian/control
+++ b/debian/control
@@ -32,6 +32,7 @@ Recommends: fakeroot,
Suggests: pbuilder-uml,
gdebi-core,
cowdancer
+Homepage: http://pbuilder.alioth.debian.org
Description: personal package builder for Debian packages
pbuilder constructs a chroot system, and builds a package inside the
chroot.
diff --git a/debian/copyright b/debian/copyright
index 1ee93bf..c6de397 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,31 +1,26 @@
-This package was debianized by Junichi Uekawa <dancer@debian.org> on
-Sat, 28 Jul 2001 17:05:50 +0900.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pbuilder
+Upstream-Contact: Junichi Uekawa <dancer@debian.org>
-It was downloaded from http://www.netfort.gr.jp/~dancer/software/pbuilder.html
-now from http://pbuilder.alioth.debian.org
+Files: *
+Copyright: Copyright 2001-2007 Junichi Uekawa
+ Copyright (C) 2010 Loïc Minier <lool@dooz.org>
+ # pbuilder -- personal Debian package builder
+ # Copyright (C) 2001-2007 Junichi Uekawa
+ #
+ # 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+License: GPL-2+
-Upstream Author:
- Junichi Uekawa <dancer@netfort.gr.jp> and others.
-
-
-Copyright:
-
-# pbuilder -- personal Debian package builder
-# Copyright (C) 2001-2007 Junichi Uekawa
-#
-# 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-GPL version 2 or later.
-See /usr/share/common-licenses/GPL-2 on Debian systems.
+ \ No newline at end of file