[Bash-completion-commits] ./current r1120: * debian/control:

David Paleino d.paleino at gmail.com
Sat Jun 21 22:51:09 UTC 2008


------------------------------------------------------------
revno: 1120
committer: David Paleino <d.paleino at gmail.com>
branch nick: current
timestamp: Sun 2008-06-22 00:51:09 +0200
message:
  * debian/control:
    - new package dh-bash-completion
added:
  debian/dh-bash-completion.dirs
  debian/dh-bash-completion.install
  debian/dh-bash-completion.manpages
modified:
  bash-completion.spec
  bash_completion
  debian/changelog
  debian/control
  debian/install
  debian/rules
-------------- next part --------------
=== modified file 'bash-completion.spec'
--- a/bash-completion.spec	2008-06-21 21:59:07 +0000
+++ b/bash-completion.spec	2008-06-21 22:51:09 +0000
@@ -1,6 +1,6 @@
 Name: bash-completion
 Summary: Programmable completion for bash 2.05b and later.
-Version: 20080617.1
+Version: 20080617.2
 Release: 1
 Group: System Environment/Shells
 License: GPL

=== modified file 'bash_completion'
--- a/bash_completion	2008-06-21 21:59:07 +0000
+++ b/bash_completion	2008-06-21 22:51:09 +0000
@@ -23,7 +23,7 @@
 #
 #   http://bash-completion.alioth.debian.org/
 #
-#   RELEASE: 20080617.1
+#   RELEASE: 20080617.2
 
 [ -n "${BASH_COMPLETION_DEBUG:-}" ] && set -v || set +v
 

=== modified file 'debian/changelog'
--- a/debian/changelog	2008-06-21 22:31:22 +0000
+++ b/debian/changelog	2008-06-21 22:51:09 +0000
@@ -1,3 +1,16 @@
+bash-completion (20080617.2) UNRELEASED; urgency=low
+
+  * New upstream release
+    - provide a manpage for extra/dh_bash-completion
+  * 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
+
+ -- David Paleino <d.paleino at gmail.com>  Sun, 22 Jun 2008 00:48:26 +0200
+
 bash-completion (20080617.1) unstable; urgency=medium
 
   [ David Paleino ]
@@ -6,13 +19,8 @@
     - fixed some typos here and there which prevented bash completions
       at all (Closes: #487441).
     - really closing Debian bug #455510.
-    - provide a manpage for extra/dh_bash-completion
-  * debian/rules:
-    - added rule to generate dh_bash-completion's manpage
-  * debian/install, debian/dirs:
-    - installing dh_bash-completion into /usr/bin
 
- -- David Paleino <d.paleino at gmail.com>  Sun, 22 Jun 2008 00:31:01 +0200
+ -- Luk Claes <luk at debian.org>  Sun, 22 Jun 2008 00:22:53 +0200
 
 bash-completion (20080617) unstable; urgency=low
 

=== modified file 'debian/control'
--- a/debian/control	2008-06-21 20:30:57 +0000
+++ b/debian/control	2008-06-21 22:51:09 +0000
@@ -16,3 +16,11 @@
  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.
+
+Package: dh-bash-completion
+Architecture: all
+Depends: ${perl:Depends}
+Description: debhelper for bash-completion
+ This package contains dh_bash-completion, an utility which can be
+ used in debhelper scripts (such as debian/rules) to install files
+ to /etc/bash_completion.d/.

=== added file 'debian/dh-bash-completion.dirs'
--- a/debian/dh-bash-completion.dirs	1970-01-01 00:00:00 +0000
+++ b/debian/dh-bash-completion.dirs	2008-06-21 22:51:09 +0000
@@ -0,0 +1,1 @@
+usr/bin

=== added file 'debian/dh-bash-completion.install'
--- a/debian/dh-bash-completion.install	1970-01-01 00:00:00 +0000
+++ b/debian/dh-bash-completion.install	2008-06-21 22:51:09 +0000
@@ -0,0 +1,1 @@
+extra/dh_bash-completion	/usr/bin/

=== added file 'debian/dh-bash-completion.manpages'
--- a/debian/dh-bash-completion.manpages	1970-01-01 00:00:00 +0000
+++ b/debian/dh-bash-completion.manpages	2008-06-21 22:51:09 +0000
@@ -0,0 +1,1 @@
+extra/dh_bash-completion.1

=== modified file 'debian/install'
--- a/debian/install	2008-06-21 22:31:22 +0000
+++ b/debian/install	2008-06-21 22:51:09 +0000
@@ -1,3 +1,2 @@
 bash_completion		/usr/share/bash/
 contrib				/usr/share/doc/bash-completion/
-extra/dh_bash-completion	/usr/bin/

=== modified file 'debian/rules'
--- a/debian/rules	2008-06-21 22:31:22 +0000
+++ b/debian/rules	2008-06-21 22:51:09 +0000
@@ -37,8 +37,7 @@
 	dh_testroot
 	dh_installchangelogs
 	dh_installdocs README TODO
-	dh_installexamples
-	dh_installman extra/dh_bash-completion.1
+	dh_installman
 	dh_compress -Xcontrib
 	dh_fixperms
 	dh_installdeb



More information about the Bash-completion-commits mailing list