[Pkg-ocaml-maint-commits] [alt-ergo] 11/15: debian/rules : drop backup of .depends

Ralf Treinen treinen at alioth.debian.org
Tue Nov 5 15:50:35 UTC 2013


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

treinen pushed a commit to branch master
in repository alt-ergo.

commit ee16cedf633cb23544d695d9d2d6c1d2191b8e66
Author: Ralf Treinen <treinen at pps.univ-paris-diderot.fr>
Date:   Tue Nov 5 15:49:33 2013 +0100

    debian/rules : drop backup of .depends
---
 debian/changelog |    1 +
 debian/rules     |    8 --------
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6bc76c5..8c7f33d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ alt-ergo (0.95.2-1) UNRELEASED; urgency=low
     - 0008-Split-install-pack-into-two-separate-targets-opt-and.patch
     - 0009-clean-remove-META.patch
   * Add build-dependency on libzarith-ocaml-dev
+  * debian/rules : drop backup of .depend which is no longer needed
 
  -- Ralf Treinen <treinen at debian.org>  Tue, 05 Nov 2013 15:46:03 +0100
 
diff --git a/debian/rules b/debian/rules
index f8af67f..4e1b37c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,6 @@
 
 include /usr/share/ocaml/ocamlvars.mk
 
-BACKUP=.depend
-
 override_dh_auto_configure:
 	./configure --host=$(DEB_HOST_GNU_TYPE) \
 	--build=$(DEB_BUILD_GNU_TYPE)           \
@@ -15,9 +13,6 @@ override_dh_auto_configure:
 	--mandir=\$${prefix}/share/man
 
 override_dh_auto_build:
-	for i in $(BACKUP); do \
-		cp -ax $$i $$i.debian; \
-	done
 	# we have to assure that configure is newer than configure.in since
 	# patch 0005 patches them both (see bug #669539)
 	touch configure
@@ -27,9 +22,6 @@ override_dh_auto_clean:
 	if [ -f Makefile ]; then \
 		$(MAKE) dist-clean;   \
 	fi
-	for i in $(BACKUP); do \
-		[ ! -f $$i.debian ] || mv $$i.debian $$i; \
-	done
 
 %:
 	dh --with ocaml $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/alt-ergo.git



More information about the Pkg-ocaml-maint-commits mailing list