[tango] 03/06: modify the rules sql target for 9.2.5

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Fri Dec 16 08:00:34 UTC 2016


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

picca pushed a commit to branch master
in repository tango.

commit 204be29619d036a6a5360fea095c49d8fbf03be0
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Thu Dec 15 21:42:51 2016 +0100

    modify the rules sql target for 9.2.5
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 0a63073..216ec5e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,8 +18,8 @@ export LYX_USERDIR_21x=$(CURDIR)/
 sql:
 	./configure $(CONFIGURE_OPTS)
 	# use this target to generate the dbconfig-common upgrade script once the debian/changelog is ok
-	cat cppserver/database/stored_proc.sql\
-	    cppserver/database/update_db.sql > debian/mysql/$(VERSION)
+	echo "USE tango;\n" > debian/mysql/$(VERSION)
+	cat cppserver/database/stored_proc.sql > debian/mysql/$(VERSION)
 	$(MAKE) distclean
 
 # 816173

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/tango.git



More information about the debian-science-commits mailing list