[libdbd-mysql-perl] 06/07: more verbose comments in d/rules
    gregor herrmann 
    gregoa at debian.org
       
    Sat Oct 15 12:42:20 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libdbd-mysql-perl.
commit 9f38d1a7beb57f6f3e17b673265f6df75e6dd508
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 15 14:25:03 2016 +0200
    more verbose comments in d/rules
    
    Gbp-Dch: Ignore
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 934ec44..9aa02f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,12 +18,12 @@ export MYSQL_DBNAME=test
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	# prepare mysql
+	# prepare mariadb/mysql server
 	sh $(CURDIR)/debian/tests/pkg-perl/smoke-setup
 
 	dh_auto_test
 
-	# tear down mysql
+	# tear down mariadb/mysql server
 	sh $(CURDIR)/debian/tests/pkg-perl/smoke-cleanup
 endif
 
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbd-mysql-perl.git
    
    
More information about the Pkg-perl-cvs-commits
mailing list