]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
buildpackages: for source inclusion in debian
authorLoic Dachary <ldachary@redhat.com>
Fri, 4 Mar 2016 13:24:53 +0000 (20:24 +0700)
committerLoic Dachary <ldachary@redhat.com>
Wed, 16 Mar 2016 13:57:25 +0000 (14:57 +0100)
We do not build debian versions (i.e. -2 -3 etc). Even if the debian
detection logic infers that the previous debian version already had the
source package, it is incorrect.

Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked from commit df3eba0f6bc96139bcb8df2e05bfa5eea04f7610)

tasks/buildpackages/make-deb.sh

index a20307e4020517d0479562ff9364f8c842095eea..e024948393fdfbc9e62514295e0dd14f1c011961 100755 (executable)
@@ -105,7 +105,7 @@ function build_package() {
     # create the packages (with ccache)
     #
     j=$(maybe_parallel $NPROC $vers)
-    PATH=/usr/lib/ccache:$PATH dpkg-buildpackage $j -uc -us
+    PATH=/usr/lib/ccache:$PATH dpkg-buildpackage $j -uc -us -sa
 }
 
 function build_repo() {