You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"git revision (see gitrevisions(7)) of the specified Go package\nto check out, defaulting to the default behavior of git clone.\nUseful in case you do not want to package e.g. current HEAD.")
566
+
"git revision (see gitrevisions(7)) of the specified Go package\n"+
567
+
"to check out, defaulting to the default behavior of git clone.\n"+
568
+
"Useful in case you do not want to package e.g. current HEAD.")
567
569
568
570
varallowUnknownHosterbool
569
571
fs.BoolVar(&allowUnknownHoster,
570
572
"allow_unknown_hoster",
571
573
false,
572
-
"The pkg-go naming conventions use a canonical identifier for\nthe hostname (see https://go-team.pages.debian.net/packaging.html),\nand the mapping is hardcoded into dh-make-golang.\nIn case you want to package a Go package living on an unknown hoster,\nyou may set this flag to true and double-check that the resulting\npackage name is sane. Contact pkg-go if unsure.")
574
+
"The pkg-go naming conventions use a canonical identifier for\n"+
575
+
"the hostname (see https://go-team.pages.debian.net/packaging.html),\n"+
576
+
"and the mapping is hardcoded into dh-make-golang.\n"+
577
+
"In case you want to package a Go package living on an unknown hoster,\n"+
578
+
"you may set this flag to true and double-check that the resulting\n"+
579
+
"package name is sane. Contact pkg-go if unsure.")
573
580
574
581
vardep14bool
575
582
fs.BoolVar(&dep14,
576
583
"dep14",
577
584
true,
578
-
"Follow DEP-14 branch naming and use debian/sid (instead of master)\nas the default debian-branch.")
585
+
"Follow DEP-14 branch naming and use debian/sid (instead of master)\n"+
586
+
"as the default debian-branch.")
579
587
580
588
varpristineTarbool
581
589
fs.BoolVar(&pristineTar,
582
590
"pristine-tar",
583
591
false,
584
-
"Keep using a pristine-tar branch as in the old workflow.\nStrongly discouraged, see \"pristine-tar considered harmful\"\n https://michael.stapelberg.ch/posts/2018-01-28-pristine-tar/\nand the \"Drop pristine-tar branches\" section at\nhttps://go-team.pages.debian.net/workflow-changes.html")
592
+
"Keep using a pristine-tar branch as in the old workflow.\n"+
593
+
"Strongly discouraged, see \"pristine-tar considered harmful\"\n"+
"Set how the various multi-line fields in debian/control are formatted.\nValid values are \"a\", \"at\" and \"ast\", see wrap-and-sort(1) man page\nfor more information.")
611
+
"Set how the various multi-line fields in debian/control are formatted.\n"+
612
+
"Valid values are \"a\", \"at\" and \"ast\", see wrap-and-sort(1) man page\n"+
0 commit comments