[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:30 UTC 2010
The following commit has been merged in the master branch:
commit 6c5e15aa130e38e7d34969f94dba24841942acc7
Author: David Paleino <dapal at debian.org>
Date: Wed Jun 16 18:24:26 2010 +0200
debian/source/format: using 3.0 (quilt)
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 44d457b..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,12 +0,0 @@
-bash-completion for Debian
---------------------------
-
-This package uses quilt to manage all modifications to the upstream
-source. Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-Please read how to use quilt in the provided documentation:
-
- /usr/share/doc/quilt/README.source
-
- -- David Paleino <dapal at debian.org> Sat, 14 Nov 2009 18:07:48 +0100
diff --git a/debian/changelog b/debian/changelog
index adc1ca8..4838443 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,9 @@ bash-completion (1:1.2-1) UNRELEASED; urgency=low
(Closes: #565447)
* 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)
- -- David Paleino <dapal at debian.org> Wed, 16 Jun 2010 18:22:50 +0200
+ -- David Paleino <dapal at debian.org> Wed, 16 Jun 2010 18:24:13 +0200
bash-completion (1:1.1-3) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 761a028..29baf07 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,11 +21,11 @@ dh_bash-completion.1: debian/extra/dh_bash-completion
build: build-stamp
build-stamp:
- dh --with quilt build
+ dh build
touch $@
clean:
- dh --with quilt $@
+ dh $@
install: install-stamp
install-stamp: build
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
--
debian-package
More information about the Bash-completion-commits
mailing list