[postgis] 01/01: Move debian/control generation from clean to configure target.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Jan 8 09:56:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository postgis.

commit f7ecf038696aec18f99e1e0170a8b0c36282ebcf
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jan 8 10:52:25 2016 +0100

    Move debian/control generation from clean to configure target.
    
    Should run inside the pbuilder chroot, not outside it when clean is called.
    The system and chroot can have different postgres versions installed.
---
 debian/changelog | 8 ++++++++
 debian/rules     | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e1b1c17..6d05815 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+postgis (2.2.1+dfsg-1~exp3) UNRELEASED; urgency=medium
+
+  * Move debian/control generation from clean to configure target.
+    Should run inside the pbuilder chroot, not outside it when clean is called.
+    The system and chroot can have different postgres versions installed.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Fri, 08 Jan 2016 10:51:10 +0100
+
 postgis (2.2.1+dfsg-1~exp2) experimental; urgency=medium
 
   * Rename packages for PostgreSQL 9.5.
diff --git a/debian/rules b/debian/rules
index d24c549..b158642 100755
--- a/debian/rules
+++ b/debian/rules
@@ -96,7 +96,7 @@ COMMON_CONFIGURE_ARGS = --host=$(DEB_HOST_GNU_TYPE) \
 	--infodir=\$${prefix}/share/info \
 	--with-gui
 
-clean: debian/control
+clean:
 	dh_testdir
 	dh_testroot
 
@@ -128,7 +128,7 @@ clean: debian/control
 	dh_clean
 
 configuration: configuration-stamp
-configuration-stamp:
+configuration-stamp: debian/control
 	dh_testdir
 	dh_prep -s
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git



More information about the Pkg-grass-devel mailing list