[Bash-completion-commits] [SCM] bash-completion branch, master, updated. a4c9bdc1774d234f322d214cf7636c10bd2db1c0

David Paleino d.paleino at gmail.com
Fri Apr 3 11:58:20 UTC 2009


The following commit has been merged in the master branch:
commit a4c9bdc1774d234f322d214cf7636c10bd2db1c0
Author: David Paleino <d.paleino at gmail.com>
Date:   Fri Apr 3 13:58:09 2009 +0200

    Removing Debian-specific files

diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 7f4b0af..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,398 +0,0 @@
-bash-completion (1:1.x) UNRELEASED; urgency=low
-
-  [ David Paleino ]
-  * Prepare for future development.
-
-  [ Ville Skyttä ]
-  * Split yum and yum-arch completion into contrib/yum.
-  * Install yum-arch completion only if yum-arch is installed.
-  * Update list of yum commands and options.
-  * Add yum repolist, --enable/disablerepo, --disableexcludes, -d, and -e
-    completions.
-  * Fix local array initialization under bash 3.0, prevents "()" occurring in
-    file and dir name completions.
-
- -- David Paleino <d.paleino at gmail.com>  Wed, 25 Mar 2009 23:18:24 +0100
-
-bash-completion (1:1.0-1) UNRELEASED; urgency=low
-
-  [ Guillaume Rousse ]
-  * Make bibtex complete on .aux files
-  * Add .xvid and .XVID to player completion
-  * Added cowsay/cowthink completion
-  * Added brctl completion
-  * Added cpan2dist completion
-  * Added qemu completion
-  * Added net-tools (mii-tool and mii-diag) completions
-  * Added minicom completion
-  * Added quota-tools completion
-  * Added rdesktop completion
-  * Added tightvncviewer completion
-  * Cleanup screen completion, and make it completes on options
-
-  [ David Paleino ]
-  * Added .kar to Timidity completion.
-  * Fix killall completion, remove trailing ":" on certain process
-    names
-  * Fix man -l completing filenames (Closes: #497074)
-  * (Partly) fixed java classes completion (Closes: #496828). Look for
-    FIXME in source.
-  * Dump to /dev/null error message from look(1) with no arguments
-    (Closes: #495142)
-  * Set ssh as default for rsync (was rsh) (Closes: #492328)
-  * Added .oga, .ogv, .ogx to mplayer completion (Closes: #496162)
-  * Added .epub to unzip|zipinfo completion (Closes: #492476)
-  * Added ssh-copy-id completion (Closes: #491856)
-  * Moved ssh completion to separate file (Closes: #360628)
-  * Bogus completion when mounting subdirs fixed (Closes: #322238)
-  * Fix `apt-cache showsrc` completing only on source package names
-    (Closes: #361535)
-  * Fixed bugs with gdb completion:
-    - when an empty directory is in $PATH (thanks to Morita Sho)
-      (Closes: #497597)
-    - when a non-existing directory is in $PATH (Closes: #499780)
-  * Fix missing completion for "-n" and "-e" (we were using echo, now
-    using printf) (thanks to Morita Sho) (Closes: #498105)
-  * Fixed gpg completion:
-    - --@(export|@(?(l|nr|nrl)sign|edit)-key)) (Closes: #500316)
-    - -@(r|-recipient))
-  * Fixed .cb[rz] completion for evince (Closes: #502885)
-  * Added gksudo, gksu, kdesudo completion
-  * Added apache2ctl completion
-  * Added gpg2 completion (Closes: #489927)
-  * Fixed mplayer -skin completion (Closes: #501473)
-  * Fixed errors with POSIX enabled (Closes: #502804)
-  * Fixed dpkg-source wrong exit() with return() (Closes: #)
-  * Added --schedule-only to aptitude's completion (Closes: #502664)
-  * Added build-dep to aptitude's completion (Closes: #495883)
-  * Added support for `-F configfile' to _known_hosts(), ssh, scp and
-    sftp, thanks to Freddy Vulto (Closes: #504141)
-  * Fixed sed quoting bug in _known_hosts(), thanks to Freddy Vulto
-    (Closes: #504650)
-  * Allow `Host(Name)' in ssh config file to be indented
-  * Allow `Host(Name)' in ssh config file to have trailing comment.
-  * Allow for comments in known_hosts files (Closes: #511789)
-  * Fixed perl -I/-x completion, thanks to Freddy Vulto
-    (Closes: #504547)
-  * README updated: explain how to use bash-completion correctly.
-    (Closes: #506560)
-  * TODO updated: the Alioth team is now upstream.
-  * Added qdbus completion, thanks to Terence Simpson (LP: #257903)
-  * Added monodevelop and mdtool completions.
-  * Split subversion-related completions to contrib/_subversion
-    (prefixed with _ to avoid file conflicts with upstream's one)
-  * Fixed completion of environment variables, thanks to Morita Sho
-    (Closes: #272660)
-  * Fix dpkg completion bug: it listed only non-Essential packages
-    (Closes: #511790)
-  * Fixed _dpkg_source completion (Closes: #503317)
-  * Added _parse_help() to try to parse options listed in $command
-    --help
-  * Fixed gzip completion to use _parse_help(), since the available
-    options vary with distributions
-  * Added to_review/ directory, where completions needing a review would
-    go. After it gets accepted, the completion would go into contrib/.
-  * Remove unused UNAME local variable in _info() (Closes: #501843)
-  * AUTHORS added
-  * Make _alias() use _get_cword
-  * Added .zip to jar completions (Closes: #521041)
-  * Merge from Gentoo:
-    - fix 'find' completion so that it properly completes on -?(i)whilename.
-      Patch by Ciaran McCreesh.
-    - use make -qp to parse the Makefile for us, so we get proper completion
-      on things like pattern rules. Patch by Mike Kelly <pioto at exherbo.org>.
-    - complete on gkrellm2 as well. Patch by Aaron Walker.
-    - fix CVS completion
-  * Merge from Ubuntu:
-    - consume error messages in configure completion (LP: #223882)
-      (Mika Fischer)
-    - quote $xspec in _filedir_xspec in case it is empty, which would
-      cause errors if there was no match under failglob. (LP: #194419)
-      (Mika Fischer)
-  * debian/links fixed (Closes: #494292)
-  * debian/control:
-    - fixed typo in the long description
-    - added Vcs-* fields
-  * debian/install:
-    - correctly install contrib/* under /etc/bash_completion.d/
-  * debian/copyright updated
-  * extra/dh_bash-completion:
-    - updated to support a list of files in debian/<package>.bash-completion
-      (Closes: #512917)
-
-  [ Ville Skyttä ]
-  * Added JPEG 2000 files to display completion, thanks to Bastien Nocera
-    (RHBZ: #304771)
-  * Improved rpm macro completion.
-  * Added -E to rpm completion.
-  * Improved rpm backup file avoidance.
-  * Improved /var/log/rpmpkgs based rpm installed package completion.
-  * Improved performance of rpm -qa based rpm installed package completion.
-  * Improved features and performance of yum completion.
-  * Added support for p (POSIX) and x (x.org) man sections.
-  * Improved filename based man page completion.
-  * Added minimal sqlite3 completion.
-  * Improved getent completion (Ville Skyttä, Guillaume Rousse).
-  * (Re)fix gzip and bzip2 options completion.
-  * Improved svn filename completion (RHBZ: #430059).
-  * Add lzma completion (Per Øyvind Karlsen, Ville Skyttä).
-  * Add .mp2 and .vdr to mplayer completion (RHBZ: #444467).
-  * Add .mkv, .mp2 and .vdr to *xine completion (RHBZ: #444467).
-  * Added lzop completion.
-  * Fix scp metacharacter escaping.
-  * Remove duplicate cpio completion, thanks to Freddy Vulto (Closes: #512823)
-  * Fix awk error in "modprobe -r /" completion (Closes: #512556).
-  * Expand ~foo to dir name more eagerly to avoid quoting issues.
-  * Fix -sourcepath handling in javadoc packages completion.
-  * Extract process name completion from _killall to _pnames, make it work
-    for others than Linux and FreeBSD.
-  * Fix process name completion with relative paths (RHBZ: #484578).
-  * Use improved process name completion in pgrep in addition to killall.
-  * Enable pgrep and pkill completion if the commands are available, not just
-    on Linux and FreeBSD.
-  * Drop hg completion, an improved version is shipped with Mercurial
-    (contrib/bash_completion in the tarball).
-  * Make okular complete on same files as evince, thanks to Mary Ellen Foster
-    (RHBZ: #486998).
-  * Apply ps2pdf completion to ps2pdf{12,13,14,wr} too.
-  * Simplify bash_completion.sh, return earlier in non-applicable environments.
-  * Remove obsolete --buildarch and --buildos rpm(build) completions.
-  * Add rpmbuild --target completion.
-  * Use "-profile help" to get mplayer and friends -profile completions.
-
-  [ Freddy Vulto ]
-  * Restored `_display()' completion for `display' by removing
-    completion-by-extension for `display' (Alioth#311429)
-  * Removed duplicate completion option `-borderwidth' for `display'
-  * Prevent completion dir from being sourced twice if
-    BASH_COMPLETION_DIR and BASH_COMPLETION_COMPAT_DIR are equal (Alioth#311433) 
-  * Make `_mii-tool()' and `_mii-diag()' POSIX-compliant
-  * Fix _isql completion waiting for grep input if $ODBCINI not set; handle
-    whitespace in $ODBCINI.
-  * Split vncviewer completion in _tightvncviewer() and _xvnc4viewer()
-    Added _realcommand() global function.
-
-  [ Jakob Unterwurzacher ]
-  * ps2pdf can run on .pdf files as well. (Closes: #516614, LP: #316943)
-
-  [ Santiago M. Mola ]
-  * Add .ape to mplayer supported extensions (Alioth#311510).
-
- -- David Paleino <d.paleino at gmail.com>  Wed, 25 Mar 2009 23:18:24 +0100
-
-bash-completion (20080705) unstable; urgency=low
-
-  [ David Paleino ]
-  * Added more completions to imagemagick (thanks to Nelson A. de 
-    Oliveira) (Closes: #487786)
-  * Added xrandr completion (thanks to Anton Khirnov) (Closes: #487825)
-  * Improving _gdb completion:
-    - $filenames to $default (Closes: #463969)
-    - also show directory names (i.e. compgen -d) in COMPREPLY.
-    - added . to $PATH, to allow debugging "local" executables.
-    - do not complete Bash's builtins (thanks to Morita Sho)
-
-  [ Luk Claes ]
-  * Remove use of ucf for /etc/bash-completion (Closes: #488171).
-
- -- Luk Claes <luk at debian.org>  Sat, 05 Jul 2008 16:14:15 +0200
-
-bash-completion (20080617.5) unstable; urgency=medium
-
-  * Revert way of setting environment variables (Closes: #487774).
-  * Add equals sign to _get_cword for mutt_aliases (Closes: #482635).
-  * Enhance mlayer completion (Closes: #487826, #487838).
-
- -- Luk Claes <luk at debian.org>  Tue, 24 Jun 2008 19:50:57 +0200
-
-bash-completion (20080617.4) experimental; urgency=low
-
-  [ David Paleino ]
-  * Merged Ubuntu changes:
-    - added quote(), quote_readline(), dequote() helper functions.
-    - added _remove_word()
-    - fixed _get_cword()
-    - refactored _filedir using quote_readline()
-    - refactored _filedir_xspec using quote_readline()
-    - fixed COMPREPLY's in _iwconfig
-    - fixed _cvs()
-    - _known_hosts(): use files from UserKnownHostsFile options in 
-                      addition to standard ones.
-    - fixed _command() to correctly prune the command line
-    - disabled completion of PostgreSQL users and databases
-    - fixed _java_packages()
-    - fixed _muttquery()
-    - added flv/FLV completion to mplayer
-    - added --installed to apt-cache
-    - only complete on filenames for aspell
-    - fixed code for exclusions compspecs
-    - added code to gracefully handle debug options (set +/-v)
-
- -- Luk Claes <luk at debian.org>  Mon, 23 Jun 2008 19:25:25 +0200
-
-bash-completion (20080617.3) unstable; urgency=low
-
-  [ David Paleino ]
-  * Fixed IFS for filedir_xspec - Thanks to Stefan Lippers-Hollmann
-    (Closes: #487571)
-
-  [ Luk Claes ]
-  * Install dh-bash-completion to ease installation of completions.
-
- -- Luk Claes <luk at debian.org>  Mon, 23 Jun 2008 07:24:21 +0200
-
-bash-completion (20080617.2) unstable; urgency=low
-
-  [ David Paleino ]
-  * New upstream release
-    - provide a manpage for extra/dh_bash-completion
-    - fix semi-serious problem with _filedir() (Closes: #487449)
-  * debian/rules:
-    - added rule to generate dh_bash-completion's manpage
-  * debian/install, debian/dirs:
-    - installing dh_bash-completion into /usr/bin
-  * debian/control:
-    - new package dh-bash-completion
-
-  [ Luk Claes ]
-  * Comment new package to make sure current fix gets in the archive first.
-  * Add compression completion for vi(m).
-
- -- Luk Claes <luk at debian.org>  Sun, 22 Jun 2008 19:47:23 +0200
-
-bash-completion (20080617.1) unstable; urgency=medium
-
-  [ David Paleino ]
-  * Urgency set to medium because the package is currently unusable.
-  * New upstream sub-release
-    - fixed some typos here and there which prevented bash completions
-      at all (Closes: #487441).
-    - really closing Debian bug #455510.
-
- -- Luk Claes <luk at debian.org>  Sun, 22 Jun 2008 00:22:53 +0200
-
-bash-completion (20080617) unstable; urgency=low
-
-  [ David Paleino ]
-  * New upstream release
-    - add more completions to aptitude (Closes: #432289)
-    - fixed UTF-8 problem with _get_cword(), thanks to
-      Andrei Paskevich (Closes: #472132)
-    - fixed autoremove completion, thanks to Flavio Visentin
-      (Closes: #474974)
-    - cmf and CMF added to playmidi completion (Closes: #365658)
-    - added rrdtool completion, thanks to Justin Pryzby (Closes: #428641)
-    - added OpenDocument completion for unzip/zipinfo (.od{f,g,p,s,t})
-      (Closes: #472940)
-    - fixed escaping problems with job control (i.e. disown, jobs, bg, 
-      fg): the argument is now surrounded by "" (Closes: #347316)
-    - make mkdir complete also on filenames (Closes: #376433)
-    - {bz,z}{cat,cmp,diff,egrep,fgrep,grep,less,more} now should complete
-      on all filenames, not just compressed archives (just commented out)
-      (Closes: #455510)
-    - fixes Perl completion (Closes: #470742)
-    - fixes get_cword -> _get_cword typo (Closes: #478596)
-    - fixes _get_cword() function to properly handle filenames with 
-      whitespaces (Closes: #394636, #468254, #474094)
-    - added .pdf.bz2 completion to evince (Closes: #424736)
-    - added .svg completion to display (Closes: #441017)
-    - added .m2ts completion to mplayer (Closes: #480879)
-    - added extra/dh_bash-completion to ease future rewrite of bc.
-  * debian/copyright - now in a fancier machine-parsable format.
-  * debian/control:
-    - added myself to Uploaders
-    - debhelper Build-Depends updated to >= 6.
-  * debian/watch:
-    - improved current watch line regex
-    - added (commented out) probable future watch line
-  * debian/compat bumped to 6
-  * debian/dirs, debian/install and debian/links added
-  * debian/rules:
-    - refactored to make use of debian/{dirs,install,links}
-
-  [ Steve Kemp ]
-  * Applied patch to fix completion of umount command.
-    (Closes: #470539)
-  * Fixed the completion of Perl manpages.
-    (Closes: #404976)
-  * Added 'aif' to the filenames offed for completion for mplayer.
-    (Closes: #474517)
-  * Allow tsocks completion.
-    (Closes: #409423)
-  * Update mutt completion to handle local usernames.
-    (Closes: #416655)
-  * Update apt-get completion to include the flag "--no-install-recommends"
-    (Closes: #475242)
-
- -- Luk Claes <luk at debian.org>  Sat, 21 Jun 2008 21:59:43 +0200
-
-bash-completion (20060301-4) unstable; urgency=low
-
-  * Add some fixes from Ubuntu:
-  * Fix completion of filenames with spaces (Closes: #468254).
-  * Fix parsing of SSH config files (Closes: #435117).
-  * Change priority to standard (Closes: #471666).
-  * Add some more completions for xine (Closes: #452083, #471249).
-  * Fix completion of gzip (Closes: #351913).
-  * Also use $HOSTFILE in hostname completion (Closes: #400380).
-
- -- Luk Claes <luk at debian.org>  Sat, 22 Mar 2008 23:10:30 +0000
-
-bash-completion (20060301-3) unstable; urgency=low
-
-  * Fix kpdf completion (Closes: #468163, #413374).
-  * Fix completion of - or -- with _command (Closes: #415276).
-  * Add sux to the complete -u list (Closes: #466089).
-  * Add dvipdfm to the list of dvi programs (Closes: #396644).
-  * Add --purge-unused option completion for aptitude (Closes: #438471).
-  * Add divx extension completion for mplayer (Closes: #444294).
-  * Add pdf.gz completion for evince (Closes: #456887).
-  * Add --remove-all completion for update-alternatives (Closes: #269173).
-
- -- Luk Claes <luk at debian.org>  Wed, 05 Mar 2008 22:57:27 +0100
-
-bash-completion (20060301-2) unstable; urgency=low
-
-  * Take over the package.
-
- -- Luk Claes <luk at debian.org>  Wed, 27 Feb 2008 19:22:03 +0100
-
-bash-completion (20060301-1) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Matthias Klose <doko at debian.org>  Sat, 09 Feb 2008 23:18:20 +0100
-
-bash-completion (20060301-0ubuntu2) hardy; urgency=low
-
-  * Replace bash (<< 3.1dfsg-9), handle upgrade in preinst.
-  * Exclude hashed hostnames from ssh host completion results. Closes: #428085.
-  * Fix: ifup/down don't really complete. Closes: #463756.
-  * Allow perl completion to complete filenames, complete -I and -x arguments.
-    Closes: #443394.
-  * Add find -wholename completion. Closes: #431220.
-  * Handle whitespaces in $HOME for _known_hosts() completion. Closes: #414821.
-  * dpkg -L: complete for removed-but-not-purged packages. Closes: #372156.
-  * Complete for apt-get autoremove. Closes: #433542, #443816, #445332.
-  * Update completion for mplayer (mka/flac). Closes: #340452.
-  * Add ping6/fping6 completion. Closes: #413170.
-  * Handle whitespace in paths for mount/umount completion. Closes: #367957.
-  * apt-get: Support --auto-remove. LP: #60666.
-
- -- Matthias Klose <doko at ubuntu.com>  Sat, 09 Feb 2008 23:11:32 +0100
-
-bash-completion (20060301-0ubuntu1) hardy; urgency=low
-
-  * Initial release, split out from the bash package.
-    The software currently is unsupported upstream.
-  * Don't try to set a readonly variable. LP: #149527.
-  * Support purge in apt-get auto completion (Mathias Gug). LP: #151677.
-  * evince: Autocomplete on cbr/cbz/djvu files. LP: #156200, #175220.
-    Closes: #400678.
-  * kdvi: complete .*\.dvi\.(gz|bz2). LP: #128234.
-  * kpdf: Complete postscript files. LP: #162319.
-  * Make completion working in the middle of a word (Adam Simpkins).
-    LP: #139666.
-
- -- Matthias Klose <doko at ubuntu.com>  Fri, 08 Feb 2008 16:46:34 +0100
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 1e8b314..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-6
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 510379d..0000000
--- a/debian/control
+++ /dev/null
@@ -1,20 +0,0 @@
-Source: bash-completion
-Section: shells
-Priority: standard
-Maintainer: Bash Completion Maintainers <bash-completion-devel at lists.alioth.debian.org>
-Uploaders: Luk Claes <luk at debian.org>, David Paleino <d.paleino at gmail.com>
-Build-Depends: debhelper (>= 6), perl
-Standards-Version: 3.8.0
-Vcs-Bzr: bzr://bzr.debian.org/bzr/bash-completion/current/
-Vcs-Browser: http://bzr.debian.org/loggerhead/bash-completion/current/files
-
-Package: bash-completion
-Architecture: all
-Depends: bash (>= 3.1dfsg-9)
-Replaces: bash (<< 3.1dfsg-9)
-Description: programmable completion for the bash shell
- bash completion extends bash's standard completion behavior to achieve
- complex command lines with just a few keystrokes.  This project was
- conceived to produce programmable completion routines for the most
- common Linux/UNIX commands, reducing the amount of typing sysadmins
- and programmers need to do on a daily basis.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index b57ceb9..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,20 +0,0 @@
-Source: http://bash-completion.alioth.debian.org/
-
-Files: debian/*
-Copyright: © 2008, Luk Claes <luk at debian.org>
- © 2008, Matthias Klose <doko at ubuntu.com>
- © 2008, David Paleino <d.paleino at gmail.com>
-License: GPL-2+
- 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.
-
-Files: *
-Copyright: © 2006-2008, Ian Macdonald <ian at caliban.org>
- © 2008, Bash Completion Maintainers <bash-completion-devel at lists.alioth.debian.org>
-License: GPL-2+
-
-On Debian systems, you can find the full text of the GNU General Public
-License v2 in `/usr/share/common-licenses/GPL-2'.
-
diff --git a/debian/dirs b/debian/dirs
deleted file mode 100644
index ea51232..0000000
--- a/debian/dirs
+++ /dev/null
@@ -1,4 +0,0 @@
-etc/bash_completion.d
-usr/bin
-usr/share/doc/bash
-usr/share/doc/bash-completion
diff --git a/debian/install b/debian/install
deleted file mode 100644
index 22dd222..0000000
--- a/debian/install
+++ /dev/null
@@ -1,3 +0,0 @@
-bash_completion			/etc/
-contrib						/etc/bash_completion.d/
-extra/dh_bash-completion	/usr/bin/
diff --git a/debian/links b/debian/links
deleted file mode 100644
index 0b69ba9..0000000
--- a/debian/links
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/share/doc/bash-completion/contrib	usr/share/doc/bash/completion-contrib
-usr/share/doc/bash-completion/README.gz	usr/share/doc/bash/README.bash_completion.gz
diff --git a/debian/manpages b/debian/manpages
deleted file mode 100644
index 03e6c0a..0000000
--- a/debian/manpages
+++ /dev/null
@@ -1 +0,0 @@
-extra/dh_bash-completion.1
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644
index 0a83df3..0000000
--- a/debian/postinst
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
-    configure)
-	# remove ucf configury
-	if which ucf >/dev/null; then
-	    ucf --purge /etc/bash_completion
-	fi
-	if which ucfr >/dev/null; then
-	    ucfr --purge bash-completion /etc/bash_completion
-	fi
-	;;
-    abort-upgrade|abort-remove|abort-deconfigure)
-	;;
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/postrm b/debian/postrm
deleted file mode 100644
index a08e9e9..0000000
--- a/debian/postrm
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
-    purge)
-	rm -f /etc/bash_completion
-	;;
-    remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-	;;
-    *)
-        echo "postrm called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/preinst b/debian/preinst
deleted file mode 100644
index 803b202..0000000
--- a/debian/preinst
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
-    install|upgrade)
-	if [ -d /usr/share/doc/bash/completion-contrib ] && [ ! -h /usr/share/doc/bash/completion-contrib ]; then
-	    rm -rf /usr/share/doc/bash/completion-contrib
-	fi
-    ;;
-
-    abort-upgrade)
-    ;;
-
-    *)
-        echo "preinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-#DEBHELPER#
-
-exit 0
-
-
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 452172b..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,50 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-VERSION=$(shell parsechangelog | grep ^Version | awk -F": " '{print $$2}' | cut -d"-" -f1)
-d = debian/bash-completion
-
-dh_bash-completion.1: extra/dh_bash-completion
-	pod2man \
-		--center "Bash-Completion Debhelper" \
-		--release $(VERSION) \
-		$< > extra/$@
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-	dh_install
-	dh_link
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs
-	dh_installdocs README TODO
-	dh_installman
-	dh_compress -Xcontrib
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary-arch: build install
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
diff --git a/debian/watch b/debian/watch
deleted file mode 100644
index e1056c6..0000000
--- a/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=3
-http://bash-completion.alioth.debian.org/files/bash-completion_(\d+.*)\.tar\.gz
diff --git a/extra/dh_bash-completion b/extra/dh_bash-completion
deleted file mode 100755
index 3cd6e5d..0000000
--- a/extra/dh_bash-completion
+++ /dev/null
@@ -1,114 +0,0 @@
-#!/usr/bin/perl -w
-
-=head1 NAME
-
-dh_bash-completion - install bash completions for package
-
-=cut
-
-use strict;
-use File::Find;
-use Debian::Debhelper::Dh_Lib;
-
-=head1 SYNOPSIS
-
-B<dh_bash-completion> [S<I<debhelper options>>]
-
-=head1 DESCRIPTION
-
-dh_bash-completion is a debhelper program that is responsible for installing
-completions for bash, usable installing the "bash-completion" package.
-
-If a file named debian/package.bash-completion exists, then different actions
-are performed, depending on its format.
-
-It can be a proper completion snippet, and in that case it would be installed
-in the completion directory, and no other actions would be performed.
-
-It can also be a list of files, with an optionally specified name to call the
-completion snippet after. The file format is as follows:
-
-  my/path/to/foo-completion       # this would be installed as "foo-completion"
-  my/path/to/bar-completion  baz  # this would be installed as "baz"
-
-=cut
-
-init();
-
-my $srcdir = '.';
-$srcdir = $dh{SOURCEDIR}."/" if defined $dh{SOURCEDIR};
-
-foreach my $package (@{$dh{DOPACKAGES}}) {
-	next if is_udeb($package);
-
-	my $tmp = tmpdir($package);
-	my $bc_dir = "$tmp/etc/bash_completion.d";
-	my $completions = pkgfile($package,"bash-completion");
-
-	my @install;
-	my $name;
-
-	if ($completions) {
-		if (! -d "$bc_dir") {
-			doit("install", "-d", "$bc_dir");
-		}
-
-		# try parsing a list of files
-		@install = filedoublearray($completions);
-		foreach my $set (@install) {
-			my @filelist;
-			my @tmp = @$set;
-			if (@$set > 1) {
-				$name = pop @$set;
-			}
-			else {
-				$name = basename($tmp[0]);
-			}
-			verbose_print "installing $tmp[0] as $name";
-
-			my @found;
-			foreach my $glob (@$set) {
-				@found = glob "$srcdir/$glob";
-				if (!compat(6)) {
-					# Fall back to looking into debian/tmp
-					if (!@found || !-e $found[0]) {
-						@found = glob "debian/tmp/$glob";
-					}
-				}
-
-				if (!@found || !-e $found[0]) {
-					warning "file-list parsing failed, installing as proper snippet";
-
-					doit("install", "-p", "-m644", $completions, "$bc_dir/$package");
-					exit 0
-				}
-				push @filelist, @found;
-			}
-
-			if (! compat(4)) { # check added in v5
-				# glob now, relative to srcdir
-				if (!@filelist) {
-					error("$package missing files (@$set), aborting");
-				}
-			}
-
-			foreach my $src (@filelist) {
-				doit("install", "-p", "-m644", $src, "$bc_dir/$name");
-			}
-		}
-	}
-}
-
-=head1 SEE ALSO
-
-L<debhelper(1)>
-
-This program is a part of bash-completion.
-
-L<bash(1)>
-
-=head1 AUTHOR
-
-David Paleino <d.paleino at gmail.com>
-
-=cut
diff --git a/extra/dh_bash-completion.1 b/extra/dh_bash-completion.1
deleted file mode 100644
index 82cde8b..0000000
--- a/extra/dh_bash-completion.1
+++ /dev/null
@@ -1,164 +0,0 @@
-.\" Automatically generated by Pod::Man 2.1801 (Pod::Simple 3.05)
-.\"
-.\" Standard preamble:
-.\" ========================================================================
-.de Sp \" Vertical space (when we can't use .PP)
-.if t .sp .5v
-.if n .sp
-..
-.de Vb \" Begin verbatim text
-.ft CW
-.nf
-.ne \\$1
-..
-.de Ve \" End verbatim text
-.ft R
-.fi
-..
-.\" Set up some character translations and predefined strings.  \*(-- will
-.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
-.\" double quote, and \*(R" will give a right double quote.  \*(C+ will
-.\" give a nicer C++.  Capital omega is used to do unbreakable dashes and
-.\" therefore won't be available.  \*(C` and \*(C' expand to `' in nroff,
-.\" nothing in troff, for use with C<>.
-.tr \(*W-
-.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
-.ie n \{\
-.    ds -- \(*W-
-.    ds PI pi
-.    if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
-.    if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\"  diablo 12 pitch
-.    ds L" ""
-.    ds R" ""
-.    ds C` ""
-.    ds C' ""
-'br\}
-.el\{\
-.    ds -- \|\(em\|
-.    ds PI \(*p
-.    ds L" ``
-.    ds R" ''
-'br\}
-.\"
-.\" Escape single quotes in literal strings from groff's Unicode transform.
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\"
-.\" If the F register is turned on, we'll generate index entries on stderr for
-.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
-.\" entries marked with X<> in POD.  Of course, you'll have to process the
-.\" output yourself in some meaningful fashion.
-.ie \nF \{\
-.    de IX
-.    tm Index:\\$1\t\\n%\t"\\$2"
-..
-.    nr % 0
-.    rr F
-.\}
-.el \{\
-.    de IX
-..
-.\}
-.\"
-.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
-.\" Fear.  Run.  Save yourself.  No user-serviceable parts.
-.    \" fudge factors for nroff and troff
-.if n \{\
-.    ds #H 0
-.    ds #V .8m
-.    ds #F .3m
-.    ds #[ \f1
-.    ds #] \fP
-.\}
-.if t \{\
-.    ds #H ((1u-(\\\\n(.fu%2u))*.13m)
-.    ds #V .6m
-.    ds #F 0
-.    ds #[ \&
-.    ds #] \&
-.\}
-.    \" simple accents for nroff and troff
-.if n \{\
-.    ds ' \&
-.    ds ` \&
-.    ds ^ \&
-.    ds , \&
-.    ds ~ ~
-.    ds /
-.\}
-.if t \{\
-.    ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
-.    ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
-.    ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
-.    ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
-.    ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
-.    ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
-.\}
-.    \" troff and (daisy-wheel) nroff accents
-.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
-.ds 8 \h'\*(#H'\(*b\h'-\*(#H'
-.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
-.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
-.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
-.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
-.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
-.ds ae a\h'-(\w'a'u*4/10)'e
-.ds Ae A\h'-(\w'A'u*4/10)'E
-.    \" corrections for vroff
-.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
-.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
-.    \" for low resolution devices (crt and lpr)
-.if \n(.H>23 .if \n(.V>19 \
-\{\
-.    ds : e
-.    ds 8 ss
-.    ds o a
-.    ds d- d\h'-1'\(ga
-.    ds D- D\h'-1'\(hy
-.    ds th \o'bp'
-.    ds Th \o'LP'
-.    ds ae ae
-.    ds Ae AE
-.\}
-.rm #[ #] #H #V #F C
-.\" ========================================================================
-.\"
-.IX Title "DH_BASH-COMPLETION 1"
-.TH DH_BASH-COMPLETION 1 "2009-01-29" "1.x" "Bash-Completion Debhelper"
-.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
-.\" way too many mistakes in technical documents.
-.if n .ad l
-.nh
-.SH "NAME"
-dh_bash\-completion \- install bash completions for package
-.SH "SYNOPSIS"
-.IX Header "SYNOPSIS"
-\&\fBdh_bash\-completion\fR [\fIdebhelper\ options\fR]
-.SH "DESCRIPTION"
-.IX Header "DESCRIPTION"
-dh_bash\-completion is a debhelper program that is responsible for installing
-completions for bash, usable installing the \*(L"bash-completion\*(R" package.
-.PP
-If a file named debian/package.bash\-completion exists, then different actions
-are performed, depending on its format.
-.PP
-It can be a proper completion snippet, and in that case it would be installed
-in the completion directory, and no other actions would be performed.
-.PP
-It can also be a list of files, with an optionally specified name to call the
-completion snippet after. The file format is as follows:
-.PP
-.Vb 2
-\&  my/path/to/foo\-completion       # this would be installed as "foo\-completion"
-\&  my/path/to/bar\-completion  baz  # this would be installed as "baz"
-.Ve
-.SH "SEE ALSO"
-.IX Header "SEE ALSO"
-\&\fIdebhelper\fR\|(1)
-.PP
-This program is a part of bash-completion.
-.PP
-\&\fIbash\fR\|(1)
-.SH "AUTHOR"
-.IX Header "AUTHOR"
-David Paleino <d.paleino at gmail.com>

-- 
bash-completion



More information about the Bash-completion-commits mailing list