mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-02-27 02:00:57 +08:00
Merge pull request #1056 from surbhat1595/release-v3.7.1
PKG-1249 Fix PT deb source package issue
This commit is contained in:
@@ -1 +1 @@
|
||||
5
|
||||
9
|
||||
|
||||
@@ -4,7 +4,7 @@ Priority: optional
|
||||
Maintainer: Percona Toolkit Developers <toolkit-dev@percona.com>
|
||||
Build-Depends: debhelper (>= 4.2)
|
||||
Build-Depends-Indep: perl (>= 5.6.0-16)
|
||||
Standards-Version: 3.7.2
|
||||
Standards-Version: 4.6.2
|
||||
Homepage: http://www.percona.com/software/percona-toolkit/
|
||||
Vcs-Browser: https://github.com/percona/percona-toolkit
|
||||
Vcs-Git: git://github.com/percona/percona-toolkit.git
|
||||
|
||||
1
config/deb/source/format
Normal file
1
config/deb/source/format
Normal file
@@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
||||
@@ -430,16 +430,16 @@ build_source_deb(){
|
||||
cd ../
|
||||
mkdir -p $WORKDIR/source_deb
|
||||
mkdir -p $CURDIR/source_deb
|
||||
#cp *.tar.xz* $WORKDIR/source_deb
|
||||
cp *.tar.xz* $WORKDIR/source_deb
|
||||
cp *_source.changes $WORKDIR/source_deb
|
||||
cp *.dsc $WORKDIR/source_deb
|
||||
cp *.orig.tar.gz $WORKDIR/source_deb
|
||||
cp *.diff.gz $WORKDIR/source_deb
|
||||
# cp *.tar.xz* $CURDIR/source_deb
|
||||
#cp *.diff.gz $WORKDIR/source_deb
|
||||
cp *.tar.xz* $CURDIR/source_deb
|
||||
cp *_source.changes $CURDIR/source_deb
|
||||
cp *.dsc $CURDIR/source_deb
|
||||
cp *.orig.tar.gz $CURDIR/source_deb
|
||||
cp *.diff.gz $CURDIR/source_deb
|
||||
#cp *.diff.gz $CURDIR/source_deb
|
||||
}
|
||||
|
||||
build_tarball(){
|
||||
@@ -509,7 +509,6 @@ build_deb(){
|
||||
dpkg-source -x ${DSC}
|
||||
#
|
||||
cd ${PRODUCT}-${VERSION}
|
||||
echo 9 > debian/compat
|
||||
if [ x"$ARCH" = "xaarch64" ]; then
|
||||
sed -i 's/@@ARCHITECTURE@@/arm64/' debian/control
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user