[Python-modules-commits] [quixote] 01/03: add build-{arch,indep} targets, patch by Santiago Vila; Closes: #822020
Sandro Tosi
morph at moszumanska.debian.org
Wed Jan 11 01:54:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository quixote.
commit 99a9a44238573ffc6ae859d3a29cd3d3f01e1d32
Author: Sandro Tosi <morph at debian.org>
Date: Tue Jan 10 20:40:01 2017 -0500
add build-{arch,indep} targets, patch by Santiago Vila; Closes: #822020
---
debian/changelog | 6 +++++-
debian/rules | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ecdc926..c4ed493 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,7 +8,11 @@ quixote (2.5-6) UNRELEASED; urgency=low
[ Ondřej Nový ]
* Fixed VCS URL (https)
- -- Jakub Wilk <jwilk at debian.org> Sat, 08 Jun 2013 18:16:48 +0200
+ [ Sandro Tosi ]
+ * debian/rules
+ - add build-{arch,indep} targets, patch by Santiago Vila; Closes: #822020
+
+ -- Sandro Tosi <morph at debian.org> Tue, 10 Jan 2017 20:39:19 -0500
quixote (2.5-5) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 2dc450a..d3d314e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,10 @@ build-stamp:
python setup.py build
touch $@
+build-arch: build
+
+build-indep: build
+
build: build-stamp
install: build
@@ -62,4 +66,4 @@ binary-indep:
dh_builddeb -i
binary: binary-arch binary-indep
-.PHONY: build clean binary-indep binary-arch binary install patch unpatch
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install patch unpatch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/quixote.git
More information about the Python-modules-commits
mailing list