diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rwxr-xr-x | builddebs.sh | 2 | ||||
-rwxr-xr-x | release.sh | 3 |
3 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5e076812305..7c52f738ed4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ AUTOMAKE_OPTIONS = gnu -EXTRA_DIST = autogen.sh ceph.spec.in debian +EXTRA_DIST = autogen.sh ceph.spec.in SUBDIRS = src man dist-hook: diff --git a/builddebs.sh b/builddebs.sh index ab95ebedc0e..55ebb12b235 100755 --- a/builddebs.sh +++ b/builddebs.sh @@ -11,6 +11,8 @@ vers=$1 for dist in sid squeeze lenny do + pbuilder --clean + if [ -e $basedir/$dist.tgz ]; then echo updating $dist base.tgz pbuilder update --basetgz $basedir/$dist.tgz --distribution $dist diff --git a/release.sh b/release.sh index 5d8fca2b8b1..5d282b36dad 100755 --- a/release.sh +++ b/release.sh @@ -50,6 +50,9 @@ tar zxf ../../ceph-$vers.tar.gz [ "$vers" != "$finalvers" ] && mv ceph-$vers ceph-$finalvers tar zcf ceph_$finalvers.orig.tar.gz ceph-$finalvers +# add debian dir +cp -a ../../debian ceph-$finalvers + for dist in sid squeeze lenny do echo building $dist dsc |