On Tue, Sep 22, 2015 at 03:55:17PM +0200, Stefano Zacchiroli wrote: > Package: debian-policy > Severity: wishlist > Tags: patch > > I'm filing this bug report to avoid losing track of the discussion we've had > in > July 2014 about merging the autopkgtest/DEP8 specification into Debian Policy. > The thread is archived starting from here: > > https://lists.debian.org/debian-policy/2014/07/msg00057.html > > I've posted draft patches implementing what was discussed in the thread at the > time; I'm attaching them to this message as patches.
Hello Stefano, I have created a git branch bug799779-bill with your patch. I needed to change a little, please review (in attachment). > There have been some requested format changes (see thread), which I didn't > have > time to implement. They're now up for grabs, hurry up! :-) If I do the conversion, would you review the new version for translation error ? Thanks for moving forward with this, -- Bill. <[email protected]> Imagine a large red swirl here.
>From 7a6d9d92f52c2a8728db87409e0d1dcd6e6dc910 Mon Sep 17 00:00:00 2001 From: Bill Allombert <[email protected]> Date: Sun, 11 Oct 2015 17:54:38 +0200 Subject: [PATCH] autopkgtest.desc: replace reference to packages-tests by autopkgtest --- autopkgtest.desc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/autopkgtest.desc b/autopkgtest.desc index dc7ea40..7d3fa3e 100644 --- a/autopkgtest.desc +++ b/autopkgtest.desc @@ -2,12 +2,12 @@ Document: autopkgtest Title: automatic as-installed package test specification Author: The Debian Project Abstract: Specification for automatic as-installed (AKA "autopkgtest", - or DEP-8) tests for Debian packages + or DEP-8) tests for Debian packages Section: Debian Format: text -Files: /usr/share/doc/debian-policy/package-tests.txt.gz +Files: /usr/share/doc/debian-policy/autopkgtest.txt.gz Format: HTML -Index: /usr/share/doc/debian-policy/package-tests.html -Files: /usr/share/doc/debian-policy/package-tests.html +Index: /usr/share/doc/debian-policy/autopkgtest.html +Files: /usr/share/doc/debian-policy/autopkgtest.html -- 1.7.10.4

