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

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Jan 8 10:15:11 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 fee6e747b4894fc54b2f14810ee05746dd0232e4
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jan 8 11:14:28 2016 +0100

    Revert "Move debian/control generation from clean to configure target."
    
    This reverts commit f7ecf038696aec18f99e1e0170a8b0c36282ebcf.
---
 debian/changelog | 8 --------
 debian/rules     | 4 ++--
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6d05815..e1b1c17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,3 @@
-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 b158642..d24c549 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:
+clean: debian/control
 	dh_testdir
 	dh_testroot
 
@@ -128,7 +128,7 @@ clean:
 	dh_clean
 
 configuration: configuration-stamp
-configuration-stamp: debian/control
+configuration-stamp:
 	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