chiark / gitweb /
rename package and finalise changelog
authorIan Jackson <ian@anarres>
Tue, 7 Feb 2006 18:02:51 +0000 (18:02 +0000)
committerIan Jackson <ian@anarres>
Tue, 7 Feb 2006 18:02:51 +0000 (18:02 +0000)
CREDITS
Makefile
debian/autodebtest.links [deleted file]
debian/autopkgtest.links [new file with mode: 0644]
debian/changelog
debian/control
debian/rules
runner/adt-run
runner/adt-run.1
virt-chroot/adt-virt-chroot
virt-chroot/adt-virt-chroot.1

diff --git a/CREDITS b/CREDITS
index 481c6a9e96249eeb6055b67e87b563d9d2ed1ce1..d0e415449793b840e965176fc705d8ef84a46737 100644 (file)
--- 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
index d300f624b7cbd66b5f17c11aba6154e00f5ebcf5..cdb2c0cf9bf06a376b042cccbd9bd2415fbc7a8d 100644 (file)
--- 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
 # 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 (file)
index f16ed55..0000000
+++ /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 (file)
index 0000000..6e84e7f
--- /dev/null
@@ -0,0 +1 @@
+usr/share/doc/autopkgtest/copyright usr/share/doc/autopkgtest/CREDITS
index 9dd776d911d10d4f28b534c7e5bf08455235f2c6..ae2a4d4a34598b202978f525334c8c80e8864a8d 100644 (file)
@@ -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 <iwj@ubuntu.com>  Tue,  7 Feb 2006 18:02:08 +0000
 
 autodebtest (0.5.2) dapper; urgency=low
 
index ad47a49059a3d0bcf5eb32e877307bddc7019698..348de43546baf42f36fb45b08f131c2a93e35fd6 100644 (file)
@@ -1,18 +1,20 @@
-Source: autodebtest
+Source: autopkgtest
 Maintainer: Ian Jackson <iwj@ubuntu.com>
 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.
index b81d752229bbf3d94ca9b0b9eb78da5d3b78e3f5..7ce7d4e54a5844fe432039e709475d42ebafcfab 100755 (executable)
@@ -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:
index 88e2315a33986b24f7745d7898f0870c559ae5ac..c159b18f771fd5d6e9e7b503b74ab4242e1b9ca0 100755 (executable)
@@ -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
index aa2e97e06938ce9be708f1890f23dca136d7d5fa..38054581dbe204ab6142b96abef128ff140c6eda 100644 (file)
@@ -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.
index 25da995d57edbae4a7ae87325b8d0b57f692c656..e457220e6f4bdb601c2b3779a14e45a8338b6a5f 100755 (executable)
@@ -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
index 0caabc8a7633b2a5ffd0a9c0fe763e7e6f8bd952..1d421161691ddc66bf50b27ecff05710e01566c7 100644 (file)
@@ -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.