This is an automated email from the git hooks/post-receive script. pabs pushed a commit to branch master in repository devscripts.
commit 1b19b086344a791be71a0922a630568d9db8e837 Author: Paul Wise <[email protected]> Date: Sat Apr 2 14:15:45 2016 +0800 Update chdist bash-completion file with the architectures currently (as of 2016-04-02) listed on buildd.debian.org Signed-off-by: Paul Wise <[email protected]> --- debian/changelog | 5 +++++ scripts/chdist.bash_completion | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 11ab841..20b56a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ devscripts (2.16.3) UNRELEASED; urgency=medium + [ James McCoy ] * uscan: + Fix regression in processing FTP listings when file pattern is the tail of another filename. (Closes: #818727) @@ -7,6 +8,10 @@ devscripts (2.16.3) UNRELEASED; urgency=medium line specifies the version to check. (Closes: #818865) + xip → xpi in the manpage. (Closes: #819106) + [ Paul Wise ] + * Update chdist bash-completion file with the architectures currently + (as of 2016-04-02) listed on buildd.debian.org + -- James McCoy <[email protected]> Sun, 20 Mar 2016 12:26:04 -0400 devscripts (2.16.2) unstable; urgency=medium diff --git a/scripts/chdist.bash_completion b/scripts/chdist.bash_completion index f6fc251..457c949 100644 --- a/scripts/chdist.bash_completion +++ b/scripts/chdist.bash_completion @@ -8,9 +8,8 @@ _chdist () compare-versions compare-bin-versions grep-dctrl-packages grep-dctrl-sources list' - # Sync'd with buildd.debian.org and buildd.debian-ports.org on 2015-04-28: - local archs="amd64 arm64 armel armhf hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64el s390 s390x sparc \ - alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32" + # Sync'd with buildd.debian.org on 2016-04-02: + local archs="all alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 m68k mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32" local dists=$(ls $HOME/.chdist 2>/dev/null) COMPREPLY=() -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
