[Pkg-gridengine-commits] [pkg-gridengine] 01/16: Reformat d/watch to facilitate interpretation of diffs

Afif Elghraoui afif at moszumanska.debian.org
Sun Jul 10 03:04:58 UTC 2016


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

afif pushed a commit to branch master
in repository pkg-gridengine.

commit 4f710e3a2f9869b7744598d5daa0d9f640f33c61
Author: Afif Elghraoui <afif at debian.org>
Date:   Sat Jul 9 15:42:33 2016 -0700

    Reformat d/watch to facilitate interpretation of diffs
    
    Reformatting is done by Using one opt per line (or related options
     grouped on a line) so that it doesn't appear that the whole opt
    string has changed when different options are added or removed.
---
 debian/watch | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 20ed39e..d2fa399 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,6 @@
 version=3
 
-opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg$//" \
+opts=" \
+	repacksuffix=+dfsg,dversionmangle=s/\+dfsg$//, \
+" \
 http://arc.liv.ac.uk/downloads/SGE/releases/([0-9.]+)/sge-([0-9.]+)\.tar.gz

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



More information about the Pkg-gridengine-commits mailing list