summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-07-28 18:18:36 +0800
committerSean Whitton <spwhitton@spwhitton.name>2018-07-28 18:18:52 +0800
commit1d3df1eb9db77e4745a067a20e5312043383286b (patch)
treea334eb63fdd1f20be9057bb6f17b473f395a358f /dgit
parent7d91c1c8dc443ac42873e9833a909e47c63a49a1 (diff)
dgit: move cmd_sbuild
No functional change. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit16
1 files changed, 8 insertions, 8 deletions
diff --git a/dgit b/dgit
index dfe0d15..6e8b757 100755
--- a/dgit
+++ b/dgit
@@ -6478,14 +6478,6 @@ sub cmd_push_source {
dopush();
}
-sub cmd_sbuild {
- build_prep_early();
- binary_builder(\@sbuild, <<END, qw(-d), $isuite, @ARGV, $dscfn);
-perhaps you need to pass -A ? (sbuild's default is to build only
-arch-specific binaries; dgit 1.4 used to override that.)
-END
-}
-
sub binary_builder {
my ($bbuilder, $pbmc_msg, @args) = @_;
build_prep(WANTSRC_SOURCE);
@@ -6505,6 +6497,14 @@ sub binary_builder {
};
}
+sub cmd_sbuild {
+ build_prep_early();
+ binary_builder(\@sbuild, <<END, qw(-d), $isuite, @ARGV, $dscfn);
+perhaps you need to pass -A ? (sbuild's default is to build only
+arch-specific binaries; dgit 1.4 used to override that.)
+END
+}
+
sub pbuilder ($) {
my ($pbuilder) = @_;
build_prep_early();