[Bash-completion-commits] [SCM] debian-package branch, master, updated. debian/1.1-3-16-g07ac173

David Paleino dapal at debian.org
Wed Jun 16 17:09:31 UTC 2010


The following commit has been merged in the master branch:
commit 770a4d5da5771293edf45a5461b811df9615f7cd
Author: David Paleino <dapal at debian.org>
Date:   Wed Jun 16 18:27:42 2010 +0200

    debin/rules made minimal

diff --git a/debian/changelog b/debian/changelog
index 4838443..22a44b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,9 @@ bash-completion (1:1.2-1) UNRELEASED; urgency=low
   * debian/watch: fix regex to avoid old timestamp-based releases
   * debian/preinst: definitely remove anything in /usr/share/doc/bash/
   * debian/source/format: using 3.0 (quilt)
+  * debin/rules made minimal
 
- -- David Paleino <dapal at debian.org>  Wed, 16 Jun 2010 18:24:13 +0200
+ -- David Paleino <dapal at debian.org>  Wed, 16 Jun 2010 18:27:30 +0200
 
 bash-completion (1:1.1-3) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 29baf07..979570e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,6 @@
 #export DH_VERBOSE=1
 
 VERSION=$(shell parsechangelog | grep ^Version | awk -F": " '{print $$2}' | cut -d"-" -f1)
-d = debian/bash-completion
 
 override_dh_compress:
 	dh_compress -Xcontrib
@@ -19,28 +18,11 @@ dh_bash-completion.1: debian/extra/dh_bash-completion
 		--release $(VERSION) \
 		$< > debian/extra/$@
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
-	dh $@
-
-install: install-stamp
-install-stamp: build
-	dh install
+override_dh_install:
+	dh_install
 	for i in mtx; do \
 		rm -vf debian/bash-completion/etc/bash_completion.d/$$i; \
 	done
-	touch $@
 
-binary-indep: build install
+%:
 	dh $@
-
-
-binary-arch:
-
-binary: binary-indep binary-arch
-
-.PHONY: build clean binary-indep binary-arch binary install

-- 
debian-package



More information about the Bash-completion-commits mailing list