From: Ian Jackson Date: Tue, 7 Feb 2006 18:02:51 +0000 (+0000) Subject: rename package and finalise changelog X-Git-Tag: converted-from-bzr~67 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5dd4f1918d5a0f6e6fdaca10781134e0e30d56ca;p=autopkgtest.git rename package and finalise changelog --- diff --git a/CREDITS b/CREDITS index 481c6a9..d0e4154 100644 --- a/CREDITS +++ b/CREDITS @@ -1,7 +1,9 @@ -autodebtest, a tool for testing Debian binary packages +autopkgtest, a tool for testing Debian binary packages -autodebtest is Copyright (C) 2006 Canonical Ltd. -autodebtest was written by Ian Jackson for Canonical. +autopkgtest is Copyright (C) 2006 Canonical Ltd. +autopkgtest was written by Ian Jackson for Canonical. + +(autopkgtest was previously known as autodebtest) This program is free software; you can redistribute it and/or modify diff --git a/Makefile b/Makefile index d300f62..cdb2c0c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -# This file is part of autodebtest -# autodebtest is a tool for testing Debian binary packages +# This file is part of autopkgtest +# autopkgtest is a tool for testing Debian binary packages # -# autodebtest is Copyright (C) 2006 Canonical Ltd. +# autopkgtest is Copyright (C) 2006 Canonical Ltd. # # 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 @@ -18,14 +18,14 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # # See the file CREDITS for a full list of credits information (often -# installed as /usr/share/doc/autodebtest/CREDITS). +# installed as /usr/share/doc/autopkgtest/CREDITS). prefix = /usr/local share = $(prefix)/share bindir = $(prefix)/bin mandir = $(share)/man man1dir = $(mandir)/man1 -docdir = $(share)/doc/autodebtest +docdir = $(share)/doc/autopkgtest INSTALL = install INSTALL_DIRS = $(INSTALL) -d diff --git a/debian/autodebtest.links b/debian/autodebtest.links deleted file mode 100644 index f16ed55..0000000 --- a/debian/autodebtest.links +++ /dev/null @@ -1 +0,0 @@ -usr/share/doc/autodebtest/copyright usr/share/doc/autodebtest/CREDITS diff --git a/debian/autopkgtest.links b/debian/autopkgtest.links new file mode 100644 index 0000000..6e84e7f --- /dev/null +++ b/debian/autopkgtest.links @@ -0,0 +1 @@ +usr/share/doc/autopkgtest/copyright usr/share/doc/autopkgtest/CREDITS diff --git a/debian/changelog b/debian/changelog index 9dd776d..ae2a4d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -autodebtest (0.5.3) unstable; urgency=low +autopkgtest (0.5.3) unstable; urgency=low + * Rename package autodebtest => autopkgtest. * Remove a leftover debugging print from adt-virt-chroot. - -- + -- Ian Jackson Tue, 7 Feb 2006 18:02:08 +0000 autodebtest (0.5.2) dapper; urgency=low diff --git a/debian/control b/debian/control index ad47a49..348de43 100644 --- a/debian/control +++ b/debian/control @@ -1,18 +1,20 @@ -Source: autodebtest +Source: autopkgtest Maintainer: Ian Jackson Section: devel Priority: optional Standards-Version: 3.6.2 Build-Depends: debhelper (>= 4.0.2) -Package: autodebtest +Package: autopkgtest Architecture: all Depends: python2.4 +Conflicts: autopkgtest (<< 0.5.3) +Replaces: autopkgtest (<< 0.5.3) Description: automatic as-installed testing for Debian packages - autodebtest runs tests on binary packages. The tests are run on the + autopkgtest runs tests on binary packages. The tests are run on the package as installed on a testbed system (which may be found via a virtualisation or containment system). The tests are expected to be supplied in the corresponding Debian source package. See adt-run(1) - and /usr/share/doc/autodebtest. + and /usr/share/doc/autopkgtest. . Status: this release is still pretty much a proof of concept. diff --git a/debian/rules b/debian/rules index b81d752..7ce7d4e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,9 @@ #!/usr/bin/make -f # -# This file is part of autodebtest -# autodebtest is a tool for testing Debian binary packages +# This file is part of autopkgtest +# autopkgtest is a tool for testing Debian binary packages # -# autodebtest is Copyright (C) 2006 Canonical Ltd. +# autopkgtest is Copyright (C) 2006 Canonical Ltd. # # 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 @@ -20,9 +20,9 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # # See the file CREDITS for a full list of credits information (often -# installed as /usr/share/doc/autodebtest/CREDITS). +# installed as /usr/share/doc/autopkgtest/CREDITS). -p=autodebtest +p=autopkgtest build build-arch build-indep: binary-arch: diff --git a/runner/adt-run b/runner/adt-run index 88e2315..c159b18 100755 --- a/runner/adt-run +++ b/runner/adt-run @@ -1,9 +1,9 @@ #!/usr/bin/python2.4 # -# adt-run is part of autodebtest -# autodebtest is a tool for testing Debian binary packages +# adt-run is part of autopkgtest +# autopkgtest is a tool for testing Debian binary packages # -# autodebtest is Copyright (C) 2006 Canonical Ltd. +# autopkgtest is Copyright (C) 2006 Canonical Ltd. # # 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 @@ -20,7 +20,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # # See the file CREDITS for a full list of credits information (often -# installed as /usr/share/doc/autodebtest/CREDITS). +# installed as /usr/share/doc/autopkgtest/CREDITS). import signal import optparse diff --git a/runner/adt-run.1 b/runner/adt-run.1 index aa2e97e..3805458 100644 --- a/runner/adt-run.1 +++ b/runner/adt-run.1 @@ -1,4 +1,4 @@ -.TH adt\-run 1 2006 autodebtest "Linux Programmer's Manual" +.TH adt\-run 1 2006 autopkgtest "Linux Programmer's Manual" .SH NAME adt\-run \- test an installed binary package using the package's tests .SH SYNOPSYS @@ -10,9 +10,9 @@ adt\-run \- test an installed binary package using the package's tests .br .SH DESCRIPTION .B adt\-run -is the program for invoking the autodebtest package testing machinery. +is the program for invoking the autopkgtest package testing machinery. -autodebtest is a facility for testing binary packages, as installed on +autopkgtest is a facility for testing binary packages, as installed on a system (such as a testbed system). The tests are those supplied in the source package. @@ -114,8 +114,8 @@ will appear where the name of the test should be. This tool still lacks many important features. .SH AUTHORS AND COPYRIGHT -This manpage is part of autodebtest, a tool for testing Debian binary -packages. autodebtest is Copyright (C) 2006 Canonical Ltd and others. +This manpage is part of autopkgtest, a tool for testing Debian binary +packages. autopkgtest is Copyright (C) 2006 Canonical Ltd and others. -See \fB/usr/share/doc/autodebtest/CREDTIS\fR for the list of +See \fB/usr/share/doc/autopkgtest/CREDITS\fR for the list of contributors and full copying conditions. diff --git a/virt-chroot/adt-virt-chroot b/virt-chroot/adt-virt-chroot index 25da995..e457220 100755 --- a/virt-chroot/adt-virt-chroot +++ b/virt-chroot/adt-virt-chroot @@ -1,9 +1,9 @@ #!/usr/bin/python2.4 # -# adt-virt-chroot is part of autodebtest -# autodebtest is a tool for testing Debian binary packages +# adt-virt-chroot is part of autopkgtest +# autopkgtest is a tool for testing Debian binary packages # -# autodebtest is Copyright (C) 2006 Canonical Ltd. +# autopkgtest is Copyright (C) 2006 Canonical Ltd. # # 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 @@ -20,7 +20,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # # See the file CREDITS for a full list of credits information (often -# installed as /usr/share/doc/autodebtest/CREDITS). +# installed as /usr/share/doc/autopkgtest/CREDITS). import sys import os diff --git a/virt-chroot/adt-virt-chroot.1 b/virt-chroot/adt-virt-chroot.1 index 0caabc8..1d42116 100644 --- a/virt-chroot/adt-virt-chroot.1 +++ b/virt-chroot/adt-virt-chroot.1 @@ -1,6 +1,6 @@ -.TH adt\-run 1 2006 autodebtest "Linux Programmer's Manual" +.TH adt\-run 1 2006 autopkgtest "Linux Programmer's Manual" .SH NAME -adt\-virt\-chroot \- autodebtest virtualisation server using a chroot +adt\-virt\-chroot \- autopkgtest virtualisation server using a chroot .SH SYNOPSYS .B adt\-virt\-chroot .RI [ options ] @@ -12,7 +12,7 @@ adt\-virt\-chroot \- autodebtest virtualisation server using a chroot .I /path/to/chroot .SH DESCRIPTION .B adt\-virt\-chroot -provides an autodebtest virtualisation server using a chroot install +provides an autopkgtest virtualisation server using a chroot install (or similar). Normally @@ -72,8 +72,8 @@ This tool lacks flexibility, and also lacks features provided for by the specification which would be useful for robust testing. .SH AUTHORS AND COPYRIGHT -This manpage is part of autodebtest, a tool for testing Debian binary -packages. autodebtest is Copyright (C) 2006 Canonical Ltd and others. +This manpage is part of autopkgtest, a tool for testing Debian binary +packages. autopkgtest is Copyright (C) 2006 Canonical Ltd and others. -See \fB/usr/share/doc/autodebtest/CREDTIS\fR for the list of +See \fB/usr/share/doc/autopkgtest/CREDITS\fR for the list of contributors and full copying conditions.