[Bash-completion-commits] [SCM] debian-package branch, master, updated. upstream/1.0-16-gdb5f45a

David Paleino d.paleino at gmail.com
Sat May 30 17:19:08 UTC 2009


The following commit has been merged in the master branch:
commit b78c891312570402b473507564bea374724b0e73
Author: David Paleino <d.paleino at gmail.com>
Date:   Sat May 30 19:08:44 2009 +0200

    Added quilt support

diff --git a/debian/changelog b/debian/changelog
index 3564c62..0eca344 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ bash-completion (1:1.0-3) UNRELEASED; urgency=low
 
   * debian/extra/bash-completion.pm added, thanks to Ryan Niebur
     (Closes: #530598)
+  * debian/rules: added quilt support
+  * debian/control: added quilt Build-Depends
 
- -- David Paleino <d.paleino at gmail.com>  Sat, 30 May 2009 10:52:43 +0200
+ -- David Paleino <d.paleino at gmail.com>  Sat, 30 May 2009 19:08:13 +0200
 
 bash-completion (1:1.0-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 23b55d3..34323ef 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: standard
 Maintainer: Bash Completion Maintainers <bash-completion-devel at lists.alioth.debian.org>
 Uploaders: David Paleino <d.paleino at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 6)
+Build-Depends: debhelper (>= 6),
+ quilt
 Build-Depends-Indep: perl
 Standards-Version: 3.8.1
 Vcs-Git: git://git.debian.org/git/bash-completion/debian.git
diff --git a/debian/rules b/debian/rules
index 4bd2ee0..161f5f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/quilt/quilt.make
+
 VERSION=$(shell parsechangelog | grep ^Version | awk -F": " '{print $$2}' | cut -d"-" -f1)
 d = debian/bash-completion
 
@@ -14,11 +16,11 @@ dh_bash-completion.1: debian/extra/dh_bash-completion
 		$< > debian/extra/$@
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp

-- 
debian-package



More information about the Bash-completion-commits mailing list